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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_log10f.c27 log10_2hi = 3.0102920532e-01, /* 0x3e9a2080 */ variable
65 y * ((float_t)log10_2lo + log10_2hi);
71 y*log10_2hi;
H A De_log10.c35 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
76 y2 = y*log10_2hi;
80 * Extra precision in for adding y*log10_2hi is not strictly needed

Completed in 211 milliseconds