Home
last modified time | relevance | path

Searched refs:Lg6 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dlog1p.c66 Lg6 = 1.531383769920937332e-01, /* 3FC39A09 D078C69F */ variable
117 t1 = w*(Lg2+w*(Lg4+w*Lg6)); in log1p()
H A Dlog10.c33 Lg6 = 1.531383769920937332e-01, /* 3FC39A09 D078C69F */ variable
72 t1 = w*(Lg2+w*(Lg4+w*Lg6)); in log10()