Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/collator/
H A Dcollator_is_numeric.c137 register int neg = 0, any, cutlim; local
188 cutlim = cutoff % (unsigned long)base;
202 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/PHP-5.6/ext/standard/
H A Dmath.c825 int cutlim; in _php_math_basetozval() local
834 cutlim = LONG_MAX % base; in _php_math_basetozval()
854 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()

Completed in 11 milliseconds