summaryrefslogtreecommitdiff
path: root/tests/refmpn.c
Commit message (Expand)AuthorAgeFilesLines
* Add testing of mpn_addcnd_n, mpn_subcnd_n.Torbjorn Granlund2011-11-091-0/+23
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-5/+2
* mulmid testing.Niels Möller2011-10-031-0/+226
* tests/devel/try support for some _ip1 and _ip2 functions.Marco Bodrato2011-03-111-0/+60
* Tests for mpn_{add,sub,rsb}lsh{,1,2}.Marco Bodrato2011-02-111-0/+69
* (refmpn_mul_5, refmpn_mul_6): New functions.Torbjorn Granlund2011-01-081-0/+10
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-2/+2
* Test mpn_sublsh2_n.Torbjorn Granlund2010-03-191-0/+5
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-15/+1
* Test mpn_lshiftc.Torbjorn Granlund2009-12-281-0/+23
* Call refmpn_mul instead of refmpn_mul_basecase.Torbjorn Granlund2009-12-161-4/+4
* Move reference mpn multiply to refmpn.c.Torbjorn Granlund2009-12-161-1/+68
* Tests for mpn_{add,sub}lsh_n, and mpn_addlsh2_n.Marco Bodrato2009-12-081-7/+25
* Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.Torbjorn Granlund2009-12-061-1/+1
* Tests for mpn_rsblsh{2,}_n.Marco Bodrato2009-12-021-2/+18
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-11/+11
* Remove an unused variable.Torbjorn Granlund2009-11-261-1/+0
* Test mpn_invert and mpn_binvert.Torbjorn Granlund2009-11-111-1/+44
* Finish switch to new sb and dc division functions.Torbjorn Granlund2009-11-021-7/+7
* (refmpn_mullow_n): New function.Torbjorn Granlund2009-10-211-0/+8
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-3/+3
* Complete mp_basees changes.Torbjorn Granlund2009-07-071-1/+1
* Add timing and testing of mpn_rsblsh1_n.Torbjorn Granlund2009-06-041-0/+17
* (refmpn_redc_1): New function.Torbjorn Granlund2008-11-271-0/+20
* (refmpn_divrem_2): New function.Torbjorn Granlund2008-11-231-95/+111
* (refmpn_gcd_finda): Remove.Torbjorn Granlund2008-11-181-28/+0
* Whitespace cleanup.Torbjorn Granlund2008-10-271-1/+1
* (refmpn_sb_divrem_mn): Work around a gcc bug.Torbjorn Granlund2008-10-091-0/+2
* Add support, testing, and timing of mpn_mul_3 and mpn_mul_4.Torbjorn Granlund2008-09-081-9/+29
* Update license to version 3.tege2007-09-181-4/+2
* (refmpn_sb_divrem_mn): Use ASSERT_CARRY for add-back.tege2006-06-141-1/+1
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-2/+2
* (refmpn_divmod_1c_workaround): Implement workaroundtege2005-06-021-2/+4
* (refmpn_get_str): Rewrite to make it work.tege2005-05-241-3/+8
* * tests/refmpn.c (refmpn_mod2): Correction to ASSERTs, r==a is allowed.Kevin Ryde2004-04-071-2/+2
* * tests/refmpn.c (refmpn_sb_divrem_mn, refmpn_tdiv_qr): Nailify.Kevin Ryde2004-03-061-4/+7
* * tests/refmpn.c, tests/tests.h (refmpn_copy_extend,Kevin Ryde2004-03-031-1/+33
* * tests/tests.h: Added refmpn_free_limbs prototype.Niels Möller2004-01-121-0/+8
* * tests/refmpn.c, tests/tests.h (refmpn_sub_ddmmss): New function.Kevin Ryde2004-01-101-1/+12
* * tests/refmpn.c (refmpn_rsh1add_n, refmpn_rsh1sub_n): Parens aroundKevin Ryde2003-12-131-4/+4
* Correction to refmpn_umul_ppmm comment.Kevin Ryde2003-11-141-1/+1
* * tests/refmpn.c (refmpn_addlsh1_n, refmpn_sublsh1_n,Kevin Ryde2003-11-141-0/+24
* (refmpn_addlsh1_n, refmpn_sublsh1_n, refmpn_rsh1add_n, refmpn_rsh1sub_n):tege2003-10-031-0/+40
* * gmp-impl.h, tune/speed.c, tune/speed.h, tune/common.c, tune/many.pl,Kevin Ryde2002-10-301-0/+62
* * tests/refmpn.c, tests/tests.h (refmpn_zero_extend, refmpn_normalize,Kevin Ryde2002-09-281-0/+102
* * gen-bases.c (chars_per_limb): Get GMP_NUMB_BITS for base==2,Kevin Ryde2002-09-281-5/+14
* * tests/refmpn.c, tests/tests.h (ref_addc_limb, ref_subc_limb):Kevin Ryde2002-08-201-9/+9
* * tests/refmpn.c, tests/misc/t-printf.c, tests/mpn/t-scan.c,Kevin Ryde2002-08-051-14/+14
* * tests/refmpn.c, tests/tests.h, tests/t-bswap.c (ref_bswap_limb):Kevin Ryde2002-07-101-12/+17