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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c255 #define Exp_shift 20 macro
285 #define Exp_shift 24 macro
309 #define Exp_shift 23 macro
861 L = -L >> Exp_shift;
862 if (L < Exp_shift) {
867 L -= Exp_shift;
966 de = (int)(d0 >> Exp_shift);
971 if ( (de = (int)(d0 >> Exp_shift)) )

Completed in 74 milliseconds