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

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dfpioconst.h57 extern const struct mp_power _fpioconst_pow10[LDBL_MAX_10_EXP_LOG + 1];
59 /* The constants in the array `_fpioconst_pow10' have an offset. */
H A Dstrtod.c1054 const struct mp_power *ttab = &_fpioconst_pow10[0];
1197 const struct mp_power *ttab = &_fpioconst_pow10[0];
H A Dfpioconst.c439 const struct mp_power _fpioconst_pow10[LDBL_MAX_10_EXP_LOG + 1] =
437 const struct mp_power _fpioconst_pow10[LDBL_MAX_10_EXP_LOG + 1] = variable in typeref:struct:mp_power
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c460 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
480 assert (powers > &_fpioconst_pow10[0]);
536 while (powers > &_fpioconst_pow10[0]);
627 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
638 assert (powers != &_fpioconst_pow10[0]);
755 while (powers != &_fpioconst_pow10[1] && exponent > 0);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1052 void _fpioconst_pow10() {} function
H A Dlibroot_stubs_legacy.c971 void _fpioconst_pow10() {} function

Completed in 112 milliseconds