Home
last modified time | relevance | path

Searched refs:d64 (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal64.c193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
204 return d64; in decimal64FromNumber()
294 decimal64ToNumber(d64, &dn); in decimal64ToEngString()
474 decimal64ToNumber(d64, &dn); in decimal64IsCanonical()
490 decimal64ToNumber(d64, &dn); in decimal64Canonical()
534 d64->bytes[7]>>7, (d64->bytes[7]>>2)&0x1f, in decimal64Show()
535 ((d64->bytes[7]&0x3)<<6)| (d64->bytes[6]>>2)); in decimal64Show()
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal64.c193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
204 return d64; in decimal64FromNumber()
294 decimal64ToNumber(d64, &dn); in decimal64ToEngString()
474 decimal64ToNumber(d64, &dn); in decimal64IsCanonical()
490 decimal64ToNumber(d64, &dn); in decimal64Canonical()
534 d64->bytes[7]>>7, (d64->bytes[7]>>2)&0x1f, in decimal64Show()
535 ((d64->bytes[7]&0x3)<<6)| (d64->bytes[6]>>2)); in decimal64Show()
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal64.c193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
204 return d64; in decimal64FromNumber()
294 decimal64ToNumber(d64, &dn); in decimal64ToEngString()
474 decimal64ToNumber(d64, &dn); in decimal64IsCanonical()
490 decimal64ToNumber(d64, &dn); in decimal64Canonical()
534 d64->bytes[7]>>7, (d64->bytes[7]>>2)&0x1f, in decimal64Show()
535 ((d64->bytes[7]&0x3)<<6)| (d64->bytes[6]>>2)); in decimal64Show()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddfp.c196 decimal64 d64; in encode_decimal64() local
204 decimal64FromNumber (&d64, &dn, &set); in encode_decimal64()
208 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64()
210 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64()
215 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64()
217 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64()
229 decimal64 d64; in decode_decimal64() local
251 decimal64ToNumber (&d64, &dn); in decode_decimal64()
441 decimal64 d64; in decimal_round_for_format() local
445 decimal64FromNumber (&d64, &dn, &set); in decimal_round_for_format()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddfp.c200 decimal64 d64; in encode_decimal64() local
208 decimal64FromNumber (&d64, &dn, &set); in encode_decimal64()
212 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64()
214 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64()
219 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64()
221 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64()
233 decimal64 d64; in decode_decimal64() local
255 decimal64ToNumber (&d64, &dn); in decode_decimal64()
445 decimal64 d64; in decimal_round_for_format() local
449 decimal64FromNumber (&d64, &dn, &set); in decimal_round_for_format()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob.c104 # define CONVERT_D_NAMLEN(d64, d32) argument
107 (d64)->d_namlen = (d32)->d_namlen;
111 # define CONVERT_D_INO(d64, d32) argument
113 # define CONVERT_D_INO(d64, d32) \ argument
114 (d64)->d_ino = (d32)->d_ino;
118 # define CONVERT_D_TYPE(d64, d32) \ argument
119 (d64)->d_type = (d32)->d_type;
121 # define CONVERT_D_TYPE(d64, d32) argument
128 CONVERT_D_TYPE (d64, d32)
1153 struct dirent64 d64; in glob_in_dir() member
[all …]
/dragonfly/contrib/mpfr/src/
H A Dget_d64.c118 return y.d64; in get_decimal64_nan()
131 return y.d64; in get_decimal64_inf()
142 return y.d64; in get_decimal64_zero()
285 return y.d64; in string_to_Decimal64()
H A Dset_d64.c124 y.d64 = d; in decimal64_to_string()
H A Dmpfr-impl.h642 union ieee_double_decimal64 { double d; _Decimal64 d64; }; member
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/decimal/
H A Ddecimal409 decimal128(decimal64 d64);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/decimal/
H A Ddecimal403 decimal128(decimal64 d64);
/dragonfly/contrib/gdb-7/gdb/
H A Dconfigure.ac1592 _Decimal64 d64 = 1.2345dd;
1594 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
/dragonfly/share/misc/
H A Dpci_vendors29353 1d64 C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit
34287 8d64 C610/X99 series chipset sSATA Controller [RAID mode]
34592 9d64 Sunrise Point-LP Serial IO I2C Controller #4