Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h340 #define Log2P 1 macro
378 #define Log2P 4 macro
404 #define Log2P 1 macro
Dstrtod.c691 delta = lshift(delta,Log2P);
783 delta = lshift(delta,Log2P);
/third_party/python/Python/
Ddtoa.c261 #define Log2P 1 macro
1966 delta = lshift(delta,Log2P); in _Py_dg_strtod()
2643 b2 += Log2P; in _Py_dg_dtoa()
2644 s2 += Log2P; in _Py_dg_dtoa()
2721 mhi = lshift(mhi, Log2P); in _Py_dg_dtoa()