Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_7pts.c102 #define w6 (rp + 6*n) in mpn_toom_interpolate_7pts() macro
161 tp[w6n] = mpn_lshift (tp, w6, w6n, 4); in mpn_toom_interpolate_7pts()
186 mpn_sub (w2, w2, m, w6, w6n); in mpn_toom_interpolate_7pts()
/dragonfly/contrib/openbsd_libm/src/
H A De_lgamma_r.c149 w6 = -1.63092934096575273989e-03; /* 0xBF5AB89D, 0x0B9E43E4 */ variable
289 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in lgamma_r()
H A De_lgammaf_r.c85 w6 = -1.6309292987e-03; /* 0xbad5c4e8 */ variable
225 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in lgammaf_r()
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c196 w6 = -1.880801938119376907179E-3L, variable
416 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in lgammal()