Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128ibm/
A De_gammal_r.c29 static const long double gamma_coeff[] = variable
46 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
113 long double bsum = gamma_coeff[NCOEFF - 1]; in gammal_positive()
116 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/ldbl-96/
A De_gammal_r.c29 static const long double gamma_coeff[] = variable
41 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
108 long double bsum = gamma_coeff[NCOEFF - 1]; in gammal_positive()
111 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/flt-32/
A De_gammaf_r.c30 static const float gamma_coeff[] = variable
37 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
100 float bsum = gamma_coeff[NCOEFF - 1]; in gammaf_positive()
103 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammaf_positive()
/sysdeps/ieee754/ldbl-128/
A De_gammal_r.c29 static const _Float128 gamma_coeff[] = variable
47 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
114 _Float128 bsum = gamma_coeff[NCOEFF - 1]; in gammal_positive()
117 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
/sysdeps/ieee754/dbl-64/
A De_gamma_r.c31 static const double gamma_coeff[] = variable
41 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
109 double bsum = gamma_coeff[NCOEFF - 1]; in gamma_positive()
112 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gamma_positive()

Completed in 6 milliseconds