Home
last modified time | relevance | path

Searched refs:numerator_bottom_read_len (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c278 size_t numerator_bottom_read_len = BC_VECTOR_SIZE - numerator_bottom_extension; in bc_do_div() local
282 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