Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/standard/
H A Dmath.c847 int cutlim; in _php_math_basetozval() local
856 cutlim = LONG_MAX % base; in _php_math_basetozval()
876 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()

Completed in 15 milliseconds