Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c77 int indx, sum, prodlen; in _bc_simp_mul() local
89 for (indx = 0; indx < prodlen-1; indx++) 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 5 milliseconds