Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Drecmul.c67 char *n1end, *n2end; /* To the end of n1 and n2. */ in _bc_simp_mul() local
75 n2end = (char *) (n2->n_value + n2len - 1); in _bc_simp_mul()
81 n2ptr = (char *) (n2end - MIN(index, n2len - 1)); in _bc_simp_mul()
82 while ((n1ptr >= n1->n_value) && (n2ptr <= n2end)) { in _bc_simp_mul()

Completed in 6 milliseconds