Searched defs:prod (Results 1 – 5 of 5) sorted by relevance
/sysdeps/ieee754/ldbl-128/ |
A D | e_gammal_r.c | 74 _Float128 prod = __gamma_productl (x_adj, 0, n, &eps); in gammal_positive() local 83 _Float128 prod = 1; in gammal_positive() local
|
/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 82 long double prod = 1; in gammal_positive() local
|
/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 77 long double prod = 1; in gammal_positive() local
|
/sysdeps/ieee754/dbl-64/ |
A D | e_gamma_r.c | 68 double prod = __gamma_product (x_adj, 0, n, &eps); in gamma_positive() local 77 double prod = 1; in gamma_positive() local
|
/sysdeps/ieee754/flt-32/ |
A D | e_gammaf_r.c | 69 float prod = 1; in gammaf_positive() local
|
Completed in 6 milliseconds