Home
last modified time | relevance | path

Searched refs:x_adj (Results 1 – 10 of 10) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A De_gammal_r.c71 long double x_adj = x - n; in gammal_positive() local
81 long double x_adj = x; in gammal_positive() local
88 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 …]
A Dlgamma_negl.c452 long double x_adj = x - xm; in __lgamma_negl() local
457 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
/sysdeps/ieee754/ldbl-96/
A De_gammal_r.c66 long double x_adj = x - n; in gammal_positive() local
76 long double x_adj = x; in gammal_positive() local
83 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 …]
A Dlgamma_negl.c338 long double x_adj = x - xm; in __lgamma_negl() local
343 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
/sysdeps/ieee754/flt-32/
A De_gammaf_r.c60 float x_adj = x - 1; in gammaf_positive() local
62 * x_adj); in gammaf_positive()
68 float x_adj = x; in gammaf_positive() local
75 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 …]
A Dlgamma_negf.c219 float x_adj = x - xm; in __lgamma_negf() local
224 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negf()
/sysdeps/ieee754/ldbl-128/
A De_gammal_r.c72 _Float128 x_adj = x - n; in gammal_positive() local
82 _Float128 x_adj = x; in gammal_positive() local
89 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 …]
A Dlgamma_negl.c471 _Float128 x_adj = x - xm; in __lgamma_negl() local
476 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl()
/sysdeps/ieee754/dbl-64/
A De_gamma_r.c66 double x_adj = x - n; in gamma_positive() local
76 double x_adj = x; in gamma_positive() local
83 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 …]
A Dlgamma_neg.c304 double x_adj = x - xm; in __lgamma_neg() local
309 g = g * x_adj + poly_coeff[end - j]; in __lgamma_neg()

Completed in 12 milliseconds