Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h316 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
335 #define Bletch 0x10 macro
372 #define Bletch 4 macro
399 #define Bletch 2 macro
/third_party/python/Python/
H A Ddtoa.c237 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
258 #define Bletch 0x10 macro
2454 if (j & Bletch) { in _Py_dg_dtoa()
2456 j &= Bletch - 1; in _Py_dg_dtoa()

Completed in 6 milliseconds