Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c257 #define Log2P 1 macro
1990 delta = lshift(delta,Log2P); in _Py_dg_strtod()
2660 b2 += Log2P; in _Py_dg_dtoa()
2661 s2 += Log2P; in _Py_dg_dtoa()
2738 mhi = lshift(mhi, Log2P); in _Py_dg_dtoa()
/external/python/cpython2/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()