Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/libbcmath/src/
H A Drecmul.c74 int indx, sum, prodlen; in _bc_simp_mul() local
86 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()
88 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()
89 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()

Completed in 9 milliseconds