Searched refs:something_wrong (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/tests/devel/ |
| H A D | primes.c | 104 int something_wrong (mpz_t er, int exp) in something_wrong() function 119 STOP (something_wrong (g, 0)); in check_pprime() 126 STOP (something_wrong (g, 1)); in check_pprime() 158 STOP (something_wrong (g, 0)); in check_pprime() 170 STOP (something_wrong (g, 1)); in check_pprime() 198 STOP (something_wrong (g, 0)); in check_pprime() 210 STOP (something_wrong (g, 1)); in check_pprime() 224 STOP (something_wrong (g, 0)); in check_pprime() 240 STOP (something_wrong (g, -1)); in check_nprime() 249 STOP (something_wrong (g, -1)); in check_nprime() [all …]
|
| H A D | sqrtrem_1_2.c | 61 int something_wrong (mp_limb_t er, mp_limb_t ec, mp_limb_t es) in something_wrong() function 87 STOP (something_wrong (er, 0, es)); in check_all_values() 108 STOP (something_wrong (er, 0, es)); in check_all_values() 173 STOP (something_wrong (er, 0, es)); in check_some_values() 200 STOP (something_wrong (er, 0, es)); in check_some_values() 229 STOP (something_wrong (er, her, es)); in check_some_values() 283 STOP (something_wrong (er, 0, es)); in check_corner_cases() 313 STOP (something_wrong (er, 0, es)); in check_corner_cases() 332 STOP (something_wrong (0, 0, es)); in check_corner_cases() 336 STOP (something_wrong (0, 1, es)); in check_corner_cases() [all …]
|