summaryrefslogtreecommitdiff
path: root/tests/read_data.c
Commit message (Expand)AuthorAgeFilesLines
* Move mpc_rnd_mode from read_data.c to print_parameter.c.enge2014-01-211-19/+0
* New test framework, merged from test branch.thevenyp2014-01-201-696/+2
* changed GMP_RND? to MPFR_RND?enge2012-07-231-11/+11
* rename RNDC to MPC_RND in mpc.henge2012-07-051-2/+2
* read_data.c: english confuses the c++ compiler, speak german insteadenge2012-06-291-19/+19
* [tests/read_data.c] Fix a bug occuring when reallocating temporary buffer.thevenyp2012-06-261-1/+1
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-291-0/+102
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-30/+30
* tdiv.c, div.dat: moved tests to data fileenge2011-09-011-2/+2
* license change:enge2011-08-291-13/+12
* read_data.c: added unhandled case ccs and exit if further non-handledenge2011-02-231-3/+72
* done two "code clean-up" items during a Nancy-Paris train trip...zimmerma2011-02-091-5/+5
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-141-1/+96
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-131-22/+22
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.henge2010-09-021-1/+1
* explicit casts in test/ to avoid warnings with '-Wconversion'enge2010-08-311-1/+1
* code cleanup:enge2010-07-301-1/+1
* mpc-test.h, read_data.c: fixed calls of functions with "char *" parameterenge2010-06-171-1/+1
* pow_ui.c:enge2010-04-011-4/+74
* [read_data.c,tstrtoc.c] patch from Philippe Theveny to fix the line numberzimmerma2009-12-031-9/+15
* [read_data.c] following suggestion of Philippe Theveny, added test forzimmerma2009-12-021-22/+50
* src/mpc-impl.h: Add a C++ iterator on mpfr_rnd_t enum (g++ 4.3.2 refuses to i...thevenyp2009-07-291-4/+5
* read_data.c: Fix bug in reading zeros and infinities signs.thevenyp2009-06-091-3/+5
* src/mem.c tests/read_data.c tests/tstrtoc.c: Code simplification (sizeof (cha...thevenyp2009-03-301-2/+1
* tests/mpc-tests.h tests/read_data.c: factorize code reading data file, and usethevenyp2009-03-201-28/+130
* strtoc returns -1 upon errorenge2009-03-191-8/+9
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-585/+585
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-586/+585
* src/set_str.c: Fix typo.thevenyp2009-02-191-7/+7
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-25/+14
* default precision removed, as well as init and all init_setenge2009-01-071-8/+8
* [sqrt.c] introduced ternary return value for special, purely realenge2008-12-091-1/+1
* tests/arg.dat: replaced ? by expected ternary flags.thevenyp2008-12-091-2/+2
* tests/read_data.c: Fix wrong conversion from inexact value to string.thevenyp2008-12-091-2/+2
* removed V_CC related code, since all functions now return a valueenge2008-12-081-24/+2
* tests/read_data.c: now read and optionally check inexact flag.thevenyp2008-12-051-34/+124
* trivial bug found by tccenge2008-12-031-1/+1
* Add forgotten initializations.thevenyp2008-11-261-0/+3
* some more EOF handlingenge2008-11-201-1/+1
* data reading rewritten; implemented look-ahead characterenge2008-11-201-158/+126
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-154/+76
* mpc-tests.h: Add a new field for function properties to struct mpc_function; ...thevenyp2008-10-311-0/+23
* tests/read_data.c: Fix bugs.thevenyp2008-10-281-4/+4
* tests/read_data.c: Fix bug (now read mpc_rnd_t instead of mp_rnd_t in read_cc...thevenyp2008-10-211-2/+2
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...thevenyp2008-10-171-0/+613
* read_data.c read_data_cc.c: rename read_data since it depends on function pro...thevenyp2008-10-021-296/+0
* read_data.c: new function data_check to check function result against data re...thevenyp2008-09-301-0/+296