Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dgcd.c109 mp_size_t hgcd_scratch; in mpn_gcd() local
117 hgcd_scratch = mpn_hgcd_itch (n); in mpn_gcd()
121 hgcd_scratch = mpn_hgcd_itch (n - p); in mpn_gcd()
124 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcd()
H A Djacobi.c179 mp_size_t hgcd_scratch; in mpn_jacobi_n() local
185 hgcd_scratch = mpn_hgcd_itch (n - p); in mpn_jacobi_n()
188 dc_scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_jacobi_n()
H A Dgcdext.c233 mp_size_t hgcd_scratch; in mpn_gcdext() local
240 hgcd_scratch = mpn_hgcd_itch (n - min_p); in mpn_gcdext()
243 scratch = matrix_scratch + MAX(hgcd_scratch, update_scratch); in mpn_gcdext()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c175 mp_size_t hgcd_scratch; in one_test() local
190 hgcd_scratch = mpn_hgcd_appr_itch (asize); in one_test()
191 hgcd_tp = refmpn_malloc_limbs (hgcd_scratch + 2) + 1; in one_test()
198 hgcd_tp[hgcd_scratch] = marker[3]; in one_test()
232 || hgcd_tp[hgcd_scratch] != marker[3]) in one_test()
252 if (hgcd_tp[hgcd_scratch] != marker[3]) in one_test()
256 hgcd_tp[hgcd_scratch], marker[3]); in one_test()
H A Dt-hgcd.c197 mp_size_t hgcd_scratch; in one_test() local
211 hgcd_scratch = mpn_hgcd_itch (asize); in one_test()
212 hgcd_tp = refmpn_malloc_limbs (hgcd_scratch); in one_test()