Home
last modified time | relevance | path

Searched refs:Exp_shift1 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtodg.c569 >> Exp_shift1) - Bias; in strtodg()
571 word0(rv) |= Bias << Exp_shift1; in strtodg()
575 e2 += (unsigned int)((word0(rv) & Exp_mask) >> Exp_shift1) - Bias; in strtodg()
577 word0(rv) |= Bias << Exp_shift1; in strtodg()
591 >> Exp_shift1) - Bias; in strtodg()
593 word0(rv) |= Bias << Exp_shift1; in strtodg()
597 e2 += (unsigned int)((word0(rv) & Exp_mask) >> Exp_shift1) - Bias; in strtodg()
599 word0(rv) |= Bias << Exp_shift1; in strtodg()
Dgdtoaimp.h310 #define Exp_shift1 20 macro
349 #define Exp_shift1 24 macro
375 #define Exp_shift1 7 macro
Ddtoa.c204 i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
206 if (( i = (int)(word0(d) >> Exp_shift1 & (Exp_mask>>Exp_shift1)) )!=0) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c246 #define Exp_shift1 20 macro
2426 if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) { in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c229 #define Exp_shift1 20 macro
2395 if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) { in _Py_dg_dtoa()