Searched refs:cutlim (Results 1 – 2 of 2) sorted by relevance
126 register int neg = 0, any, cutlim; local177 cutlim = cutoff % (zend_ulong)base;191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
857 int cutlim; in _php_math_basetozval() local866 cutlim = ZEND_LONG_MAX % base; in _php_math_basetozval()886 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()
Completed in 9 milliseconds