Home | History | Annotate | Download | only in Python

Lines Matching defs:Exp_shift

236 #define Exp_shift  20
1011 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1071 if ((de = (int)(word0(d) >> Exp_shift)))
1235 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
1719 >> Exp_shift)) > 0) {
1962 j = (int)(word0(&rv) & Exp_mask) >> Exp_shift;
2009 (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :