summaryrefslogtreecommitdiff
path: root/src/mpc-impl.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityenge2012-09-191-32/+25
* mpc-impl.h, fma.c: export function fma_naive for testsenge2012-06-261-0/+1
* mpc-impl.h: take NDBUG into account for MPC_ASSERTenge2012-06-261-1/+6
* solved problems left by r1144 (visibly not tested)zimmerma2012-03-141-10/+10
* mpc-impl.h, mul.c: made mpfr_fmma static againenge2012-03-021-1/+0
* mul.c: reverted previous, too hasty commit; needs more thoughtenge2012-03-021-1/+3
* mpc.h, mpc-impl.h, logging.c: correctly determine that logging.c belongsenge2011-12-201-0/+2
* mpc.h, mpc-impl.h: removed __MPC_WITHIN_MPC, since now mpc-impl.h isenge2011-11-041-7/+0
* removed inclusion of mpc-impl.h from mpc-tests.h, required to copy some lines...enge2011-11-041-17/+0
* mpc-impl.h: correct use of sed in previous commitenge2011-11-041-2/+2
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-11/+8
* mpc-impl.h, random.c: include config.h as first include fileenge2011-11-041-1/+3
* mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;enge2011-11-031-0/+7
* norm.c: rewritten to handle all cases of over- and underflow and to obtain aenge2011-09-021-0/+1
* license change:enge2011-08-291-12/+11
* mpc-impl.h, get_version.c:enge2011-02-231-1/+7
* mul.c: mpc_mul_naive now assumes that all numbers have only non-zero (andenge2011-02-231-0/+1
* mpc-impl.h: added macro MPFR_OUT, analogous to MPC_OUT, to help debuggingenge2011-02-231-1/+8
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-131-2/+2
* sqrt.c: bug #11421 fixed for all rounding modesenge2010-11-181-1/+2
* replaced calls to macro mpfr_add_one_ulp(x,GMP_RNDN) by MPFR_ADD_ONE_ULP(x)enge2010-09-171-1/+3
* mpc-impl.h: ROUND_AWAY should return +1 or -1 depending on the direction of theenge2010-09-171-1/+1
* mpc-impl.h: add macro for rounding away even with older versions of mpfrenge2010-09-171-0/+22
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.henge2010-09-021-0/+1
* fixed sign conversion in mpc_ceil_log2enge2010-08-311-1/+1
* mpc-impl.h: removed unused macro MPFR_IS_SINGULAR and remaindersenge2010-08-301-8/+1
* code cleanup: removed macro MPFR_EXP from mpc-impl.henge2010-07-301-2/+0
* code cleanup:enge2010-07-301-4/+3
* unified computation of pow_ui and pow_si in a function pow_usi, therebyenge2010-06-171-1/+2
* mpc-impl.h, tgeneric.c: replaced for loop over enum (C) and iterator (C++)enge2010-06-171-9/+0
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-2/+2
* corrected mixtures of signed/unsigned arisen due to signednedd change inenge2010-06-111-2/+2
* mpc-impl.h, mpc.texi: small changes to documentation and commentsenge2009-09-071-6/+6
* div.c: correct signs of zeroes for division by real or purely imaginaryenge2009-08-221-2/+5
* mpc-impl.h: new macros MPFR_SIGNBIT and MPC_MPFR_SIGNenge2009-08-201-0/+3
* mpc-impl.h: renamed MPC_IS_INF to mpc_inf_p and MPC_IS_ZERO to mpc_zero_penge2009-08-201-2/+7
* src/mpc-impl.h: Add a C++ iterator on mpfr_rnd_t enum (g++ 4.3.2 refuses to i...thevenyp2009-07-291-0/+9
* mpc-impl.h: added an __MPC_DECLSPEC, just in caseenge2009-06-091-1/+1
* removed logging macros, which were essentially unusedenge2009-06-091-42/+0
* moved MPC_RE and MPC_IM to mpc-impl.h and removed their documentation,enge2009-06-041-2/+5
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-271-0/+3
* src/mpc-impl.h: rename MAX -> MPC_MAX and SWAP -> MPFR_SWAPthevenyp2009-03-241-13/+16
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-2/+7
* src/mpc-impl.h: Add new macro MPC_ASSERT.thevenyp2009-03-111-1/+16
* src/mpc.h: Cosmetic changes and add some missing __MPC_PROTO.thevenyp2009-03-111-20/+50
* bug fix: printing precisions as "unsigned long int"enge2008-12-031-2/+3
* reverting to loop "do while(0)"enge2008-11-281-3/+3
* worked on problems for windows reported by MGenge2008-11-281-6/+6
* Remove MPFR_IS_{NAN,ZERO,INF} macros completely.thevenyp2008-11-141-5/+2