Home
last modified time | relevance | path

Searched defs:write_digit (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h222 uint64_t write_digit = accumulator >> shift_amount; right_shift() local
233 uint64_t write_digit = accumulator >> shift_amount; right_shift() local
267 uint64_t write_digit = accumulator - (10 * next_accumulator); left_shift() local
282 uint64_t write_digit = accumulator - (10 * next_accumulator); left_shift() local
[all...]