Searched refs:w3 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dmath_ldbl.h40 uint32_t w0, w1, w2, w3; member in struct:__anon2008::__anon2010
58 uint32_t w3, w2, w1, w0; member in struct:__anon2011::__anon2013
/haiku/src/system/libroot/posix/musl/math/
H A Dlgamma_r.c56 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
143 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
274 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
H A Dlgammaf_r.c78 w3 = 7.9365057172e-04, /* 0x3a500cfd */ variable
209 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
H A Dlgammal.c66 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
194 w3 = 7.936507795855070755671E-4L, variable
332 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7))))));

Completed in 50 milliseconds