Lines Matching refs:l1
101 double h1, l1, h2, l2; in gamma_positive() local
102 mul_split (&h1, &l1, __ieee754_pow (x_adj_mant, x_adj), in gamma_positive()
105 mul_expansion (&h1, &l1, h1, l1, h2, l2); in gamma_positive()
107 div_expansion (&h1, &l1, h1, l1, prod, prod * eps); in gamma_positive()
115 l1 += h1 * __expm1 (exp_adj); in gamma_positive()
116 return h1 + l1; in gamma_positive()
194 double h1, l1, h2, l2; in __ieee754_gamma_r() local
196 mul_split (&h1, &l1, sinpix, h2); in __ieee754_gamma_r()
201 l2 += l1 * x; in __ieee754_gamma_r()
204 l1 = 0x8.d313198a2e038p-56; /* |h1+l1-Pi| < 3e-33 */ in __ieee754_gamma_r()
206 div_expansion (&h1, &l1, h1, l1, h2, l2); in __ieee754_gamma_r()