summaryrefslogtreecommitdiff
path: root/src/div.c
Commit message (Expand)AuthorAgeFilesLines
* changed GMP_RND? to MPFR_RND?enge2012-07-231-41/+41
* increase code coverage to 99.9%zimmerma2012-06-281-23/+31
* [src/div.c] removed #include <stdio.h>bdadoun2012-06-271-2/+0
* [src/div.c] correct handling of negative overflowsbdadoun2012-06-271-8/+27
* [src/div.c] better handling of overflows (Benjamin Dadoun)bdadoun2012-06-271-2/+6
* [div.dat] added example to exercise overflowzimmerma2012-06-261-8/+14
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-291-2/+24
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-81/+81
* [src/div.c] fixed typozimmerma2011-09-041-1/+1
* div.c: fixed bad application of mpfr_can_round trick - do not put in the sameenge2011-09-021-15/+10
* div.c: some heuristics for intermediate under-/overflowsenge2011-09-021-8/+27
* div.c: removed (now false) commentenge2011-09-021-1/+0
* div.c: implemented return valueenge2011-09-021-9/+12
* div.c: more stringent handling of over- and underflowsenge2011-09-021-95/+71
* div.c: slight reorganisation of codeenge2011-09-021-80/+92
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* replaced calls to macro mpfr_add_one_ulp(x,GMP_RNDN) by MPFR_ADD_ONE_ULP(x)enge2010-09-171-2/+2
* mpc-impl.h: add macro for rounding away even with older versions of mpfrenge2010-09-171-1/+1
* code cleanup:enge2010-07-301-10/+10
* [div.c] fixed overflow/underflow (reported by Emmanuel Thome)zimmerma2010-07-201-13/+32
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* corrected mixtures of signed/unsigned arisen due to signednedd change inenge2010-06-111-1/+1
* [div.c] revert to r661zimmerma2009-08-261-2/+5
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* [div.c] better solution for previous change: replace mpc_set by two calls tozimmerma2009-08-261-1/+4
* [div.c] fixed memory layout problem reported by Geoff Bailey on 13 Aug 2009zimmerma2009-08-261-9/+11
* [div.c] fixed bug in div(x,x,x) when real part x is zerozimmerma2009-08-241-1/+2
* div.c: correct signs of zeroes for division by real or purely imaginaryenge2009-08-221-5/+30
* misc/testgen: adapted generation of test files to new definition of divenge2009-08-211-8/+8
* mpc-impl.h: new macros MPFR_SIGNBIT and MPC_MPFR_SIGNenge2009-08-201-9/+146
* div: modified as followsenge2009-08-201-16/+18
* [div.c] removed extra spacezimmerma2009-03-191-1/+1
* [div.c] fixed warning reported by Mickael Gastineauzimmerma2009-03-181-1/+1
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-4/+1
* default precision removed, as well as init and all init_setenge2009-01-071-1/+1
* Remove MPFR_IS_{NAN,ZERO,INF} macros completely.thevenyp2008-11-141-6/+6
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-7/+36
* Update changes dates and authors in copyright line.thevenyp2008-09-241-1/+1
* src/div.c: Fix bug (an exact case was not correctly handle).thevenyp2008-09-231-3/+3
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+172