| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
| D | decimal64.c | 87 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument 193 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() 213 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber() argument 225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */ in decimal64ToNumber() 226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */ in decimal64ToNumber() 229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */ in decimal64ToNumber() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
| D | decimal64.c | 87 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument 193 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() 213 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber() argument 225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */ in decimal64ToNumber() 226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */ in decimal64ToNumber() 229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */ in decimal64ToNumber() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| D | decimal64.c | 58 decimal64FromNumber (decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument 68 __dpd64FromNumber (d64, dn, set); in decimal64FromNumber() 72 __ieee_to_host_64 (*d64, &u._Dec); in decimal64FromNumber() 81 *d64 = u.dec; in decimal64FromNumber() 83 return d64; in decimal64FromNumber() 110 decimal64ToString (const decimal64 *d64, char *string) in decimal64ToString() argument 113 decimal64ToNumber (d64, &dn); in decimal64ToString() 119 decimal64ToEngString (const decimal64 *d64, char *string) in decimal64ToEngString() argument 122 decimal64ToNumber (d64, &dn); in decimal64ToEngString()
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| D | decimal64.c | 58 decimal64FromNumber (decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument 68 __dpd64FromNumber (d64, dn, set); in decimal64FromNumber() 72 __ieee_to_host_64 (*d64, &u._Dec); in decimal64FromNumber() 81 *d64 = u.dec; in decimal64FromNumber() 83 return d64; in decimal64FromNumber() 110 decimal64ToString (const decimal64 *d64, char *string) in decimal64ToString() argument 113 decimal64ToNumber (d64, &dn); in decimal64ToString() 119 decimal64ToEngString (const decimal64 *d64, char *string) in decimal64ToEngString() argument 122 decimal64ToNumber (d64, &dn); in decimal64ToEngString()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dfp.cc | 196 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 239 memcpy (&d64.bytes[0], &image, sizeof (int32_t)); in decode_decimal64() 241 memcpy (&d64.bytes[4], &image, sizeof (int32_t)); in decode_decimal64() 246 memcpy (&d64.bytes[0], &image, sizeof (int32_t)); in decode_decimal64() [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | glob.c | 107 # define CONVERT_D_NAMLEN(d64, d32) argument 109 # define CONVERT_D_NAMLEN(d64, d32) \ argument 110 (d64)->d_namlen = (d32)->d_namlen; 114 # define CONVERT_D_INO(d64, d32) argument 116 # define CONVERT_D_INO(d64, d32) \ argument 117 (d64)->d_ino = (d32)->d_ino; 121 # define CONVERT_D_TYPE(d64, d32) \ argument 122 (d64)->d_type = (d32)->d_type; 124 # define CONVERT_D_TYPE(d64, d32) argument 127 # define CONVERT_DIRENT_DIRENT64(d64, d32) \ argument [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/ |
| D | decLibrary.c | 55 decimal64 d64; in isinfd64() local 57 __host_to_ieee_64 (arg, &d64); in isinfd64() 58 decimal64ToNumber (&d64, &dn); in isinfd64()
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/ |
| D | decLibrary.c | 55 decimal64 d64; in isinfd64() local 57 __host_to_ieee_64 (arg, &d64); in isinfd64() 58 decimal64ToNumber (&d64, &dn); in isinfd64()
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_drm.c | 541 dma64to32(drm_dma32_t *d32, const struct drm_dma *d64) in dma64to32() argument 543 d32->send_count = d64->send_count; in dma64to32() 544 NETBSD32PTR32(d32->send_indices, d64->send_indices); in dma64to32() 545 NETBSD32PTR32(d32->send_sizes, d64->send_sizes); in dma64to32() 546 d32->flags = d64->flags; in dma64to32() 547 NETBSD32PTR32(d32->request_count, (void *)(long)d64->request_count); in dma64to32() 548 NETBSD32PTR32(d32->request_indices, d64->request_indices); in dma64to32() 549 NETBSD32PTR32(d32->request_sizes, d64->request_sizes); in dma64to32() 554 dma32to64(struct drm_dma *d64, const drm_dma32_t *d32) in dma32to64() argument 556 d64->request_size = d32->request_size; in dma32to64() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | dfp-test.c | 91 volatile _Decimal64 d64; variable 296 d64 = 1.2345dd; /* Initialize d64. */ in main() 299 d64 = __builtin_infd64(); /* Positive infd64. */ in main() 300 d64 = -__builtin_infd64(); /* Negative infd64. */ in main() 301 d64 = __builtin_nand64(""); in main() 313 d64 = arg0_64 (0.1dd, 1.0dd, 2.0dd, 3.0dd, 4.0dd, 5.0dd); in main()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid_div_macros.h | 40 int_double d64, dm64, ds; in __div_128_by_128() local 59 d64.i = 0x43f0000000000000; in __div_128_by_128() 64 dx = (BINARY80) CX.w[1] * d64.d + (BINARY80) CX.w[0]; in __div_128_by_128() 69 Ql = (UINT64) (dq - ((double) Qh) * d64.d); in __div_128_by_128() 164 int_double d64; in __div_256_by_128() local 168 d64.i = 0x43f0000000000000ull; in __div_256_by_128() 169 l64 = (BINARY80) d64.d; in __div_256_by_128()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | get_d64.c | 125 return y.d64; in get_decimal64_nan() 145 return y.d64; in get_decimal64_inf() 317 return y.d64; in string_to_Decimal64()
|
| D | set_d64.c | 152 y.d64 = d; in decimal64_to_string()
|
| D | mpfr-impl.h | 894 union ieee_double_decimal64 { double d; _Decimal64 d64; }; member
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tget_set_d64.c | 44 y.d64 = d; in print_decimal64() 509 y.d64 = d; in noncanonical() 519 mpfr_set_decimal64 (z, y.d64, MPFR_RNDN); in noncanonical()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | isis-extd-isreach-oobr.out | 22 Purge Originator System-ID: 0d64.0d0d.0d0d
|
| D | print-x.out | 24 0x0070: 2d64 6562 6961 6e20 2874 6578 746d 6f64 228 0x0bd0: 650a 3c54 543e 6170 6163 6865 2d64 6576
|
| D | print-xx.out | 27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 234 0x0be0: 3c54 543e 6170 6163 6865 2d64 6576 3c2f
|
| D | print-capXX.out | 27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 Links/0.10.4-7-d 234 0x0be0: 3c54 543e 6170 6163 6865 2d64 6576 3c2f <TT>apache-dev</
|
| D | print-capX.out | 24 0x0070: 2d64 6562 6961 6e20 2874 6578 746d 6f64 -debian.(textmod 228 0x0bd0: 650a 3c54 543e 6170 6163 6865 2d64 6576 e.<TT>apache-dev
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/ |
| D | decimal | 409 decimal128(decimal64 d64);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.opt | 382 mabi=d64
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | acinclude.m4 | 669 union { double d; _Decimal64 d64; } y; 671 y.d64 = 1234567890123456.0dd;
|
| D | configure | 18023 union { double d; _Decimal64 d64; } y; 18025 y.d64 = 1234567890123456.0dd;
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | configure.ac | 1522 _Decimal64 d64 = 1.2345dd; 1524 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
|