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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c256 #define Exp_shift1 20 macro
286 #define Exp_shift1 24 macro
310 #define Exp_shift1 7 macro
1885 i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
1887 if ( (i = (int)((word0(d) >> Exp_shift1) & (Exp_mask>>Exp_shift1))) ) {

Completed in 70 milliseconds