Home
last modified time | relevance | path

Searched defs:full_scale (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Drecmul.c250 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 Dstr2num.c109 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bo… in bc_str2num()
/PHP-8.4/ext/bcmath/
H A Dbcmath.c165 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 17 milliseconds