Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dfpioconst.h50 struct mp_power struct
57 extern const struct mp_power _fpioconst_pow10[LDBL_MAX_10_EXP_LOG + 1]; argument
H A Dfpioconst.c437 const struct mp_power _fpioconst_pow10[LDBL_MAX_10_EXP_LOG + 1] =
H A Dstrtod.c1054 const struct mp_power *ttab = &_fpioconst_pow10[0];
1197 const struct mp_power *ttab = &_fpioconst_pow10[0];
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c460 const struct mp_power *powers = &_fpioconst_pow10[explog + 1]; in __printf_fp()
627 const struct mp_power *powers = &_fpioconst_pow10[explog + 1]; in __printf_fp()