summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Expand)AuthorAgeFilesLines
...
* Use plain int for mpf_set_str return value (works around gcc 4 bug).tege2005-05-021-4/+4
* * mpf/sub.c: When one operand cancels high limbs of the other, stripKevin Ryde2004-05-141-13/+18
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
* Regenerate for:Kevin Ryde2004-05-101-1/+0
* Regenerate for:Kevin Ryde2004-05-081-9/+2
* Fix a grammatical typo in the comments.Kevin Ryde2004-05-031-1/+1
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* Regenerate for:Kevin Ryde2004-04-201-1/+1
* * mpf/mul_2exp.c, mpf/div_2exp.c: Rate u==0 as UNLIKELY.Kevin Ryde2004-03-312-2/+2
* * mpf/mul_ui.c: Incorporate carry from low limbs, for exactness.Kevin Ryde2004-03-141-13/+104
* * mpf/div.c: Use mpn_tdiv_qr. Use just one TMP_ALLOC. Use fullKevin Ryde2004-03-131-68/+76
* * mpf/cmp_si.c [nails]: Correction, cast vval in exp comparisons, forKevin Ryde2004-03-131-5/+5
* * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c,Kevin Ryde2004-03-102-4/+5
* * mpf/reldiff.c: Use rprec+ysize limbs for d, to ensure accurateKevin Ryde2004-03-061-6/+18
* * mpf/ui_div.c: Use mpn_tdiv_qr. Use just one TMP_ALLOC. Use fullKevin Ryde2004-03-061-80/+50
* * mpf/set_q.c: Expand TMP_ALLOC_LIMBS_2, to make conditional clearerKevin Ryde2004-03-061-6/+17
* * mpf/mul_2exp.c, mpf/div_2exp.c: Add some comments.Kevin Ryde2004-03-062-2/+84
* * mpf/set_q.c: Use mpn_tdiv_qr rather than mpn_divrem, so no shifting.Kevin Ryde2004-03-031-79/+68
* * mpf/set_d.c: Rate d==0 as UNLIKELY. Store size before extract call,Kevin Ryde2004-03-031-3/+4
* * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c,Kevin Ryde2004-03-031-1/+1
* * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c,Kevin Ryde2004-03-031-3/+3
* * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c,Kevin Ryde2004-03-032-3/+3
* Add a copyright year.Kevin Ryde2004-03-031-1/+1
* * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c,Kevin Ryde2004-03-032-5/+5
* * mpf/set.c: Use MPN_COPY_INCR, in case r==u and ABSIZ(u) > PREC(r)+1.Kevin Ryde2004-03-031-2/+2
* * mpf/set.c, mpf/iset.c: MPN_COPY last, for possible tail call.Kevin Ryde2004-03-031-3/+3
* Amend heading comment, result is a truncation, not an approximation.Kevin Ryde2004-03-011-2/+2
* Grammatical typo.Kevin Ryde2004-03-011-1/+1
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-281-3/+3
* * mpf/set_q.c: Don't support den(q)<0, demand canonical form in theKevin Ryde2004-02-261-3/+4
* * mpf/iset_si.c, mpf/iset_ui.c, mpf/set_si.c, mpf/set_ui.c [nails]:Kevin Ryde2004-02-184-28/+23
* * mpf/get_ui.c, mpf/get_si.c: Remove size==0 test, it's covered byKevin Ryde2004-02-171-17/+26
* * mpf/get_ui.c, mpf/get_si.c: Remove size==0 test, it's covered byKevin Ryde2004-02-171-16/+52
* * mpf/sqrt.c: Use "/ 2" for exp, avoiding C undefined behaviour onKevin Ryde2004-02-161-11/+16
* * mpf/set_z.c: Do MPN_COPY last, for possible tail call.Kevin Ryde2004-01-241-2/+2
* * mpf/sqrt_ui.c: Nailify.Kevin Ryde2004-01-231-4/+23
* * mpf/sqrt_ui.c: Change rsize calculation to get prec limbs result,Kevin Ryde2004-01-221-4/+28
* * mpf/sqrt.c: Change tsize calculation to get prec limbs resultKevin Ryde2004-01-221-2/+29
* * mpz/get_d_2exp.c, mpf/get_d_2exp.c: Remove x86+m68k force to double,Kevin Ryde2004-01-221-25/+4
* Regenerate for:Kevin Ryde2004-01-111-0/+1
* Regenerate for:Kevin Ryde2003-12-191-1/+1
* * */Makefile.in, configure, aclocal.m4, ansi2knr.c, install-sh,Kevin Ryde2003-12-191-89/+106
* Change asm => __asm__.tege2003-12-121-1/+1
* Regenerate for:Kevin Ryde2003-12-101-0/+2
* Remove unused var `fracn'.tege2003-12-051-1/+0
* Added .cvsignore files, to reduce clutter in cvs output.Niels Möller2003-11-261-0/+4
* * mpf/set_str.c: Don't use memcmp for decimal point testing, just aKevin Ryde2003-11-101-10/+11
* * mpz/get_d.c, mpz/get_d_2exp.c, mpf/get_d.c, mpf/get_d_2exp.c: UseKevin Ryde2003-07-142-50/+22
* * mpz/get_d_2exp.c, mpf/get_d_2exp.c: Avoid res==1.0 when floats roundKevin Ryde2003-06-281-2/+22
* * mpf/iset_ui.c: Nailify, as per mpf/set_ui.cKevin Ryde2003-06-191-4/+16