HomeSort by: relevance | last modified time | path
    Searched defs:decimal128 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.h 30 #if !defined(DECIMAL128)
31 #define DECIMAL128
32 #define DEC128NAME "decimal128" /* Short name */
50 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
64 } decimal128; typedef in typeref:struct:__anon14217
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.h 30 #if !defined(DECIMAL128)
31 #define DECIMAL128
32 #define DEC128NAME "decimal128" /* Short name */
50 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
64 } decimal128; typedef in typeref:struct:__anon16631
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.h 30 #if !defined(DECIMAL128)
31 #define DECIMAL128
32 #define DEC128NAME "decimal128" /* Short name */
50 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
64 } decimal128; typedef in typeref:struct:__anon18933
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.h 30 #if !defined(DECIMAL128)
31 #define DECIMAL128
32 #define DEC128NAME "decimal128" /* Short name */
50 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use
63 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
64 } decimal128; typedef in typeref:struct:__anon21674
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 299 union decimal128 { union
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
decimal.h 47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {} function in class:decimal::decimal128
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {} function in class:decimal::decimal128
72 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal128) \
90 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal128)
91 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal128)
92 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal128)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 273 union decimal128 { union
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
decimal.h 47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {} function in class:decimal::decimal128
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {} function in class:decimal::decimal128
72 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal128) \
90 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal128)
91 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal128)
92 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal128)
    [all...]

Completed in 22 milliseconds