HomeSort by relevance Sort by last modified time
    Searched refs:log10_2hi (Results 1 - 3 of 3) sorted by null

  /external/fdlibm/
e_log10.c 18 * Let log10_2hi = leading 40 bits of ieee_log10(2) and
19 * log10_2lo = ieee_log10(2) - log10_2hi,
25 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*ieee_log(x))
56 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
90 return z+y*log10_2hi;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10f.c 27 log10_2hi = 3.0102920532e-01, /* 0x3e9a2080 */ variable
64 y * ((float_t)log10_2lo + log10_2hi);
70 y*log10_2hi;
e_log10.c 33 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
73 y2 = y*log10_2hi;
77 * Extra precision in for adding y*log10_2hi is not strictly needed

Completed in 126 milliseconds