Home
last modified time | relevance | path

Searched refs:x_full (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dgamma_product.c35 long double x_full = (long double) x + (long double) x_eps; in __gamma_product() local
36 long double ret = x_full; in __gamma_product()
38 ret *= x_full + i; in __gamma_product()
Dlgamma_product.c32 long double x_full = (long double) x + (long double) x_eps; in __lgamma_product() local
35 ret += (t / (x_full + i)) * (1 + ret); in __lgamma_product()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dgamma_productf.c35 double x_full = (double) x + (double) x_eps; in __gamma_productf() local
36 double ret = x_full; in __gamma_productf()
38 ret *= x_full + i; in __gamma_productf()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dlgamma_productl.c32 long double x_full = x + x_eps; in __lgamma_productl() local
36 ret += (t / (x_full + i)) * (1 + ret); in __lgamma_productl()