summaryrefslogtreecommitdiff
path: root/src/fma.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify and remove trailing spaces.vlefevre2021-03-161-5/+5
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-2/+6
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/fma.c] Updated easy case of underflow.vlefevre2018-04-161-5/+6
* [src/fma.c] Forgot a MPFR_GROUP_CLEAR.vlefevre2018-04-161-0/+2
* [src/fma.c] Simplified the underflow case by using UBF in thevlefevre2018-04-161-114/+29
* [src/fma.c] Simplified the difficult part of the overflow case byvlefevre2018-04-121-83/+28
* [src/fma.c] Fixed sign related bug in overflow case.vlefevre2018-04-121-1/+1
* [src/fma.c] Correction for the FIXME from r12403 concerning r12396.vlefevre2018-04-121-7/+6
* [src/fma.c] Removed a redundant test since the second condition ofvlefevre2018-04-121-2/+1
* [src/fma.c] Added FIXME for r12396, which still seems incorrect.vlefevre2018-02-221-1/+4
* [src/fma.c] added comments and a FIXMEzimmerma2018-02-221-7/+15
* [src/fma.c] fixed last failurezimmerma2018-02-221-2/+3
* [src/fma.c] fix failure from last testzimmerma2018-02-221-3/+3
* [src/fma.c] added commentszimmerma2018-02-221-3/+5
* [src/fma.c] Added a FIXME comment about overflow/underflow issues invlefevre2018-02-091-0/+4
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/fma.c] Minor improvements. Added an assert.vlefevre2017-12-201-8/+15
* [src/fma.c] fixed bug in mpfr_fmazimmerma2017-12-191-1/+4
* [src/fma.c] speedup of mpfr_fma when all operands have the same precisionzimmerma2017-02-211-11/+36
* [src/fma.c] speedup mpfr_fma for 1 limbzimmerma2017-02-201-23/+43
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/fma.c] Minor code simplification.vlefevre2016-05-181-7/+8
* Replacedvlefevre2016-02-041-1/+1
* [src/fma.c] Added a comment for the new code.vlefevre2016-01-151-0/+2
* [src/fma.c] C89 compatibility correction.vlefevre2016-01-121-1/+2
* [src/fma.c] Replaced mp_ptr by mpfr_limb_ptr (as usual).vlefevre2016-01-121-1/+1
* speedup in mpfr_fma and mpfr_fmszimmerma2016-01-101-1/+35
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [src/fma.c] Completely fixed the scaling in case of underflow.vlefevre2015-06-121-2/+9
* [src/fma.c] Partially fixed the scaling in case of underflow,vlefevre2015-06-121-3/+2
* [src/fma.c] Added log messages.vlefevre2015-06-121-0/+11
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src] Cleaner use of MPFR_SET_SIGN.vlefevre2014-08-211-5/+5
* come back to revision 8723 which was faster (measured with tools/mbench/mfv5zimmerma2014-01-201-30/+2
* [src/fma.c] Changed mp_prec_t to mpfr_prec_t.vlefevre2014-01-201-1/+1
* speed up mpfr_fma [common work with Jeroen Demeyer]zimmerma2014-01-201-59/+93
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-0/+8
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+294