Searched refs:last_digit (Results 1 – 2 of 2) sorted by relevance
2029 last_digit = xc % 102030 if last_digit in (2,4,6,8):2076 elif last_digit == 5:
2772 int last_digit = static_cast<int>(value % 10); in utoa_impl() local2773 buffer[--buffer_pos] = '0' + last_digit; in utoa_impl()