Searched refs:decimal32 (Results 76 - 100 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/decimal/
H A Dunary-arith.cc27 decimal32 a32 (20), b32 (-20);
34 decimal32 a;
43 decimal32 a;
H A Dconversion-from-integral.cc20 // ISO/IEC TR 24733 3.2.2.3 Conversion from integral type (decimal32).
32 decimal32 d;
33 decimal32 from_si (1);
34 decimal32 from_ui (2U);
35 decimal32 from_sl (3L);
36 decimal32 from_ul (4UL);
37 decimal32 from_sll (5LL);
38 decimal32 from_ull (6ULL);
64 decimal32 d;
65 decimal32 from_s
[all...]
H A Dcast_neg.cc36 decimal32 d32;
H A Dctor.cc20 // ISO/IEC TR 24733 3.2.2.1 Construct/copy/destroy (decimal32).
35 decimal32 a;
H A Dbinary-arith.cc27 decimal32 d32 (5);
40 decimal32 a (1000), b;
49 b = (decimal32)(d64 + a); VERIFY (b == 990);
50 b = (decimal32)(d128 + a); VERIFY (b == 1025);
59 b = (decimal32)(a + d64); VERIFY (b == 990);
60 b = (decimal32)(a + d128); VERIFY (b == 1025);
66 decimal32 a (1000), b;
75 b = (decimal32)(a - d64); VERIFY (b == 1010);
76 b = (decimal32)(a - d128); VERIFY (b == 975);
86 b = (decimal32)(d6
[all...]
H A Dcomparison.cc27 decimal32 d32 (5);
40 decimal32 a;
49 a = (decimal32)d64; VERIFY (a == d64); VERIFY (d64 == a);
50 a = (decimal32)d128; VERIFY (a == d128); VERIFY (d128 == a);
56 decimal32 a = 100;
72 decimal32 a = -100;
99 decimal32 a;
108 a = (decimal32)d64; VERIFY (a <= d64); VERIFY (d64 <= a);
109 a = (decimal32)d128; VERIFY (a <= d128); VERIFY (d128 <= a);
137 decimal32
[all...]
H A Dmake-decimal.cc57 decimal32 a, b, c, d;
60 unsigned long sz = sizeof (decimal32);
H A Dconversion-to-generic-float.cc30 std::decimal::decimal32 d32(123);
H A Dconversion-to-integral.cc20 // ISO/IEC TR 24733 3.2.2.4 Conversion to integral type (decimal32).
39 decimal32 a, b (1), c (-1), d (MAXVAL), e (-MAXVAL);
H A Dcompound-assignment-memfunc.cc20 // ISO/IEC TR 24733 3.2.2.6 Compound assignment (decimal32).
31 decimal32 d32 (5);
44 decimal32 a (1000), b;
60 decimal32 a (1000), b;
76 decimal32 a (1000), b;
92 decimal32 a (1000), b;
H A Dcompound-assignment.cc20 // ISO/IEC TR 24733 3.2.2.6 Compound assignment (decimal32).
29 decimal32 d32 (5);
42 decimal32 a (1000), b;
58 decimal32 a (1000), b;
74 decimal32 a (1000), b;
90 decimal32 a (1000), b;
H A Doperator_neg.cc28 decimal32 a32, b32, c32;
H A Dincdec-memfunc.cc20 // ISO/IEC TR 24733 3.2.2.5 Increment and decrement operators (decimal32).
38 std::decimal::decimal32 a(11), b, c;
H A Dincdec.cc20 // ISO/IEC TR 24733 3.2.2.5 Increment and decrement operators (decimal32).
36 std::decimal::decimal32 a(11), b, c;
H A Dmixed-mode_neg.cc32 decimal32 a32, b32, c32;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c29 /* This module comprises the routines for decimal32 format numbers. */
44 #include "decimal32.h" /* our primary include */
56 void decimal32Show(const decimal32 *); /* for debug */
65 /* decimal32FromNumber -- convert decNumber to decimal32 */
67 /* ds is the target decimal32 */
81 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn,
95 /* decimal32] */
181 /* decimal32ToNumber -- convert decimal32 to decNumber */
182 /* d32 is the source decimal32 */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c29 /* This module comprises the routines for decimal32 format numbers. */
44 #include "decimal32.h" /* our primary include */
56 void decimal32Show(const decimal32 *); /* for debug */
65 /* decimal32FromNumber -- convert decNumber to decimal32 */
67 /* ds is the target decimal32 */
81 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn,
95 /* decimal32] */
181 /* decimal32ToNumber -- convert decimal32 to decNumber */
182 /* d32 is the source decimal32 */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/usr.bin/libdecnumber/
H A DMakefile12 SRCS= decNumber.c decContext.c decimal32.c decimal64.c decimal128.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecSingle.h93 /* to force a dependency on decimal32 and decNumber in decSingle. */
94 /* decSingleFromNumber returns a decimal32 * to avoid warnings. */
95 #define decSingleToNumber(dq, dn) decimal32ToNumber((decimal32 *)(dq), dn)
96 #define decSingleFromNumber(dq, dn, set) decimal32FromNumber((decimal32 *)(dq), dn, set)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecSingle.h93 /* to force a dependency on decimal32 and decNumber in decSingle. */
94 /* decSingleFromNumber returns a decimal32 * to avoid warnings. */
95 #define decSingleToNumber(dq, dn) decimal32ToNumber((decimal32 *)(dq), dn)
96 #define decSingleFromNumber(dq, dn, set) decimal32FromNumber((decimal32 *)(dq), dn, set)
H A DMakefile.in67 decimal32.$(objext) decimal64.$(objext) decimal128.$(objext) \
74 dpd/decimal32.c dpd/decimal32.h dpd/decimal32Symbols.h \
77 bid/decimal32.c bid/decimal32.h \
128 decimal32.$(objext): $(srcdir)/$(enable_decimal_float)/decimal32.c \
129 $(srcdir)/$(enable_decimal_float)/decimal32.h \
132 $(COMPILE) $(srcdir)/$(enable_decimal_float)/decimal32.c
146 host-ieee32.$(objext) : $(srcdir)/bid/host-ieee32.c $(srcdir)/bid/decimal32
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddfp.c31 #include "dpd/decimal32.h"
109 decimal32FromNumber ((decimal32 *) to, from, &set);
128 decimal32ToNumber ((decimal32 *) from, to);
143 of the decimal type, 4 bytes for decimal32, 8 bytes for decimal64 and
156 decimal32ToString ((decimal32 *) dec, s);
171 LEN is the length of the decimal type, 4 bytes for decimal32, 8 bytes for
185 decimal32FromString ((decimal32 *) dec, string, &set);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddfp-bit.c44 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
45 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
204 __host_to_ieee_32 (_Decimal32 in, decimal32 *out)
210 __ieee_to_host_32 (decimal32 in, _Decimal32 *out)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddfp.c37 #include "decimal32.h"
127 /* Encode a real into an IEEE 754 decimal32 type. */
134 decimal32 d32;
148 /* Decode an IEEE 754 decimal32 type into a real. */
155 decimal32 d32;
412 decimal32 d32;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h272 union decimal32 { union

Completed in 210 milliseconds

12345