Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c253 #define Bletch 0x10 macro
2478 if (j & Bletch) { in _Py_dg_dtoa()
2480 j &= Bletch - 1; in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c262 #define Bletch 0x10 macro
2551 if (j & Bletch) { in _Py_dg_dtoa()
2553 j &= Bletch - 1; in _Py_dg_dtoa()