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

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.c76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set) argument
106 DEC_clear (d64); /* clean the target */
117 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), 0);
124 d64->bytes[0] = top;
144 d64->bytes[0] = (uByte) (comb << 2);
146 decimal64SetExpCon (d64, exp);
161 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), pad);
164 msd = ((unsigned) d64
192 decimal64ToNumber(const decimal64 * d64, decNumber * dn) argument
266 decimal64ToString(const decimal64 * d64, char *string) argument
275 decimal64ToEngString(const decimal64 * d64, char *string) argument
324 decimal64Show(const decimal64 * d64) argument
[all...]
H A DdecLibrary.c61 decimal64 d64; local
63 __host_to_ieee_64 (arg, &d64);
64 decimal64ToNumber (&d64, &dn);
/freebsd-9.3-release/contrib/gcc/
H A Ddfp.c194 decimal64 d64; local
201 decimal64FromNumber (&d64, &dn, &set);
205 buf[0] = *(uint32_t *) &d64.bytes[0];
206 buf[1] = *(uint32_t *) &d64.bytes[4];
210 buf[1] = dfp_byte_swap (*(uint32_t *) &d64.bytes[0]);
211 buf[0] = dfp_byte_swap (*(uint32_t *) &d64.bytes[4]);
222 decimal64 d64; local
230 *((uint32_t *) &d64.bytes[0]) = (uint32_t) buf[0];
231 *((uint32_t *) &d64.bytes[4]) = (uint32_t) buf[1];
235 *((uint32_t *) &d64
412 decimal64 d64; local
[all...]
/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c263 uint64_t d64; local
266 d64 = fdt64_to_cpu(*((uint64_t *)data));
267 if (((d64 >> 32) & 0xffffffffull) != 0 || cells > 2)

Completed in 63 milliseconds