Searched refs:update_scratch (Results 1 – 3 of 3) sorted by relevance
110 mp_size_t update_scratch; in mpn_gcd() local118 update_scratch = 2*(n - 1); in mpn_gcd()122 update_scratch = p + n - 1; in mpn_gcd()124 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcd()
180 mp_size_t update_scratch; in mpn_jacobi_n() local186 update_scratch = p + n - 1; in mpn_jacobi_n()188 dc_scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_jacobi_n()
234 mp_size_t update_scratch; in mpn_gcdext() local241 update_scratch = max_p + n - 1; in mpn_gcdext()243 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcdext()