Home
last modified time | relevance | path

Searched refs:log10_2hi (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10f.c27 log10_2hi = 3.0102920532e-01, /* 0x3e9a2080 */ variable
65 y * ((float_t)log10_2lo + log10_2hi); in __ieee754_log10f()
71 y*log10_2hi; in __ieee754_log10f()
De_log10.c35 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
76 y2 = y*log10_2hi; in __ieee754_log10()