Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c374 #define Ten_pmax 22 macro
432 #define Ten_pmax 22 macro
460 #define Ten_pmax 24 macro
2781 if (e <= Ten_pmax) {
2797 if (e <= Ten_pmax + i) {
2828 else if (e >= -Ten_pmax) {
3885 if (k >= 0 && k <= Ten_pmax) { in zend_dtoa()

Completed in 25 milliseconds