Searched refs:__gamma_productl (Results 1 – 7 of 7) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm/ |
A D | gamma_productl.c | 31 __gamma_productl (long double x, long double x_eps, int n, long double *eps) in __gamma_productl() function
|
A D | e_gammal_r.c | 73 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 D | gamma_productl.c | 33 __gamma_productl (long double x, long double x_eps, int n, long double *eps) in __gamma_productl() function
|
A D | e_gammal_r.c | 68 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 D | gamma_productl.c | 33 __gamma_productl (_Float128 x, _Float128 x_eps, int n, _Float128 *eps) in __gamma_productl() function
|
A D | e_gammal_r.c | 74 _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 D | float128_private.h | 382 #define __gamma_productl __gamma_productf128 macro
|
Completed in 10 milliseconds