Home | History | Annotate | Download | only in stdlib

Lines Matching defs:Exp_shift

243 #define Exp_shift  20
273 #define Exp_shift 24
297 #define Exp_shift 23
1037 L = (ULong)-L >> Exp_shift;
1038 if (L < Exp_shift) {
1044 L -= Exp_shift;
1162 de = (int)(d0 >> Exp_shift);
1167 if ((de = (int)(d0 >> Exp_shift)) != 0)