HomeSort by relevance Sort by last modified time
    Searched refs:HFRAC_BITS (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodl.c 44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
135 while(hx<(1ULL<<HFRAC_BITS)) { /* normalize x */
s_remquol.c 44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
145 while(hx<(1ULL<<HFRAC_BITS)) { /* normalize x */

Completed in 38 milliseconds