Searched refs:HFRAC_BITS (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_fmodl.c44 #define HFRAC_BITS LDBL_MANH_SIZE macro
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1) macro
135 while(hx<(1ULL<<HFRAC_BITS)) { /* normalize x */
H A Ds_remquol.c44 #define HFRAC_BITS LDBL_MANH_SIZE macro
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1) macro
145 while(hx<(1ULL<<HFRAC_BITS)) { /* normalize x */

Completed in 103 milliseconds