/netbsd-src/tests/share/mk/ |
H A D | t_test.sh | 36 one_test() { function 75 one_test C t_fake 93 one_test CXX t_fake 108 one_test SH t_fake
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-gcd.c | 27 void one_test (mpz_t, mpz_t, mpz_t, int); 174 one_test (a, b, want, -1); in check_kolmo1() 211 one_test (a, b, want, -1); in check_kolmo2() 244 one_test (op1, op2, NULL, -1); in main() 275 one_test (op1, op2, NULL, i); in main() 287 one_test (op1, op2, ref, i); in main() 314 one_test (mpz_t op1, mpz_t op2, mpz_t ref, int i) in one_test() function
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-hgcd.c | 27 static mp_size_t one_test (mpz_t, mpz_t, int); 82 res = one_test (op1, op2, -1-i); in main() 113 one_test (op1, op2, i); in main() 159 one_test (op1, op2, i); in main() 182 one_test (mpz_t a, mpz_t b, int i) in one_test() function
|
H A D | t-gcd_11.c | 31 one_test (mp_limb_t a, mp_limb_t b, mp_limb_t ref) in one_test() function 78 one_test (al, bl, refmpn_gcd_11 (al, bl)); in main()
|
H A D | t-gcd_22.c | 31 one_test (mpz_srcptr a, mpz_srcptr b, mpz_srcptr ref) in one_test() function 78 one_test (a, b, ref); in main()
|
H A D | t-gcdext_1.c | 41 one_test (mp_limb_t a, mp_limb_t b) in one_test() function 126 one_test (al, bl); in main()
|
H A D | t-hgcd_appr.c | 28 static mp_size_t one_test (mpz_t, mpz_t, int); 94 one_test (op1, op2, i); in main() 140 one_test (op1, op2, i); in main() 160 one_test (mpz_t a, mpz_t b, int i) in one_test() function
|
H A D | t-matrix22.c | 134 one_test (const struct matrix *A, const struct matrix *B, int i) in one_test() function 198 one_test (&A, &B, i); in main()
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 7416 * tests/mpn/t-hgcd_appr.c (one_test): Make working copies for 13237 * tests/mpz/t-gcd.c (one_test): Display co-factor when mpn_gcdext 15793 (one_test): Rearranged to call mpz_gcdext first, so that the 16080 (one_test): Use hgcd_ref. Don't use mpn_hgcd_lehmer.
|