Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dlog10f.c26 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
65 t1= w*(Lg2+w*Lg4); in log10f()
H A Dlog1pf.c20 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
71 t1= w*(Lg2+w*Lg4); in log1pf()
H A Dlog1p.c62 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
117 t1 = w*(Lg2+w*(Lg4+w*Lg6)); in log1p()
H A Dlog10.c29 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
72 t1 = w*(Lg2+w*(Lg4+w*Lg6)); in log10()