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 | 1020 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_add_internal() argument 1022 if (auto_scale) { in bcmath_number_add_internal() 1032 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_sub_internal() argument 1034 if (auto_scale) { in bcmath_number_sub_internal() 1046 if (auto_scale) { in bcmath_number_mul_internal() 1061 size_t n1_full_scale, size_t *scale, bool auto_scale in bcmath_number_div_internal() argument 1063 if (auto_scale) { in bcmath_number_div_internal() 1075 if (auto_scale) { in bcmath_number_div_internal() 1086 if (auto_scale) { in bcmath_number_mod_internal() 1099 size_t n1_full_scale, size_t *scale, bool auto_scale, bool is_op in bcmath_number_pow_internal() argument [all …]
|
Completed in 19 milliseconds