Searched refs:d64 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decimal64.c | 117 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), 0); in decimal64FromNumber() 124 d64->bytes[0] = top; in decimal64FromNumber() 161 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), pad); in decimal64FromNumber() 165 d64->bytes[1] &= 0x03; in decimal64FromNumber() 177 decimal64SetSign (d64, 1); in decimal64FromNumber() 182 return d64; in decimal64FromNumber() 199 if (decimal64Sign (d64)) in decimal64ToNumber() 246 decDenseUnpackCoeff (d64->bytes, sizeof (d64->bytes), dn, bunches, odd); in decimal64ToNumber() 269 decimal64ToNumber (d64, &dn); in decimal64ToString() 278 decimal64ToNumber (d64, &dn); in decimal64ToEngString() [all …]
|
H A D | decLibrary.c | 61 decimal64 d64; in isinfd64() local 63 __host_to_ieee_64 (arg, &d64); in isinfd64() 64 decimal64ToNumber (&d64, &dn); in isinfd64()
|
/openbsd/gnu/gcc/gcc/ |
H A D | dfp.c | 194 decimal64 d64; in encode_decimal64() local 201 decimal64FromNumber (&d64, &dn, &set); in encode_decimal64() 205 buf[0] = *(uint32_t *) &d64.bytes[0]; in encode_decimal64() 206 buf[1] = *(uint32_t *) &d64.bytes[4]; in encode_decimal64() 222 decimal64 d64; in decode_decimal64() local 230 *((uint32_t *) &d64.bytes[0]) = (uint32_t) buf[0]; in decode_decimal64() 231 *((uint32_t *) &d64.bytes[4]) = (uint32_t) buf[1]; in decode_decimal64() 239 decimal64ToNumber (&d64, &dn); in decode_decimal64() 412 decimal64 d64; in decimal_round_for_format() local 416 decimal64FromNumber (&d64, &dn, &set); in decimal_round_for_format() [all …]
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | gcj.info | 1788 `-d32', `-d64', `-javaagent', `-noclassgc', `-verify', and
|