Searched refs:n1end (Results 1 – 1 of 1) sorted by relevance
57 const char *n1end = n1->n_value + n1len - 1; in bc_fast_mul() local60 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() local83 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() local168 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() local214 bc_convert_to_vector(n1_vector, n1end, n1len); in bc_standard_square()
Completed in 5 milliseconds