Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dexpm1f.c20 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable
54 hi = x - ln2_hi; in expm1f()
58 hi = x + ln2_hi; in expm1f()
65 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */ in expm1f()
H A Dexpm1.c111 ln2_hi = 6.93147180369123816490e-01, /* 0x3fe62e42, 0xfee00000 */ variable
144 hi = x - ln2_hi; in expm1()
148 hi = x + ln2_hi; in expm1()
155 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */ in expm1()
H A Dlog1pf.c16 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable
76 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1pf()
H A Dlog1p.c59 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
121 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1p()