Searched refs:auto_scale (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 109 …m(bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bool auto_scale) in bc_str2num() argument 173 if (str_scale > scale && !auto_scale) { in bc_str2num()
|
H A D | bcmath.h | 96 …(bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bool auto_scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1023 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_add_internal() argument 1025 if (auto_scale) { in bcmath_number_add_internal() 1035 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_sub_internal() argument 1037 if (auto_scale) { in bcmath_number_sub_internal() 1049 if (auto_scale) { in bcmath_number_mul_internal() 1064 size_t n1_full_scale, size_t *scale, bool auto_scale in bcmath_number_div_internal() argument 1066 if (auto_scale) { in bcmath_number_div_internal() 1078 if (auto_scale) { in bcmath_number_div_internal() 1089 if (auto_scale) { in bcmath_number_mod_internal() 1102 size_t n1_full_scale, size_t *scale, bool auto_scale, bool is_op in bcmath_number_pow_internal() argument [all …]
|
Completed in 9 milliseconds