Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h328 #define Log2P 1 macro
366 #define Log2P 4 macro
392 #define Log2P 1 macro
Ddtoa.c562 b2 += Log2P;
563 s2 += Log2P;
647 mhi = lshift(mhi, Log2P);
Dstrtod.c675 delta = lshift(delta,Log2P); in strtod()
764 delta = lshift(delta,Log2P); in strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c249 #define Log2P 1 macro
2032 delta = lshift(delta,Log2P); in _Py_dg_strtod()
2702 b2 += Log2P; in _Py_dg_dtoa()
2703 s2 += Log2P; in _Py_dg_dtoa()
2780 mhi = lshift(mhi, Log2P); in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c266 #define Log2P 1 macro
2063 delta = lshift(delta,Log2P); in _Py_dg_strtod()
2733 b2 += Log2P; in _Py_dg_dtoa()
2734 s2 += Log2P; in _Py_dg_dtoa()
2811 mhi = lshift(mhi, Log2P); in _Py_dg_dtoa()