Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Drecmul.c61 BC_VECTOR n2_vector = bc_partial_convert_to_vector(n2end, n2len); in bc_fast_mul() local
62 BC_VECTOR prod_vector = n1_vector * n2_vector; in bc_fast_mul()
160 BC_VECTOR *n2_vector = buf + n1_arr_size; in bc_standard_mul() local
161 BC_VECTOR *prod_vector = n2_vector + n2_arr_size; in bc_standard_mul()
169 bc_convert_to_vector(n2_vector, n2end, n2len); in bc_standard_mul()
185 prod_vector[i + j] += n1_vector[i] * n2_vector[j]; in bc_standard_mul()

Completed in 5 milliseconds