Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c81 _bc_simp_mul (bc_num n1, int n1len, bc_num n2, int n2len, bc_num *prod, in _bc_simp_mul() argument
88 prodlen = n1len+n2len+1; in _bc_simp_mul()
92 n1end = (char *) (n1->n_value + n1len - 1); in _bc_simp_mul()

Completed in 5 milliseconds