cutoff            136 ext/intl/collator/collator_is_numeric.c 	register unsigned long cutoff;
cutoff            187 ext/intl/collator/collator_is_numeric.c 	cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
cutoff            188 ext/intl/collator/collator_is_numeric.c 	cutlim = cutoff % (unsigned long)base;
cutoff            189 ext/intl/collator/collator_is_numeric.c 	cutoff /= (unsigned long)base;
cutoff            202 ext/intl/collator/collator_is_numeric.c 		if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
cutoff            824 ext/standard/math.c 	long cutoff;
cutoff            833 ext/standard/math.c 	cutoff = LONG_MAX / base;
cutoff            854 ext/standard/math.c 			if (num < cutoff || (num == cutoff && c <= cutlim)) {