Home
last modified time | relevance | path

Searched refs:Ten_pmax (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h334 #define Ten_pmax 22 macro
373 #define Ten_pmax 22 macro
398 #define Ten_pmax 24 macro
Dstrtod.c370 if (e <= Ten_pmax) {
386 if (e <= Ten_pmax + i) {
417 else if (e >= -Ten_pmax) {
Dstrtodg.c561 if (e <= Ten_pmax) {
574 if (e <= Ten_pmax + i) {
603 else if (e >= -Ten_pmax) {
/third_party/python/Python/
Ddtoa.c256 #define Ten_pmax 22 macro
1648 if (e <= Ten_pmax) { in _Py_dg_strtod()
1653 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1663 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2375 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()