Searched refs:h4 (Results 1 – 2 of 2) sorted by relevance
/sysdeps/ieee754/dbl-64/ |
A D | s_expm1.c | 136 double y, hi, lo, c, t, e, hxs, hfx, r1, h2, h4, R1, R2, R3; in __expm1() local 212 R2 = Q[2] + hxs * Q[3]; h4 = h2 * h2; in __expm1() 214 r1 = R1 + h2 * R2 + h4 * R3; in __expm1()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_lgammal_r.c | 146 h4 = 9.764244777714344488787381271643502742293E2L, variable 380 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __ieee754_lgammal_r()
|
Completed in 5 milliseconds