summaryrefslogtreecommitdiff
path: root/tests/refmpn.c
Commit message (Expand)AuthorAgeFilesLines
* (refmpn_overlap_p): Reverse return values.tege2001-11-031-3/+5
* * tests/refmpn.c (refmpn_overlap_p): New function, independent ofKevin Ryde2001-11-021-8/+27
* * tests/refmpn.c (refmpn_mod_34lsub1): New function.Kevin Ryde2001-10-271-0/+9
* * tests/refmpn.c (refmpn_mul_1c): Allow low to high overlaps.Kevin Ryde2001-07-311-1/+1
* * tests/refmpn.c,tests.h (refmpn_copy): New function.Kevin Ryde2001-07-111-0/+7
* * tests/refmpn.c (refmpn_sb_divrem_mn): Use refmpn_cmp, not mpn_cmp.Kevin Ryde2001-07-011-5/+9
* * tests/refmpn.c, tests/tests.h (refmpn_umul_ppmm): Use same argumentsKevin Ryde2001-05-111-9/+11
* * tests/refmpn.c,tests.h (refmpn_mul_2): Fix parameter order.Kevin Ryde2001-04-021-1/+1
* * tests/refmpn.c (refmpn_tdiv_qr): Use refmpn_divmod_1 rather thanKevin Ryde2001-03-271-1/+1
* * tests/refmpn.c (refmpn_mul_2): New function.Kevin Ryde2001-02-281-0/+22
* * tests/refmpn.c (rshift_make, lshift_make): No need to compareKevin Ryde2001-02-231-2/+2
* * tests/devel/try.c, tests/refmpn.c, tests/tests.h: RemoveKevin Ryde2001-01-081-12/+0
* Don't use C++ commenting.Kevin Ryde2001-01-071-1/+1
* Decide to call it refmpn_neg_n, not refmpn_neg.Kevin Ryde2001-01-071-1/+1
* * tests/refmpn.c: Use tests.h, add refmpn_malloc_limbs_aligned,Kevin Ryde2001-01-061-2/+34
* * mpn/tests/ref.c: Move to tests/refmpn.c.Kevin Ryde2001-01-061-0/+1199