Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libdecnumber/
H A Ddecimal64.c76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set) in decimal64FromNumber() argument
106 DEC_clear (d64); /* clean the target */ in decimal64FromNumber()
117 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), 0); in decimal64FromNumber()
124 d64->bytes[0] = top; in decimal64FromNumber()
144 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber()
146 decimal64SetExpCon (d64, exp); in decimal64FromNumber()
161 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), pad); in decimal64FromNumber()
164 msd = ((unsigned) d64->bytes[1] >> 2) & 0x0f; in decimal64FromNumber()
165 d64->bytes[1] &= 0x03; in decimal64FromNumber()
171 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber()
[all …]
H A DdecLibrary.c61 decimal64 d64; in isinfd64() local
63 __host_to_ieee_64 (arg, &d64); in isinfd64()
64 decimal64ToNumber (&d64, &dn); in isinfd64()
/openbsd-src/gnu/gcc/gcc/
H A Ddfp.c194 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()
210 buf[1] = dfp_byte_swap (*(uint32_t *) &d64.bytes[0]); in encode_decimal64()
211 buf[0] = dfp_byte_swap (*(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()
235 *((uint32_t *) &d64.bytes[0]) = dfp_byte_swap ((uint32_t) buf[1]); in decode_decimal64()
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcj.info1788 `-d32', `-d64', `-javaagent', `-noclassgc', `-verify', and