Home
last modified time | relevance | path

Searched refs:Exp_shift1 (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h164 #define Exp_shift1 23 macro
199 #define Exp_shift1 20 macro
231 #define Exp_shift1 24 macro
255 #define Exp_shift1 7 macro
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h113 #define Exp_shift1 23 macro
153 #define Exp_shift1 20 macro
195 #define Exp_shift1 24 macro
220 #define Exp_shift1 7 macro
Dstrtodg.c723 >> 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()
Ddtoa.c284 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()