Searched refs:ln2_lo (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A De_log.c44 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
46 * ln2_hi + ln2_lo,
73 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ variable
116 return dk*ln2_hi+dk*ln2_lo;}
119 return dk*ln2_hi-((R-dk*ln2_lo)-f);}
134 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
137 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
H A Ds_expm1.c120 ln2_lo = 1.90821492927058770002e-10,/* 0x3dea39ef, 0x35793c76 */ variable
165 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
167 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
172 lo = t*ln2_lo;
H A Ds_log1p.c49 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
51 * ln2_hi + ln2_lo,
87 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ variable
155 else {c += k*ln2_lo; return k*ln2_hi+c;}
158 return k*ln2_hi-((R-(k*ln2_lo+c))-f);
164 return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
/external/v8/src/base/
H A Dieee754.cc1658 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
1660 * ln2_hi + ln2_lo,
1681 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ local
1722 return dk * ln2_hi + dk * ln2_lo;
1730 return dk * ln2_hi - ((R - dk * ln2_lo) - f);
1748 return dk * ln2_hi - ((hfsq - (s * (hfsq + R) + dk * ln2_lo)) - f);
1753 return dk * ln2_hi - ((s * (f - R) - dk * ln2_lo) - f);
1792 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
1794 * ln2_hi + ln2_lo,
1824 ln2_lo local
2258 ln2_lo = 1.90821492927058770002e-10, /* 0x3dea39ef, 0x35793c76 */ local
[all...]

Completed in 141 milliseconds