Searched defs:ln2_lo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_log.c63 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
65 * ln2_hi + ln2_lo,
90 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ variable
131 return dk*ln2_hi+dk*ln2_lo;}
135 return dk*ln2_hi-((R-dk*ln2_lo)-f);}
150 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
153 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
H A Ds_expm1.c127 ln2_lo = 1.90821492927058770002e-10,/* 0x3dea39ef, 0x35793c76 */ variable
171 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
173 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
178 lo = t*ln2_lo;

Completed in 43 milliseconds