Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/stdlib/
Dstrtod.c245 #define Exp_shift1 20 macro
275 #define Exp_shift1 24 macro
299 #define Exp_shift1 7 macro
1908 i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1)); in __dtoa()
1910 if (i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1))) { in __dtoa()