Searched refs:lgamma_coeff (Results 1 – 5 of 5) sorted by relevance
60 static const float lgamma_coeff[] = variable67 #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()
86 static const double lgamma_coeff[] = variable102 #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()
126 static const long double lgamma_coeff[] = variable156 #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()
96 static const long double lgamma_coeff[] = variable116 #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()
131 static const _Float128 lgamma_coeff[] = variable162 #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