Searched refs:new_digit (Results 1 – 1 of 1) sorted by relevance
227 uint8 new_digit = 0; in Invoke() local229 if (!CharToDigit<traits::kBase>(*current, &new_digit)) { in Invoke()234 if (!Sign::CheckBounds(output, new_digit)) { in Invoke()240 Sign::Increment(new_digit, output); in Invoke()248 static bool CheckBounds(value_type* output, uint8 new_digit) { in CheckBounds() argument251 new_digit > traits::max() % traits::kBase)) { in CheckBounds()264 static bool CheckBounds(value_type* output, uint8 new_digit) { in CheckBounds() argument267 new_digit > 0 - traits::min() % traits::kBase)) { in CheckBounds()