HomeSort by: relevance | last modified time | path
    Searched defs:w6 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_7pts.c 90 w6 = limit at infinity of f(x) / x^6,
93 w2 is stored at { rp + 2n, 2n+1 }, and w6 is stored at { rp + 6n,
112 #define w6 (rp + 6*n) macro
122 W4 =(W4 - W1)/4 - W6*16
127 W2 = W2 - W6 - W0
139 W4 = f(2), W5 = f(1/2), W6 = f(oo),
171 tp[w6n] = mpn_lshift (tp, w6, w6n, 4);
196 mpn_sub (w2, w2, m, w6, w6n);
244 * + | w6 (w6n)| ||w2 (2n+1)| w0 (2n) | (share storage with r)
  /src/lib/libm/src/
e_lgammaf_r.c 90 w6 = -1.6309292987e-03; /* 0xbad5c4e8 */ variable
227 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgamma_r.c 61 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
154 w6 = -1.63092934096575273989e-03; /* 0xBF5AB89D, 0x0B9E43E4 */ variable
291 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /src/lib/libm/ld128/
e_lgammal_r.c 169 w6 = -1.91752691752396849943172337347259743e-03L, variable
319 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
  /src/lib/libm/ld80/
e_lgammal_r.c 200 #define w6 (w6u.extu_ld) macro
345 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));

Completed in 28 milliseconds