summaryrefslogtreecommitdiff
path: root/tests/sqr.dat
Commit message (Expand)AuthorAgeFilesLines
* sqr.c: simplification of Karatsuba; call naive function for real part in caseenge2012-03-071-3/+0
* mpc-impl.h, mul.c: made mpfr_fmma static againenge2012-03-021-1/+1
* mul.c: reverted previous, too hasty commit; needs more thoughtenge2012-03-021-0/+4
* sqr: copied code for imaginary part from naive computation also to theenge2012-03-011-0/+4
* sqr: rewrite of naive multiplication, reusing mpfr_fmma function from mulenge2012-03-011-0/+4
* sqr.dat: activated other test case, where current code still failsenge2012-02-291-4/+2
* sqr.dat: added test cases with intermediate overflow in Karatsuba squarings,enge2012-02-231-1/+8
* sqr.c: remove calls to mpfr_check_range, not useful any more since no changingenge2011-08-311-0/+11
* license change:enge2011-08-291-13/+11
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* sqr.c: bug fix: when an under- or overflow occurred during Karatsuba squaring,enge2010-09-161-1/+1
* tmul.c: moved special values to mul.datenge2010-09-021-2/+2
* tsqr.c: moved old hard-coded tests into data file sqr.datenge2010-09-021-0/+9
* tests/sqr.dat: replaced ? by expected ternary flags.thevenyp2008-12-091-49/+49
* tests/read_data.c: now read and optionally check inexact flag.thevenyp2008-12-051-95/+95
* newline at the end of the files, to help diagnostic anenge2008-11-201-0/+1
* some more test cases to get close to a coverage of 100%enge2008-11-141-1/+10
* Add data file for mpc_sqr.thevenyp2008-10-031-0/+128