Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A Dlgamma_negf.c60 static const float lgamma_coeff[] = variable
67 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
267 bterm[0] = dlast * lgamma_coeff[0]; in __lgamma_negf()
272 bterm[j] = dnext * lgamma_coeff[j]; in __lgamma_negf()
/sysdeps/ieee754/dbl-64/
A Dlgamma_neg.c86 static const double lgamma_coeff[] = variable
102 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
370 bterm[0] = dlast * lgamma_coeff[0]; in __lgamma_neg()
375 bterm[j] = dnext * lgamma_coeff[j]; in __lgamma_neg()
/sysdeps/ieee754/ldbl-128ibm/
A Dlgamma_negl.c126 static const long double lgamma_coeff[] = variable
156 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
518 bterm[0] = dlast * lgamma_coeff[0]; in __lgamma_negl()
523 bterm[j] = dnext * lgamma_coeff[j]; in __lgamma_negl()
/sysdeps/ieee754/ldbl-96/
A Dlgamma_negl.c96 static const long double lgamma_coeff[] = variable
116 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
404 bterm[0] = dlast * lgamma_coeff[0]; in __lgamma_negl()
409 bterm[j] = dnext * lgamma_coeff[j]; in __lgamma_negl()
/sysdeps/ieee754/ldbl-128/
A Dlgamma_negl.c131 static const _Float128 lgamma_coeff[] = variable
162 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
537 bterm[0] = dlast * lgamma_coeff[0]; in __lgamma_negl()
542 bterm[j] = dnext * lgamma_coeff[j]; in __lgamma_negl()

Completed in 9 milliseconds