Searched refs:ln2_hi (Results 1 – 4 of 4) sorted by relevance
23 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable93 else {c += k*ln2_lo; return k*ln2_hi+c;} in __log1pf()97 return k*ln2_hi-((R-(k*ln2_lo+c))-f); in __log1pf()112 return k * ln2_hi - ((hfsq - (s * (hfsq + R) in __log1pf()
29 ln2_hi = 6.9313812256e-01,/* 0x3f317180 */ variable73 {hi = x - ln2_hi; lo = ln2_lo; k = 1;} in __expm1f()75 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;} in __expm1f()79 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */ in __expm1f()
89 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable178 c += k * ln2_lo; return k * ln2_hi + c; in __log1p()185 return k * ln2_hi - ((R - (k * ln2_lo + c)) - f); in __log1p()204 return k * ln2_hi - ((hfsq - (s * (hfsq + R) + (k * ln2_lo + c))) - f); in __log1p()
123 ln2_hi = 6.93147180369123816490e-01, /* 0x3fe62e42, 0xfee00000 */ variable182 hi = x - ln2_hi; lo = ln2_lo; k = 1; in __expm1()186 hi = x + ln2_hi; lo = -ln2_lo; k = -1; in __expm1()193 hi = x - t * ln2_hi; /* t*ln2_hi is exact here */ in __expm1()
Completed in 5 milliseconds