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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c167 mp_limb_t fp_input[(LDBL_MANT_DIG + BITS_PER_MP_LIMB - 1) / BITS_PER_MP_LIMB]; local
168 /* We need to shift the contents of fp_input by this amount of bits. */
359 fracsize = __mpn_extract_long_double (fp_input,
360 (sizeof (fp_input) /
361 sizeof (fp_input[0])),
403 fracsize = __mpn_extract_double (fp_input,
404 (sizeof (fp_input)
405 / sizeof (fp_input[0])),
466 fp_input, fracsize);
472 fp_input, fracsiz
[all...]

Completed in 217 milliseconds