Searched refs:DBL_FRACLBITS (Results 1 – 16 of 16) sorted by relevance
77 r <<= DBL_FRACLBITS; in __fixunsdfdi()79 exp -= DBL_FRACLBITS; in __fixunsdfdi()
73 r <<= DBL_FRACLBITS; in __fixdfdi()75 exp -= DBL_FRACLBITS; in __fixdfdi()
85 #define DBL_FRACLBITS 32 macro
81 #define DBL_FRACLBITS 32 macro
82 #define DBL_FRACLBITS 32 macro
83 #define DBL_FRACLBITS 32 macro
96 #define DBL_FRACLBITS 32 macro
178 for (; s > s0 + sigfigs - (DBL_FRACLBITS / 4) - 1 && s > s0; s--) { in __hdtoa()