Home
last modified time | relevance | path

Searched defs:frac (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/ieee754/flt-32/
De_gammaf_r.c175 float frac = tx - x; in __ieee754_gammaf_r() local
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_gammal_r.c188 long double frac = tx - x; in __ieee754_gammal_r() local
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_gammal_r.c188 _Float128 frac = tx - x; in __ieee754_gammal_r() local
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_gammal_r.c181 long double frac = tx - x; in __ieee754_gammal_r() local
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_gamma_r.c187 double frac = tx - x; in __ieee754_gamma_r() local
/glibc-2.36/soft-fp/
Dhalf.h72 unsigned frac : _FP_FRACBITS_H - (_FP_IMPLBIT_H != 0); member
Dsingle.h75 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0); member
Ddouble.h203 _FP_W_TYPE frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0); member
Dextended.h318 _FP_W_TYPE frac : _FP_W_TYPE_SIZE; member