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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal32.h 30 #if !defined(DECIMAL32)
31 #define DECIMAL32
32 #define DEC32NAME "decimal32" /* Short name */
50 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
64 } decimal32; typedef in typeref:struct:__anon14218
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal32.h 30 #if !defined(DECIMAL32)
31 #define DECIMAL32
32 #define DEC32NAME "decimal32" /* Short name */
50 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
64 } decimal32; typedef in typeref:struct:__anon16632
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal32.h 30 #if !defined(DECIMAL32)
31 #define DECIMAL32
32 #define DEC32NAME "decimal32" /* Short name */
50 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
64 } decimal32; typedef in typeref:struct:__anon18934
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal32.h 30 #if !defined(DECIMAL32)
31 #define DECIMAL32
32 #define DEC32NAME "decimal32" /* Short name */
50 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
64 } decimal32; typedef in typeref:struct:__anon21675
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 289 union decimal32 { union
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {} function in class:decimal::decimal32
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {} function in class:decimal::decimal32
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
70 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal32) \
80 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal32)
81 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal32)
82 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal32)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 263 union decimal32 { union
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {} function in class:decimal::decimal32
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {} function in class:decimal::decimal32
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
70 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal32) \
80 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal32)
81 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal32)
82 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal32)
    [all...]

Completed in 40 milliseconds