Searched refs:__gamma_product (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_gamma_r.c | 68 double prod = __gamma_product (x_adj, 0, n, &eps); in gamma_positive() 85 prod = __gamma_product (x_adj - n, x_eps, n, &eps); in gamma_positive()
|
D | gamma_product.c | 33 __gamma_product (double x, double x_eps, int n, double *eps) in __gamma_product() function
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | gamma_product.c | 33 __gamma_product (double x, double x_eps, int n, double *eps) in __gamma_product() function
|
/glibc-2.36/sysdeps/generic/ |
D | math_private_calls.h | 91 extern _Mdouble_ __MSUF (__gamma_product) (_Mdouble_ x, _Mdouble_ x_eps,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 31102 * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product): 68231 (__gamma_product): Likewise.
|