summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove mpfr stuff.tege2006-11-048-1291/+142
* Remove mpfr stuff.tege2006-11-041-36/+0
* TYPE_MUL_BASECASE => TYPE_MUL_MN.tege2006-10-261-5/+5
* Use jmp instead of jmpq to placate Solaris.tege2006-07-121-3/+3
* (refmpn_sb_divrem_mn): Use ASSERT_CARRY for add-back.tege2006-06-141-1/+1
* Work around HP compiler parser bug.tege2006-06-101-9/+9
* (check_data): Add more data points.tege2006-05-311-0/+9
* Increase operands range.tege2006-04-201-5/+5
* *** empty log message ***tege2006-04-131-1/+1
* (choice_array): Add mpn_addsub_n[c].tege2006-04-131-0/+7
* Fix printf type/arg mismatches.tege2006-04-084-13/+13
* (check_random): Improve random generation for nails.tege2006-03-081-7/+10
* Avoid ldexp, it need -lm on OSF/1.tege2006-02-281-2/+38
* #include math.h.tege2006-02-281-4/+5
* (check_random): New function.tege2006-02-281-0/+33
* Update FSF's address.tege2006-02-272-4/+4
* Copy error reporting code from addmul_N.c.tege2006-02-151-41/+56
* *** empty log message ***tege2006-02-151-0/+259
* *** empty log message ***tege2006-02-151-0/+261
* Update FSF's address.tege2006-02-15193-388/+388
* (check_various): Disable a test that gives common factors fortege2006-01-171-0/+2
* Increase operand size, decrease # of reps.tege2005-11-021-1/+1
* Test mpz_rootrem.tege2005-11-021-5/+20
* Add a copyright year.tege2005-11-016-7/+8
* Revert accidental TRY -> try from last change.tege2005-06-041-1/+1
* Whitespace cleanup (saved 3kB).tege2005-06-041-349/+349
* (choice_array): Exclude mpn_preinv_mod_1 unless USE_PREINV_MOD_1.tege2005-06-041-1/+5
* (refmpn_divmod_1c_workaround): Implement workaroundtege2005-06-021-2/+4
* (main): Fix a typo.tege2005-06-011-1/+1
* (tests_rand_start): Mask random seed to 32 bits.tege2005-05-301-0/+1
* (check_one): Fix printf fmt string typo.tege2005-05-252-2/+2
* #include stdlib.h.tege2005-05-252-2/+4
* (check_random): Remove spurious printf arg.tege2005-05-251-1/+1
* (param_init) [TYPE_GET_STR]: Set retval field.tege2005-05-241-0/+2
* (refmpn_get_str): Rewrite to make it work.tege2005-05-241-3/+8
* (param_init) [TYPE_MPZ_JACOBI]: Add DATA_SRC1_ODD.tege2005-05-221-1/+3
* (param_init): Setup TYPE_UDIV_QRNND entrytege2005-05-211-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-183-19/+19
* (check_random): New function.tege2005-05-011-1/+66
* (main): Honor command line reps argument.tege2005-03-181-1/+5
* (MAX_SCHOENHAGE_THRESHOLD): Set to largest of gcd,gcdext thresholds.tege2005-03-161-6/+12
* Handle mpn_mul_2 like mpn_addmul_2.tege2004-10-121-3/+7
* Regenerate for typo fix.tege2004-10-111-8/+8
* Fix typo in last change.tege2004-10-111-1/+1
* #include tests.h.tege2004-10-113-0/+3
* Handle also mpn_addlsh1_n, mpn_sublsh1_n, mpn_rsh1add_n, and mpn_rsh1sub_n.tege2004-10-111-0/+25
* Regenerate for:tege2004-10-111-81/+48
* (EXTRA_PROGRAMS): Updates for yesterday's file removals and additions.tege2004-10-111-2/+1
* Handle both MPN_COPY_INCR and MPN_COPY_DECR.tege2004-10-101-49/+49
* Misc changes.tege2004-10-102-4/+8