Searched defs:full_scale (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 250 size_t full_scale = n1->n_scale + n2->n_scale; in bc_multiply() local 276 size_t full_scale = n1->n_scale + n1->n_scale; in bc_square() local
|
H A D | str2num.c | 109 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bo… in bc_str2num()
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 165 static zend_result php_str2num_ex(bc_num *num, const zend_string *str, size_t *full_scale) in php_str2num_ex() 1187 bc_num *num, size_t *full_scale, const zend_object *obj, const zend_string *str, zend_long lval) in bc_num_from_obj_or_str_or_long() 1371 size_t full_scale = 0; in bc_num_from_obj_or_str_or_long_with_err() local
|
Completed in 12 milliseconds