Home
last modified time | relevance | path

Searched refs:HFRAC_BITS (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libm/ld/ld80/
De_fmodl.c26 #define HFRAC_BITS LDBL_MANH_SIZE macro
30 #define HFRAC_BITS (LDBL_MANH_SIZE - 1) macro
122 while(hx<(1LL<<HFRAC_BITS)) { /* normalize x */ in fmodl()
Ds_remquol.c25 #define HFRAC_BITS LDBL_MANH_SIZE macro
28 #define HFRAC_BITS (LDBL_MANH_SIZE - 1) macro
128 while(hx<(1LL<<HFRAC_BITS)) { /* normalize x */ in remquol()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_remquol.c26 #define HFRAC_BITS LDBL_MANH_SIZE macro
30 #define HFRAC_BITS (LDBL_MANH_SIZE - 1) macro
128 while(_hx<(1LL<<HFRAC_BITS)) { /* normalize x */ in remquol()