Searched refs:decimal32 (Results 1 - 25 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.h32 #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:__anon6890
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *);
90 decimal32 * decimal32FromNumber(decimal32 *, cons
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.h32 #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:__anon1105
85 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
86 char * decimal32ToString(const decimal32 *, char *);
87 char * decimal32ToEngString(const decimal32 *, char *);
90 decimal32 * decimal32FromNumber(decimal32 *, cons
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Dpr31344.c13 } decimal32; typedef in typeref:struct:__anon5907
15 extern decNumber *__decimal32ToNumber (const decimal32 *, decNumber *);
16 extern void __host_to_ieee_32 (_Decimal32, decimal32 *);
22 decimal32 d32;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dhost-ieee32.c37 #include "decimal32.h"
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out)
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out)
H A Ddecimal32.c31 #include "dpd/decimal32.c"
49 decimal32 *decimal32FromString (decimal32 *, const char *, decContext *);
50 char *decimal32ToString (const decimal32 *, char *);
51 char *decimal32ToEngString (const decimal32 *, char *);
52 decimal32 *decimal32FromNumber (decimal32 *, const decNumber *, decContext *);
53 decNumber *decimal32ToNumber (const decimal32 *, decNumber *);
55 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
56 void __ieee_to_host_32 (decimal32 i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dhost-ieee32.c37 #include "decimal32.h"
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out)
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out)
H A Ddecimal32.c31 #include "dpd/decimal32.c"
49 decimal32 *decimal32FromString (decimal32 *, const char *, decContext *);
50 char *decimal32ToString (const decimal32 *, char *);
51 char *decimal32ToEngString (const decimal32 *, char *);
52 decimal32 *decimal32FromNumber (decimal32 *, const decNumber *, decContext *);
53 decNumber *decimal32ToNumber (const decimal32 *, decNumber *);
55 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
56 void __ieee_to_host_32 (decimal32 i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dmodes.c3 typedef float decimal32 __attribute__ ((mode (SD))); typedef
7 int ssize[sizeof (decimal32) == 4 ? 1 : -1];
11 int salign = __alignof (decimal32);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/decimal/
H A Dpass-2_y.C3 #define dec32 std::decimal::decimal32
H A Dpass-3_y.C3 #define dec32 std::decimal::decimal32
H A Dpass-5_y.C3 typedef std::decimal::decimal32 dec32;
H A Dreturn-2_y.C3 #define dec32 std::decimal::decimal32
H A Dreturn-3_y.C3 #define dec32 std::decimal::decimal32
H A Dreturn-5_y.C3 typedef std::decimal::decimal32 dec32;
H A Ddecimal-dummy.h4 class decimal32 class in namespace:std::decimal
8 decimal32 () : __val(0.e-101DF) {} function in class:std::decimal::decimal32
9 decimal32 (__dec32 x) : __val(x) {} function in class:std::decimal::decimal32
31 inline decimal32 operator+ (decimal32 lhs, decimal32 rhs)
33 decimal32 tmp;
52 inline bool operator!= (decimal32 lhs, decimal32 rhs)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_df_to_sd.c30 union decimal32 res;
H A D_sf_to_sd.c30 union decimal32 res;
H A D_xf_to_sd.c30 union decimal32 res;
H A D_dd_to_sd.c30 union decimal32 res;
H A D_di_to_sd.c30 union decimal32 res;
H A D_isinfd32.c32 union decimal32 ux;
H A D_sd_to_dd.c31 union decimal32 ux;
H A D_sd_to_df.c31 union decimal32 ux;
H A D_sd_to_sf.c31 union decimal32 ux;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h44 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {} function in class:std::decimal::decimal32
45 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {} function in class:std::decimal::decimal32
46 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
48 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
68 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, decimal32) \
78 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(+=, +, decimal32)
79 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(-=, -, decimal32)
80 _DEFINE_DECIMAL_COMPOUND_ASSIGNMENTS(*=, *, decimal32)
[all...]

Completed in 227 milliseconds

12345