Home
last modified time | relevance | path

Searched refs:x_eps (Results 1 – 17 of 17) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A Dgamma_productl.c31 __gamma_productl (long double x, long double x_eps, int n, long double *eps) in __gamma_productl() argument
34 *eps = x_eps / x; in __gamma_productl()
37 *eps += x_eps / (x + i); in __gamma_productl()
A Dlgamma_productl.c30 __lgamma_productl (long double t, long double x, long double x_eps, int n) in __lgamma_productl() argument
32 long double x_full = x + x_eps; in __lgamma_productl()
A De_gammal_r.c80 long double x_eps = 0; in gammal_positive() local
89 x_eps = (x - (x_adj - n)); in gammal_positive()
90 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive()
112 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()
/sysdeps/ieee754/ldbl-96/
A Dgamma_productl.c33 __gamma_productl (long double x, long double x_eps, int n, long double *eps) in __gamma_productl() argument
37 *eps = x_eps / x; in __gamma_productl()
40 *eps += x_eps / (x + i); in __gamma_productl()
A Dlgamma_product.c30 __lgamma_product (double t, double x, double x_eps, int n) in __lgamma_product() argument
32 long double x_full = (long double) x + (long double) x_eps; in __lgamma_product()
A Dgamma_product.c33 __gamma_product (double x, double x_eps, int n, double *eps) in __gamma_product() argument
35 long double x_full = (long double) x + (long double) x_eps; in __gamma_product()
A Dlgamma_productl.c30 __lgamma_productl (long double t, long double x, long double x_eps, int n) in __lgamma_productl() argument
39 long double quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); in __lgamma_productl()
A De_gammal_r.c75 long double x_eps = 0; in gammal_positive() local
84 x_eps = (x - (x_adj - n)); in gammal_positive()
85 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive()
107 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()
/sysdeps/ieee754/dbl-64/
A Dgamma_product.c33 __gamma_product (double x, double x_eps, int n, double *eps) in __gamma_product() argument
37 *eps = x_eps / x; in __gamma_product()
40 *eps += x_eps / (x + i); in __gamma_product()
A Dgamma_productf.c33 __gamma_productf (float x, float x_eps, int n, float *eps) in __gamma_productf() argument
35 double x_full = (double) x + (double) x_eps; in __gamma_productf()
A Dlgamma_product.c30 __lgamma_product (double t, double x, double x_eps, int n) in __lgamma_product() argument
39 double quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); in __lgamma_product()
A De_gamma_r.c75 double x_eps = 0; in gamma_positive() local
84 x_eps = (x - (x_adj - n)); in gamma_positive()
85 prod = __gamma_product (x_adj - n, x_eps, n, &eps); in gamma_positive()
108 double exp_adj = x_eps * __ieee754_log (x_adj); in gamma_positive()
/sysdeps/ieee754/ldbl-128/
A Dgamma_productl.c33 __gamma_productl (_Float128 x, _Float128 x_eps, int n, _Float128 *eps) in __gamma_productl() argument
37 *eps = x_eps / x; in __gamma_productl()
40 *eps += x_eps / (x + i); in __gamma_productl()
A Dlgamma_productl.c30 __lgamma_productl (_Float128 t, _Float128 x, _Float128 x_eps, int n) in __lgamma_productl() argument
39 _Float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); in __lgamma_productl()
A De_gammal_r.c81 _Float128 x_eps = 0; in gammal_positive() local
90 x_eps = (x - (x_adj - n)); in gammal_positive()
91 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive()
113 exp_adj += x_eps * __ieee754_logl (x_adj); in gammal_positive()
/sysdeps/ieee754/flt-32/
A De_gammaf_r.c67 float x_eps = 0; in gammaf_positive() local
76 x_eps = (x - (x_adj - n)); in gammaf_positive()
77 prod = __gamma_productf (x_adj - n, x_eps, n, &eps); in gammaf_positive()
99 exp_adj += x_eps * __ieee754_logf (x_adj); in gammaf_positive()
/sysdeps/generic/
A Dmath_private_calls.h91 extern _Mdouble_ __MSUF (__gamma_product) (_Mdouble_ x, _Mdouble_ x_eps,
106 _Mdouble_ x_eps, int n);

Completed in 17 milliseconds