Searched refs:numerator_bottom_read_len (Results 1 – 1 of 1) sorted by relevance
278 size_t numerator_bottom_read_len = BC_VECTOR_SIZE - numerator_bottom_extension; in bc_do_div() local282 if (numerator_bottom_read_len < BC_VECTOR_SIZE) { in bc_do_div()283 numerator_read = MIN(numerator_bottom_read_len, numerator_readable_len); in bc_do_div()
Completed in 4 milliseconds