Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h344 #define Int_max 14 macro
382 #define Int_max 15 macro
408 #define Int_max 15 macro
/third_party/python/Python/
Ddtoa.c265 #define Int_max 14 macro
2541 if (be >= 0 && k <= Int_max) { in _Py_dg_dtoa()