Home
last modified time | relevance | path

Searched refs:fret (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dgamma_product.c40 double fret = math_narrow_eval ((double) ret); in __gamma_product() local
41 *eps = (ret - fret) / fret; in __gamma_product()
43 return fret; in __gamma_product()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dgamma_productf.c40 float fret = math_narrow_eval ((float) ret); in __gamma_productf() local
41 *eps = (ret - fret) / fret; in __gamma_productf()
43 return fret; in __gamma_productf()