Home
last modified time | relevance | path

Searched refs:x_adj2 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A De_gammal_r.c114 long double x_adj2 = x_adj * x_adj; in gammal_positive() local
116 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/ldbl-96/
A De_gammal_r.c109 long double x_adj2 = x_adj * x_adj; in gammal_positive() local
111 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/flt-32/
A De_gammaf_r.c101 float x_adj2 = x_adj * x_adj; in gammaf_positive() local
103 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammaf_positive()
/sysdeps/ieee754/ldbl-128/
A De_gammal_r.c115 _Float128 x_adj2 = x_adj * x_adj; in gammal_positive() local
117 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/dbl-64/
A De_gamma_r.c110 double x_adj2 = x_adj * x_adj; in gamma_positive() local
112 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gamma_positive()

Completed in 6 milliseconds