Searched refs:decimal128 (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal128.h32 #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:__anon6889
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *);
92 decimal128 * decimal128FromNumber(decimal128 *, cons
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal128.h32 #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:__anon1104
87 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
88 char * decimal128ToString(const decimal128 *, char *);
89 char * decimal128ToEngString(const decimal128 *, char *);
92 decimal128 * decimal128FromNumber(decimal128 *, cons
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dmodes.c5 typedef float decimal128 __attribute__ ((mode (TD))); typedef
9 int tsize[sizeof (decimal128) == 16 ? 1 : -1];
13 int talign = __alignof (decimal128);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h45 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
47 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
48 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {} function in class:std::decimal::decimal128
49 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {} function in class:std::decimal::decimal128
70 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal128) \
88 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal128)
89 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal128)
90 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal128)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/bid/
H A Ddecimal128.c31 #include "dpd/decimal128.c"
49 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
50 char *decimal128ToString (const decimal128 *, char *);
51 char *decimal128ToEngString (const decimal128 *, char *);
52 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
53 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
55 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
56 void __ieee_to_host_128 (decimal128 i
[all...]
H A Dhost-ieee128.c29 #include "decimal128.h"
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out)
50 __ieee_to_host_128 (decimal128 in, _Decimal128 *out)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/bid/
H A Ddecimal128.c31 #include "dpd/decimal128.c"
49 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
50 char *decimal128ToString (const decimal128 *, char *);
51 char *decimal128ToEngString (const decimal128 *, char *);
52 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
53 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
55 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
56 void __ieee_to_host_128 (decimal128 i
[all...]
H A Dhost-ieee128.c29 #include "decimal128.h"
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out)
50 __ieee_to_host_128 (decimal128 in, _Decimal128 *out)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/decimal/
H A Dpass-2_y.C5 #define dec128 std::decimal::decimal128
H A Dpass-3_y.C5 #define dec128 std::decimal::decimal128
H A Dpass-5_y.C5 typedef std::decimal::decimal128 dec128;
H A Dreturn-2_y.C5 #define dec128 std::decimal::decimal128
H A Dreturn-3_y.C5 #define dec128 std::decimal::decimal128
H A Dreturn-5_y.C5 typedef std::decimal::decimal128 dec128;
H A Ddecimal-dummy.h22 class decimal128 class in namespace:std::decimal
26 decimal128 () : __val(0.e-6176DL) {} function in class:std::decimal::decimal128
27 decimal128 (__dec128 x) : __val(x) {} function in class:std::decimal::decimal128
45 inline decimal128 operator+ (decimal128 lhs, decimal128 rhs)
47 decimal128 tmp;
62 inline bool operator!= (decimal128 lhs, decimal128 rhs)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_df_to_td.c30 union decimal128 res;
H A D_di_to_td.c30 union decimal128 res;
H A D_isinfd128.c31 union decimal128 ux;
H A D_sf_to_td.c30 union decimal128 res;
H A D_si_to_td.c30 union decimal128 res;
H A D_udi_to_td.c30 union decimal128 res;
H A D_usi_to_td.c30 union decimal128 res;
H A D_xf_to_td.c30 union decimal128 res;
H A D_dd_to_td.c30 union decimal128 res;
H A D_sd_to_td.c30 union decimal128 res;

Completed in 195 milliseconds

1234