Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds