Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c63 static void _bc_simp_mul(bc_num n1, size_t n1len, bc_num n2, int n2len, bc_num *prod) in _bc_simp_mul() argument
69 int prodlen = n1len + n2len + 1; in _bc_simp_mul()
74 n2end = (char *) (n2->n_value + n2len - 1); in _bc_simp_mul()
79 n1ptr = (char *) (n1end - MAX(0, index - n2len + 1)); in _bc_simp_mul()
80 n2ptr = (char *) (n2end - MIN(index, n2len - 1)); in _bc_simp_mul()

Completed in 7 milliseconds