Searched refs:prod (Results 1 – 5 of 5) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm/ |
A D | e_gammal_r.c | 73 long double prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive() local 75 * prod * (1.0L + eps)); in gammal_positive() 82 long double prod = 1; in gammal_positive() local 90 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive() 111 / prod); in gammal_positive()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_gammal_r.c | 68 long double prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive() local 70 * prod * (1.0L + eps)); in gammal_positive() 77 long double prod = 1; in gammal_positive() local 85 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive() 106 / prod); in gammal_positive()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_gamma_r.c | 68 double prod = __gamma_product (x_adj, 0, n, &eps); in gamma_positive() local 70 * prod * (1.0 + eps)); in gamma_positive() 77 double prod = 1; in gamma_positive() local 85 prod = __gamma_product (x_adj - n, x_eps, n, &eps); in gamma_positive() 107 div_expansion (&h1, &l1, h1, l1, prod, prod * eps); in gamma_positive()
|
/sysdeps/ieee754/ldbl-128/ |
A D | e_gammal_r.c | 74 _Float128 prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive() local 76 * prod * (1 + eps)); in gammal_positive() 83 _Float128 prod = 1; in gammal_positive() local 91 prod = __gamma_productl (x_adj - n, x_eps, n, &eps); in gammal_positive() 112 / prod); in gammal_positive()
|
/sysdeps/ieee754/flt-32/ |
A D | e_gammaf_r.c | 69 float prod = 1; in gammaf_positive() local 77 prod = __gamma_productf (x_adj - n, x_eps, n, &eps); in gammaf_positive() 98 / prod); in gammaf_positive()
|
Completed in 6 milliseconds