Home | History | Annotate | Download | only in stdlib

Lines Matching refs:Exp_shift1

244 #define Exp_shift1 20
274 #define Exp_shift1 24
298 #define Exp_shift1 7
2185 i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
2187 if ((i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1))) != 0) {