Searched refs:update_scratch (Results 1 – 2 of 2) sorted by relevance
81 mp_size_t update_scratch; in mpn_gcd() local89 update_scratch = 2*(n - 1); in mpn_gcd()93 update_scratch = p + n - 1; in mpn_gcd()95 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcd()
223 mp_size_t update_scratch; in mpn_gcdext() local230 update_scratch = max_p + n - 1; in mpn_gcdext()232 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcdext()