Searched refs:vmax_over_base (Results 1 – 2 of 2) sorted by relevance
924 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local926 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()937 if (value > vmax_over_base) { in safe_parse_positive_int()
703 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int() local714 if (value > vmax_over_base) { in safe_parse_positive_int()