Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dround.c168 bc_num scaled_one = bc_new_num((*result)->n_len, (*result)->n_scale); in bc_round() local
169 scaled_one->n_value[rounded_len - 1] = 1; in bc_round()
171 tmp = _bc_do_add(*result, scaled_one); in bc_round()
173 bc_free_num(&scaled_one); in bc_round()

Completed in 5 milliseconds