| /src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
| decimal64.h | 30 #if !defined(DECIMAL64) 31 #define DECIMAL64 32 #define DEC64NAME "decimal64" /* Short name */ 51 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use 65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ 66 } decimal64; typedef in typeref:struct:__anon14219 87 decimal64 * decimal64FromString(decimal64 *, const char *, decContext *); 88 char * decimal64ToString(const decimal64 *, char *); 89 char * decimal64ToEngString(const decimal64 *, char *) [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/ |
| decimal64.h | 30 #if !defined(DECIMAL64) 31 #define DECIMAL64 32 #define DEC64NAME "decimal64" /* Short name */ 51 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use 65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ 66 } decimal64; typedef in typeref:struct:__anon16633 87 decimal64 * decimal64FromString(decimal64 *, const char *, decContext *); 88 char * decimal64ToString(const decimal64 *, char *); 89 char * decimal64ToEngString(const decimal64 *, char *) [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
| decimal64.h | 30 #if !defined(DECIMAL64) 31 #define DECIMAL64 32 #define DEC64NAME "decimal64" /* Short name */ 51 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use 65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ 66 } decimal64; typedef in typeref:struct:__anon18935 87 decimal64 * decimal64FromString(decimal64 *, const char *, decContext *); 88 char * decimal64ToString(const decimal64 *, char *); 89 char * decimal64ToEngString(const decimal64 *, char *) [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/ |
| decimal64.h | 30 #if !defined(DECIMAL64) 31 #define DECIMAL64 32 #define DEC64NAME "decimal64" /* Short name */ 51 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use 65 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ 66 } decimal64; typedef in typeref:struct:__anon21676 87 decimal64 * decimal64FromString(decimal64 *, const char *, decContext *); 88 char * decimal64ToString(const decimal64 *, char *); 89 char * decimal64ToEngString(const decimal64 *, char *) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 294 union decimal64 { union
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/ |
| decimal.h | 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {} 48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {} function in class:decimal::decimal64 49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {} function in class:decimal::decimal64 51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {} 71 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal64) \ 85 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal64) 86 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal64) 87 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal64) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 268 union decimal64 { union
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/ |
| decimal.h | 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {} 48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {} function in class:decimal::decimal64 49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {} function in class:decimal::decimal64 51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {} 71 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal64) \ 85 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal64) 86 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal64) 87 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal64) [all...] |