Home
last modified time | relevance | path

Searched refs:n2len (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c72 _bc_simp_mul (bc_num n1, int n1len, bc_num n2, int n2len, bc_num *prod, in _bc_simp_mul() argument
79 prodlen = n1len+n2len+1; in _bc_simp_mul()
84 n2end = (char *) (n2->n_value + n2len - 1); in _bc_simp_mul()
91 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()
92 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()

Completed in 8 milliseconds