summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (factor_using_division_2kp): Honor verbose flag.gmp-4_1-branchtege2005-10-031-2/+8
| | | | | (factor_using_pollard_rho): Divide out new factor before it's clobbered. Don't stop factoring after a composite factor was found.
* 2003-02-20 Kevin Ryde <kevin@swox.se>Kevin Ryde2004-04-091-3/+3
| | | | | | * demos/factorize.c (factor_using_pollard_rho): Test k>0 to avoid infinite loop if k=0 and gcd!=1 reveals a factor. Reported by John Pongsajapan.
* Add a copyright year.tege2002-05-1493-118/+133
|
* *** empty log message ***tege2002-05-141-0/+5
|
* Regenerate for:tege2002-05-141-2/+2
| | | | | (*-cray-unicos*): Pass -hscalar0 to work around compiler bug for mpz/import.c.
* (*-cray-unicos*): Pass -hscalar0 to work around compiler bug for mpz/import.c.tege2002-05-141-1/+1
|
* *** empty log message ***tege2002-05-121-2/+5
|
* *** empty log message ***tege2002-05-111-0/+7
|
* Cast pointer via `unsigned long' when checking alignment to avoidtege2002-05-111-1/+1
| | | | compiler warnings.
* Adjust allocation of qp temporary area.tege2002-05-111-1/+1
|
* *** empty log message ***Kevin Ryde2002-05-091-0/+6
|
* Bit more of:Kevin Ryde2002-05-091-10/+16
| | | | (Known Build Problems, Notes for Package Builds): Add DESTDIR problem.
* * tests/mpz/t-import.c, tests/mpz/t-export.c: More test data.Kevin Ryde2002-05-092-3/+22
|
* * mpz/import.c: Corrections to size store, special case tests, andKevin Ryde2002-05-091-18/+25
| | | | general case ACCUMULATE.
* Regenaret for:tege2002-05-091-9/+14
| | | | (nodist_libdummy_la_SOURCES): Add rootrem.c and pow_1.c
* (nodist_libdummy_la_SOURCES): Add rootrem.c and pow_1.ctege2002-05-091-2/+2
|
* Regenerate for:tege2002-05-091-2/+2
| | | | (gmp_mpn_functions): Add rootrem and pow_1.
* (gmp_mpn_functions): Add rootrem and pow_1.tege2002-05-091-2/+2
|
* *** empty log message ***tege2002-05-091-5/+15
|
* Use temp space for root, copy value in place before returning.tege2002-05-091-16/+18
|
* Undo last change.tege2002-05-091-2/+2
|
* Don't allocate extra limb for root value.tege2002-05-091-3/+3
|
* #include stdio.h and stdlib.h.tege2002-05-091-0/+3
|
* (powerpc BSWAP_LIMB_FETCH): Rename local variable to maketege2002-05-081-3/+3
| | | | it not clash with caller.
* *** empty log message ***tege2002-05-082-0/+168
|
* Amend allocations for mpn_rootrem requirements.tege2002-05-081-2/+2
|
* (mpn_rootrem): Add declaration.tege2002-05-081-0/+3
|
* Rewrite to use mpn_rootrem.tege2002-05-081-112/+31
|
* *** empty log message ***tege2002-05-081-0/+4
|
* *** empty log message ***Kevin Ryde2002-05-081-0/+9
|
* * gmp-impl.h (MUL_KARATSUBA_THRESHOLD etc): Remove forced nail values.Kevin Ryde2002-05-081-12/+0
|
* Add mpn_umul_ppmm, mpn_udiv_qrnnd returning a structure.Kevin Ryde2002-05-081-1/+6
|
* Add a copyright year.Kevin Ryde2002-05-081-1/+1
|
* * mpf/fits_u.h, mpf/fits_s.h, tests/mpf/t-fits.c: Ignore fractionKevin Ryde2002-05-083-38/+129
| | | | part, making the code match the documentation.
* * gmpxx.h (struct __gmp_binary_minus): Use mpz_ui_sub.Kevin Ryde2002-05-081-7/+6
|
* *** empty log message ***Kevin Ryde2002-05-071-0/+2
|
* * mpn/powerpc32/README: New file.Kevin Ryde2002-05-071-0/+91
|
* *** empty log message ***Kevin Ryde2002-05-071-0/+31
|
* *** empty log message ***tege2002-05-071-0/+1
|
* Add cray _popc.Kevin Ryde2002-05-071-1/+6
|
* *** empty log message ***tege2002-05-072-0/+89
|
* Nailify.tege2002-05-071-7/+23
|
* Document mpz_ui_sub.tege2002-05-071-0/+1
|
* * doc/configuration: Misc updates.Kevin Ryde2002-05-071-97/+117
|
* *** empty log message ***tege2002-05-071-0/+11
|
* Regenerate for:tege2002-05-071-39/+50
| | | | (check_PROGRAMS): Add t-addsub.
* (check_PROGRAMS): Add t-addsub.tege2002-05-071-3/+3
|
* New file.tege2002-05-071-0/+124
|
* Regenerate for:tege2002-05-071-1/+1
| | | | (MPZ_OBJECTS): Add ui_sub.c.
* Regenerate for:tege2002-05-071-5/+7
| | | | (libmpz_la_SOURCES): Add ui_sub.c.