Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dstr2num.c111 size_t str_scale = 0; in bc_str2num() local
167 str_scale = fractional_end - fractional_ptr; in bc_str2num()
173 if (str_scale > scale && !auto_scale) { in bc_str2num()
174 fractional_end -= str_scale - scale; in bc_str2num()
175 str_scale = scale; in bc_str2num()
185 if (digits + str_scale == 0) { in bc_str2num()
194 *num = bc_new_num_nonzeroed(digits, str_scale); in bc_str2num()
208 if (str_scale > 0) { in bc_str2num()

Completed in 5 milliseconds