Searched refs:d128 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c76 decimal128FromNumber (decimal128 * d128, const decNumber * dn, decContext * set) argument
106 DEC_clear (d128); /* clean the target */
117 decDensePackCoeff (dn, d128->bytes, sizeof (d128->bytes), 0);
124 d128->bytes[0] = top;
144 d128->bytes[0] = (uByte) (comb << 2);
146 decimal128SetExpCon (d128, exp);
162 decDensePackCoeff (dn, d128->bytes, sizeof (d128->bytes), pad);
165 msd = ((unsigned) d128
196 decimal128ToNumber(const decimal128 * d128, decNumber * dn) argument
275 decimal128ToString(const decimal128 * d128, char *string) argument
284 decimal128ToEngString(const decimal128 * d128, char *string) argument
333 decimal128Show(const decimal128 * d128) argument
[all...]
H A DdecLibrary.c72 decimal128 d128; local
74 __host_to_ieee_128 (arg, &d128);
75 decimal128ToNumber (&d128, &dn);
/freebsd-9.3-release/contrib/gcc/
H A Ddfp.c251 decimal128 d128; local
257 decimal128FromNumber (&d128, &dn, &set);
261 buf[0] = *(uint32_t *) &d128.bytes[0];
262 buf[1] = *(uint32_t *) &d128.bytes[4];
263 buf[2] = *(uint32_t *) &d128.bytes[8];
264 buf[3] = *(uint32_t *) &d128.bytes[12];
268 buf[0] = dfp_byte_swap (*(uint32_t *) &d128.bytes[12]);
269 buf[1] = dfp_byte_swap (*(uint32_t *) &d128.bytes[8]);
270 buf[2] = dfp_byte_swap (*(uint32_t *) &d128.bytes[4]);
271 buf[3] = dfp_byte_swap (*(uint32_t *) &d128
282 decimal128 d128; local
315 decimal128 *d128; local
454 decimal128 *d128 = (decimal128*) r_orig->sig; local
659 decimal128 *d128; local
671 decimal128 *d128; local
[all...]

Completed in 65 milliseconds