summaryrefslogtreecommitdiff
path: root/mpn/generic
Commit message (Expand)AuthorAgeFilesLines
* Don't use alloca directly.tege2000-04-151-11/+18
* * mpn/generic/sb_divrem_mn.c (mpn_sb_divrem_mn): Patch to avoidKevin Ryde2000-04-151-4/+12
* * mpn/generic/divrem.c: Now contains mpn_divrem, which is not anKevin Ryde2000-04-151-6/+0
* Fix typo in comment.tege2000-04-151-1/+1
* Remove C++ style `//' commented-out code.tege2000-04-152-2/+0
* Add comment that internal functions are changeable and shouldn't beKevin Ryde2000-04-142-2/+14
* Replace mpn_divrem_classic with a mpn_divrem wrapper.tege2000-04-141-111/+54
* New files replacing old division code.tege2000-04-143-0/+782
* Delete file.tege2000-04-142-380/+0
* Add comment that internal functions should not be used directly.Kevin Ryde2000-04-1410-5/+60
* Add K&R function definition.Kevin Ryde2000-04-131-1/+10
* Add K&R function definitions.Kevin Ryde2000-04-131-6/+133
* Bye.tege2000-04-131-88/+0
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Add a copyright year.Kevin Ryde2000-04-1216-16/+23
* Add copyright.Kevin Ryde2000-04-112-0/+42
* * mpn/generic/sqr_basecase.c: Add an assert.Kevin Ryde2000-04-051-5/+4
* * mpn/generic/mul_n.c (mpn_kara_mul_n): Add assert.Kevin Ryde2000-04-051-23/+17
* (mpn_divexact3_n): Really remove this time...tege2000-04-051-28/+0
* (mpn_sqr_n): New name for mpn_sqr.tege2000-04-051-3/+3
* (INVERSE_3): New name for THIRD, define for any BITS_PER_MP_LIMB.tege2000-04-051-14/+9
* Add copyleft.tege2000-04-051-0/+21
* Rewrite (mostly by Robert Harley).tege2000-04-042-357/+1300
* Remove file and replace with randraw.c on top level.Linus Nordberg2000-04-041-353/+0
* Remove debugging code.Linus Nordberg2000-04-041-39/+1
* *** empty log message ***tege2000-04-031-0/+88
* Fix typo in declaration of mpn_lc().Linus Nordberg2000-04-011-1/+1
* Rewrite.Linus Nordberg2000-04-011-104/+325
* Fix FSF address.Kevin Ryde2000-03-251-1/+2
* Handle seed value of 0 correctly.Linus Nordberg2000-03-201-5/+19
* Add a comment.Kevin Ryde2000-03-181-2/+7
* Initial version.Kevin Ryde2000-03-141-0/+75
* HAVE_NATIVE_* now in config.h.Kevin Ryde2000-03-061-6/+0
* Patch to avoid gcc 2.7.2.3 register handling bug.Kevin Ryde2000-02-271-1/+4
* Moved __gmpn_divrem_1n to mpn/generic/divrem_1n.cKevin Ryde2000-02-211-30/+0
* New file, split from mpn/generic/divrem_1.c.Kevin Ryde2000-02-211-0/+55
* Rename __gmpn_mul_basecase to mpn_mul_basecase and __gmpn_sqr_basecaseKevin Ryde2000-02-191-2/+2
* Rename in the comments too.Kevin Ryde2000-02-191-1/+1
* Rename __gmpn_sqr_basecase to mpn_sqr_basecase.Kevin Ryde2000-02-191-3/+3
* Rename __gmpn_mul_basecase to mpn_mul_basecase.Kevin Ryde2000-02-191-2/+2
* Rename __gmpn to mpn for mul and sqr basecase.Kevin Ryde2000-02-191-14/+14
* Will be done in gmp-impl.h instead.Kevin Ryde2000-02-182-119/+0
* Initial version.Kevin Ryde2000-02-171-0/+79
* Initial version.Kevin Ryde2000-02-171-0/+40
* Use invert_limb.tege1999-12-142-48/+4
* (invert_limb): Delete definition.tege1999-12-142-31/+0
* New file.tege1999-11-051-0/+173
* Clean up comments.tege1999-09-291-14/+14
* * Use mpn_incr_u and mpn_decr_u instead of mpn_add_1 and mpn_sub_1.tege1999-09-271-7/+7
* Use mpn_incr_u and mpn_decr_u instead of mpn_add_1 and mpn_sub_1.tege1999-09-272-26/+13