Searched refs:n2len (Results 1 – 1 of 1) sorted by relevance
81 _bc_simp_mul (bc_num n1, int n1len, bc_num n2, int n2len, bc_num *prod, in _bc_simp_mul() argument88 prodlen = n1len+n2len+1; in _bc_simp_mul()93 n2end = (char *) (n2->n_value + n2len - 1); in _bc_simp_mul()100 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()101 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()
Completed in 3 milliseconds