Searched defs:w1 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dstrnlen.c109 const op_t w1 = w[1]; local
113 DO_WORD(w + 1, w1)
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c81 w1 = 8.33332464e-02, /* 0x3daaaa9f */ variable
208 w = w0+z*(w1+y*w2);
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
151 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c167 w1 = 8.33333333333333333333333333332852026e-02L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+

Completed in 832 milliseconds