Searched refs:Exp_shift1 (Results 1 – 4 of 4) sorted by relevance
164 #define Exp_shift1 23 macro199 #define Exp_shift1 20 macro231 #define Exp_shift1 24 macro255 #define Exp_shift1 7 macro
113 #define Exp_shift1 23 macro153 #define Exp_shift1 20 macro195 #define Exp_shift1 24 macro220 #define Exp_shift1 7 macro
723 >> Exp_shift1) - Bias; in _strtodg_l()725 word0(rv) |= (uint32_t) Bias << Exp_shift1; in _strtodg_l()729 e2 += ((word0(rv) & Exp_mask) >> Exp_shift1) - Bias; in _strtodg_l()731 word0(rv) |= (uint32_t) Bias << Exp_shift1; in _strtodg_l()745 >> Exp_shift1) - Bias; in _strtodg_l()747 word0(rv) |= (uint32_t) Bias << Exp_shift1; in _strtodg_l()751 e2 += ((word0(rv) & Exp_mask) >> Exp_shift1) - Bias; in _strtodg_l()753 word0(rv) |= (uint32_t) Bias << Exp_shift1; in _strtodg_l()
284 i = (int) (word0 (d) >> Exp_shift1 & (Exp_mask >> Exp_shift1)); in __dtoa()286 if ((i = (int) (word0 (d) >> Exp_shift1 & (Exp_mask >> Exp_shift1))) != 0) in __dtoa()