Searched refs:vmax_over_base (Results 1 – 8 of 8) sorted by relevance
166 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local177 if (value > vmax_over_base) { in safe_parse_positive_int()
800 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local802 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()813 if (value > vmax_over_base) { in safe_parse_positive_int()
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()
914 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local916 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()927 if (value > vmax_over_base) { in safe_parse_positive_int()
722 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int() local733 if (value > vmax_over_base) { in safe_parse_positive_int()