| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decLibrary.c | 55 decimal64 d64; local 57 __host_to_ieee_64 (arg, &d64); 58 decimal64ToNumber (&d64, &dn);
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decLibrary.c | 55 decimal64 d64; local 57 __host_to_ieee_64 (arg, &d64); 58 decimal64ToNumber (&d64, &dn);
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decLibrary.c | 55 decimal64 d64; local 57 __host_to_ieee_64 (arg, &d64); 58 decimal64ToNumber (&d64, &dn);
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decLibrary.c | 55 decimal64 d64; local 57 __host_to_ieee_64 (arg, &d64); 58 decimal64ToNumber (&d64, &dn);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dfp.cc | 196 decimal64 d64; local 204 decimal64FromNumber (&d64, &dn, &set); 208 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); 210 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); 215 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); 217 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); 229 decimal64 d64; local 239 memcpy (&d64.bytes[0], &image, sizeof (int32_t)); 241 memcpy (&d64.bytes[4], &image, sizeof (int32_t)); 246 memcpy (&d64.bytes[0], &image, sizeof (int32_t)) 451 decimal64 d64; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dfp.cc | 196 decimal64 d64; local 204 decimal64FromNumber (&d64, &dn, &set); 208 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); 210 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); 215 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); 217 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); 229 decimal64 d64; local 239 memcpy (&d64.bytes[0], &image, sizeof (int32_t)); 241 memcpy (&d64.bytes[4], &image, sizeof (int32_t)); 246 memcpy (&d64.bytes[0], &image, sizeof (int32_t)) 445 decimal64 d64; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_div_macros.h | 40 int_double d64, dm64, ds; local 59 d64.i = 0x43f0000000000000; 64 dx = (BINARY80) CX.w[1] * d64.d + (BINARY80) CX.w[0]; 69 Ql = (UINT64) (dq - ((double) Qh) * d64.d); 164 int_double d64; local 168 d64.i = 0x43f0000000000000ull; 169 l64 = (BINARY80) d64.d;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_div_macros.h | 40 int_double d64, dm64, ds; local 59 d64.i = 0x43f0000000000000; 64 dx = (BINARY80) CX.w[1] * d64.d + (BINARY80) CX.w[0]; 69 Ql = (UINT64) (dq - ((double) Qh) * d64.d); 164 int_double d64; local 168 d64.i = 0x43f0000000000000ull; 169 l64 = (BINARY80) d64.d;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| glob.c | 107 # define CONVERT_D_NAMLEN(d64, d32) 109 # define CONVERT_D_NAMLEN(d64, d32) \ 110 (d64)->d_namlen = (d32)->d_namlen; 114 # define CONVERT_D_INO(d64, d32) 116 # define CONVERT_D_INO(d64, d32) \ 117 (d64)->d_ino = (d32)->d_ino; 121 # define CONVERT_D_TYPE(d64, d32) \ 122 (d64)->d_type = (d32)->d_type; 124 # define CONVERT_D_TYPE(d64, d32) 127 # define CONVERT_DIRENT_DIRENT64(d64, d32) 1156 struct dirent64 d64; member in union:__anon9590 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dfp-test.c | 91 volatile _Decimal64 d64; variable 296 d64 = 1.2345dd; /* Initialize d64. */ 299 d64 = __builtin_infd64(); /* Positive infd64. */ 300 d64 = -__builtin_infd64(); /* Negative infd64. */ 301 d64 = __builtin_nand64(""); 313 d64 = arg0_64 (0.1dd, 1.0dd, 2.0dd, 3.0dd, 4.0dd, 5.0dd);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dfp-test.c | 91 volatile _Decimal64 d64; variable 296 d64 = 1.2345dd; /* Initialize d64. */ 299 d64 = __builtin_infd64(); /* Positive infd64. */ 300 d64 = -__builtin_infd64(); /* Negative infd64. */ 301 d64 = __builtin_nand64(""); 313 d64 = arg0_64 (0.1dd, 1.0dd, 2.0dd, 3.0dd, 4.0dd, 5.0dd);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_drm.c | 541 dma64to32(drm_dma32_t *d32, const struct drm_dma *d64) 543 d32->send_count = d64->send_count; 544 NETBSD32PTR32(d32->send_indices, d64->send_indices); 545 NETBSD32PTR32(d32->send_sizes, d64->send_sizes); 546 d32->flags = d64->flags; 547 NETBSD32PTR32(d32->request_count, (void *)(long)d64->request_count); 548 NETBSD32PTR32(d32->request_indices, d64->request_indices); 549 NETBSD32PTR32(d32->request_sizes, d64->request_sizes); 554 dma32to64(struct drm_dma *d64, const drm_dma32_t *d32) 556 d64->request_size = d32->request_size 564 struct drm_dma d64; local [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-impl.h | 894 union ieee_double_decimal64 { double d; _Decimal64 d64; }; member in union:ieee_double_decimal64
|