Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c126 register int neg = 0, any, cutlim; local
177 cutlim = cutoff % (zend_ulong)base;
191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/PHP-7.4/ext/standard/
H A Dmath.c856 int cutlim; in _php_math_basetozval() local
877 cutlim = ZEND_LONG_MAX % base; in _php_math_basetozval()
901 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()

Completed in 11 milliseconds