Searched defs:auto_scale (Results 1 – 2 of 2) 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()
|
/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() 1035 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_sub_internal() 1047 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool auto_scale in bcmath_number_mul_internal() 1064 size_t n1_full_scale, size_t *scale, bool auto_scale in bcmath_number_div_internal() 1087 size_t n1_full_scale, size_t n2_full_scale, size_t *scale, bool 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()
|
Completed in 13 milliseconds