Searched refs:x_adj (Results 1 – 10 of 10) sorted by relevance
71 long double x_adj = x - n; in gammal_positive() local81 long double x_adj = x; in gammal_positive() local88 x_adj = x + n; in gammal_positive()89 x_eps = (x - (x_adj - n)); in gammal_positive()97 long double x_adj_int = roundl (x_adj); in gammal_positive()98 long double x_adj_frac = x_adj - x_adj_int; in gammal_positive()109 * __ieee754_expl (-x_adj) in gammal_positive()110 * sqrtl (2 * M_PIl / x_adj) in gammal_positive()112 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()114 long double x_adj2 = x_adj * x_adj; in gammal_positive()[all …]
452 long double x_adj = x - xm; in __lgamma_negl() local457 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
66 long double x_adj = x - n; in gammal_positive() local76 long double x_adj = x; in gammal_positive() local83 x_adj = x + n; in gammal_positive()84 x_eps = (x - (x_adj - n)); in gammal_positive()92 long double x_adj_int = roundl (x_adj); in gammal_positive()93 long double x_adj_frac = x_adj - x_adj_int; in gammal_positive()104 * __ieee754_expl (-x_adj) in gammal_positive()105 * sqrtl (2 * M_PIl / x_adj) in gammal_positive()107 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()109 long double x_adj2 = x_adj * x_adj; in gammal_positive()[all …]
338 long double x_adj = x - xm; in __lgamma_negl() local343 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
60 float x_adj = x - 1; in gammaf_positive() local62 * x_adj); in gammaf_positive()68 float x_adj = x; in gammaf_positive() local75 x_adj = math_narrow_eval (x + n); in gammaf_positive()76 x_eps = (x - (x_adj - n)); in gammaf_positive()84 float x_adj_int = roundf (x_adj); in gammaf_positive()85 float x_adj_frac = x_adj - x_adj_int; in gammaf_positive()96 * __ieee754_expf (-x_adj) in gammaf_positive()97 * sqrtf (2 * (float) M_PI / x_adj) in gammaf_positive()101 float x_adj2 = x_adj * x_adj; in gammaf_positive()[all …]
219 float x_adj = x - xm; in __lgamma_negf() local224 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negf()
72 _Float128 x_adj = x - n; in gammal_positive() local82 _Float128 x_adj = x; in gammal_positive() local89 x_adj = x + n; in gammal_positive()90 x_eps = (x - (x_adj - n)); in gammal_positive()98 _Float128 x_adj_int = roundl (x_adj); in gammal_positive()99 _Float128 x_adj_frac = x_adj - x_adj_int; in gammal_positive()110 * __ieee754_expl (-x_adj) in gammal_positive()111 * sqrtl (2 * M_PIl / x_adj) in gammal_positive()113 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()115 _Float128 x_adj2 = x_adj * x_adj; in gammal_positive()[all …]
471 _Float128 x_adj = x - xm; in __lgamma_negl() local476 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
66 double x_adj = x - n; in gamma_positive() local76 double x_adj = x; in gamma_positive() local83 x_adj = math_narrow_eval (x + n); in gamma_positive()84 x_eps = (x - (x_adj - n)); in gamma_positive()85 prod = __gamma_product (x_adj - n, x_eps, n, &eps); in gamma_positive()91 double x_adj_int = round (x_adj); in gamma_positive()92 double x_adj_frac = x_adj - x_adj_int; in gamma_positive()104 mul_split (&h2, &l2, __ieee754_exp (-x_adj), sqrt (2 * M_PI / x_adj)); in gamma_positive()108 double exp_adj = x_eps * __ieee754_log (x_adj); in gamma_positive()110 double x_adj2 = x_adj * x_adj; in gamma_positive()[all …]
304 double x_adj = x - xm; in __lgamma_neg() local309 g = g * x_adj + poly_coeff[end - j]; in __lgamma_neg()
Completed in 13 milliseconds