HomeSort by: relevance | last modified time | path
    Searched refs:DECQUAD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decQuad.h 0 /* decQuad module header for the decNumber C Library.
27 /* decQuad.h -- Decimal 128-bit format module header */
32 #if !defined(DECQUAD)
33 #define DECQUAD
55 /* The decQuad decimal 128-bit type, accessible by all sizes */
63 } decQuad;
95 extern decQuad * decQuadFromBCD(decQuad *, int32_t, const uint8_t *, int32_t);
96 extern decQuad * decQuadFromInt32(decQuad *, int32_t)
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decQuad.h 0 /* decQuad module header for the decNumber C Library.
27 /* decQuad.h -- Decimal 128-bit format module header */
32 #if !defined(DECQUAD)
33 #define DECQUAD
55 /* The decQuad decimal 128-bit type, accessible by all sizes */
63 } decQuad;
95 extern decQuad * decQuadFromBCD(decQuad *, int32_t, const uint8_t *, int32_t);
96 extern decQuad * decQuadFromInt32(decQuad *, int32_t)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decQuad.h 0 /* decQuad module header for the decNumber C Library.
27 /* decQuad.h -- Decimal 128-bit format module header */
32 #if !defined(DECQUAD)
33 #define DECQUAD
55 /* The decQuad decimal 128-bit type, accessible by all sizes */
63 } decQuad;
95 extern decQuad * decQuadFromBCD(decQuad *, int32_t, const uint8_t *, int32_t);
96 extern decQuad * decQuadFromInt32(decQuad *, int32_t)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decQuad.h 0 /* decQuad module header for the decNumber C Library.
27 /* decQuad.h -- Decimal 128-bit format module header */
32 #if !defined(DECQUAD)
33 #define DECQUAD
55 /* The decQuad decimal 128-bit type, accessible by all sizes */
63 } decQuad;
95 extern decQuad * decQuadFromBCD(decQuad *, int32_t, const uint8_t *, int32_t);
96 extern decQuad * decQuadFromInt32(decQuad *, int32_t)
    [all...]

Completed in 24 milliseconds