Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Drecmul.c57 const char *n1end = n1->n_value + n1len - 1; in bc_fast_mul() local
60 BC_VECTOR n1_vector = bc_partial_convert_to_vector(n1end, n1len); in bc_fast_mul()
81 const char *n1end = n1->n_value + n1len - 1; in bc_fast_square() local
83 BC_VECTOR n1_vector = bc_partial_convert_to_vector(n1end, n1len); in bc_fast_square()
144 const char *n1end = n1->n_value + n1len - 1; in bc_standard_mul() local
168 bc_convert_to_vector(n1_vector, n1end, n1len); in bc_standard_mul()
198 const char *n1end = n1->n_value + n1len - 1; in bc_standard_square() local
214 bc_convert_to_vector(n1_vector, n1end, n1len); in bc_standard_square()

Completed in 4 milliseconds