Home
last modified time | relevance | path

Searched refs:ln2_hi (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ieee754/flt-32/
A Ds_log1pf.c23 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable
93 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()
A Ds_expm1f.c29 ln2_hi = 6.9313812256e-01,/* 0x3f317180 */ variable
73 {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()
/sysdeps/ieee754/dbl-64/
A Ds_log1p.c89 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
178 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()
A Ds_expm1.c123 ln2_hi = 6.93147180369123816490e-01, /* 0x3fe62e42, 0xfee00000 */ variable
182 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