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

1234567

/netbsd-current/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:__anon1159
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-current/external/gpl3/gdb.old/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:__anon1158
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-current/external/gpl3/gcc.old/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:__anon1159
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-current/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:__anon1422
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-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h47 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...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h47 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...]
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/bid/
H A Ddecimal128.c30 #include "dpd/decimal128.c"
48 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
49 char *decimal128ToString (const decimal128 *, char *);
50 char *decimal128ToEngString (const decimal128 *, char *);
51 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
52 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
54 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
55 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-current/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Ddecimal128.c30 #include "dpd/decimal128.c"
48 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
49 char *decimal128ToString (const decimal128 *, char *);
50 char *decimal128ToEngString (const decimal128 *, char *);
51 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
52 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
54 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
55 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-current/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Ddecimal128.c30 #include "dpd/decimal128.c"
48 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
49 char *decimal128ToString (const decimal128 *, char *);
50 char *decimal128ToEngString (const decimal128 *, char *);
51 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
52 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
54 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
55 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-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Ddecimal128.c30 #include "dpd/decimal128.c"
48 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
49 char *decimal128ToString (const decimal128 *, char *);
50 char *decimal128ToEngString (const decimal128 *, char *);
51 decimal128 *decimal128FromNumber (decimal128 *, const decNumber *, decContext *);
52 decNumber *decimal128ToNumber (const decimal128 *, decNumber *);
54 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
55 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-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A D_usi_to_td.c30 union decimal128 res;
H A D_xf_to_td.c30 union decimal128 res;
H A D_sf_to_td.c30 union decimal128 res;
H A D_si_to_td.c30 union decimal128 res;
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_udi_to_td.c30 union decimal128 res;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_isinfd128.c31 union decimal128 ux;
H A D_udi_to_td.c30 union decimal128 res;
H A D_sf_to_td.c30 union decimal128 res;

Completed in 154 milliseconds

1234567