Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:Exp_shift1

345 #define Exp_shift1 20
402 #define Exp_shift1 24
431 #define Exp_shift1 7
3649 i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
3651 if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {