Home
last modified time | relevance | path

Searched refs:__gamma_productl (Results 1 – 7 of 7) 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() function
A De_gammal_r.c73 long double prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive()
90 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); 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() function
A De_gammal_r.c68 long double prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive()
85 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive()
/sysdeps/ieee754/ldbl-128/
A Dgamma_productl.c33 __gamma_productl (_Float128 x, _Float128 x_eps, int n, _Float128 *eps) in __gamma_productl() function
A De_gammal_r.c74 _Float128 prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive()
91 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive()
/sysdeps/ieee754/float128/
A Dfloat128_private.h382 #define __gamma_productl __gamma_productf128 macro

Completed in 10 milliseconds