Home
last modified time | relevance | path

Searched defs:prodlen (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c64 size_t prodlen = n1len + n2len; in bc_fast_mul() local
86 size_t prodlen = n1len + n1len; in bc_fast_square() local
99 …mul_finish_from_vector(BC_VECTOR *prod_vector, size_t prod_arr_size, size_t prodlen, bc_num *prod)… in bc_mul_finish_from_vector()
146 size_t prodlen = n1len + n2len; in bc_standard_mul() local
199 size_t prodlen = n1len + n1len; in bc_standard_square() local

Completed in 6 milliseconds