Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c1026 *scale = MAX(n1_full_scale, n2_full_scale); in bcmath_number_add_internal()
1038 *scale = MAX(n1_full_scale, n2_full_scale); in bcmath_number_sub_internal()
1050 *scale = n1_full_scale + n2_full_scale; in bcmath_number_mul_internal()
1064 size_t n1_full_scale, size_t *scale, bool auto_scale in bcmath_number_div_internal() argument
1067 *scale = n1_full_scale + BC_MATH_NUMBER_EXPAND_SCALE; in bcmath_number_div_internal()
1090 *scale = MAX(n1_full_scale, n2_full_scale); in bcmath_number_mod_internal()
1118 *scale = n1_full_scale * exponent; in bcmath_number_pow_internal()
1119 if (UNEXPECTED(*scale > INT_MAX || *scale < n1_full_scale)) { in bcmath_number_pow_internal()
1124 *scale = n1_full_scale + BC_MATH_NUMBER_EXPAND_SCALE; in bcmath_number_pow_internal()
1241 size_t n1_full_scale; in bcmath_number_do_operation() local
[all …]

Completed in 12 milliseconds