Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dulp.c60 L = (unsigned int)-L >> Exp_shift;
61 if (L < Exp_shift) {
67 L -= Exp_shift;
Dgdtoaimp.h309 #define Exp_shift 20 macro
348 #define Exp_shift 24 macro
374 #define Exp_shift 23 macro
Dstrtod.c494 >> Exp_shift)) > 0) { in strtod()
776 ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) : in strtod()
997 word0(rv0) = Exp_1 + (70 << Exp_shift); in strtod()
Dgdtoa.c268 word0(d) += j << Exp_shift - 2 & Exp_mask; in gdtoa()
270 word0(d) += (be + bbits - 1) << Exp_shift; in gdtoa()
Dmisc.c751 de = (int)(d0 >> Exp_shift);
756 if ( (de = (int)(d0 >> Exp_shift)) !=0)
Ddtoa.c803 word0(d) = Exp_1 + (70 << Exp_shift);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c228 #define Exp_shift 20 macro
1068 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()
1128 if ((de = (int)(word0(d) >> Exp_shift))) in d2b()
1321 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) { in sulp()
1761 >> Exp_shift)) > 0) { in _Py_dg_strtod()
2004 j = (int)(word0(&rv) & Exp_mask) >> Exp_shift; in _Py_dg_strtod()
2051 (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) : in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c245 #define Exp_shift 20 macro
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()
1145 if ((de = (int)(word0(d) >> Exp_shift))) in d2b()
1338 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) { in sulp()
1792 >> Exp_shift)) > 0) { in _Py_dg_strtod()
2035 j = (int)(word0(&rv) & Exp_mask) >> Exp_shift; in _Py_dg_strtod()
2082 (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) : in _Py_dg_strtod()