summaryrefslogtreecommitdiff
path: root/src/sub1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Punctuation (missing comma after "however").vlefevre2021-06-211-7/+7
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/sub1sp.c] Updated a URL (http → https).vlefevre2020-09-101-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [src/{add1sp.c,sub1sp.c}] Get rid of useless goto's.vlefevre2019-09-101-60/+70
* [src/sub1sp.c] For the --enable-assert=full test, improved output ofvlefevre2019-09-051-3/+8
* [tests/tsub1sp.c] added non-regression test for bug in mpfr_sub1sp2nzimmerma2019-09-041-1/+5
* [src/sub1sp.c] rewrote mpfr_sub1sp2n (inspired from mpfr_sub1sp1n)zimmerma2019-09-041-90/+78
* [src/sub1sp.c] added new function mpfr_sub1sp2n for p = 2*GMP_NUMB_BITSzimmerma2019-09-031-0/+294
* added sub1sp1_extracted.c (not ready yet)zimmerma2019-09-021-0/+16
* [src/sub1sp.c] simplified code of sub1sp1 for bx = cxzimmerma2019-06-071-18/+7
* [src/sub1sp.c] About r13506-13509 and optimization: added a commentvlefevre2019-06-061-0/+1
* [src/sub1sp.c] fixed typozimmerma2019-06-061-1/+1
* [src/sub1sp.c] Added reference to GCC PR30315 about a misoptimizationvlefevre2019-06-061-0/+1
* [src/sub1sp.c] Completed r13506: added MPFR_ASSERTD to justify thevlefevre2019-06-061-0/+11
* [src/sub1sp.c] small speedup (following discussion with Félix Breton)zimmerma2019-06-061-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/mpfr-gmp.h] removed leftover debug statementzimmerma2018-08-311-2/+2
* [src/sub1sp.c] Added a FIXME about cp vs tp.vlefevre2018-08-271-0/+4
* [src/sub1sp.c] Avoid bad usage of tp in the generic code:vlefevre2018-08-271-7/+8
* [src/sub1sp.c] Re-added/updated FIXME about the long backward goto's.vlefevre2018-08-271-0/+3
* Removed trailing whitespace.vlefevre2018-08-271-1/+1
* [src/sub1sp.c] fixed even rule for p=1zimmerma2018-08-271-1/+5
* [src/sub1sp.c] finished simplifying the mpfr_sub1sp codezimmerma2018-08-241-259/+57
* [src/sub1sp.c] simplified the computation of sbbzimmerma2018-08-241-11/+6
* [src/sub1sp.c] full rewrite of mpfr_sub1sp (work in progress)zimmerma2018-08-241-109/+119
* [src/sub1sp.c] Updated a FIXME.vlefevre2018-08-221-1/+2
* [src/sub1sp.c] Removed a comment that brings nothing and is notvlefevre2018-08-221-1/+0
* [src/sub1sp.c] revert mpfr_sub1sp to the version of revision 12241zimmerma2018-08-211-398/+460
* [src/sub1sp.c] fixed bug20180813zimmerma2018-08-211-10/+24
* [src/{add,sub}1sp.c] Updated/added comments for MPFR_WANT_ASSERT >= 2.vlefevre2018-02-201-1/+14
* [src/sub1sp.c] Fixed indentation.vlefevre2018-02-191-191/+191
* [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c)zimmerma2018-02-171-1/+3
* [src/sub1sp.c] fixed case 2ezimmerma2018-02-171-1/+4
* GNU style: https://www.gnu.org/prep/standards/standards.html#Formattingzimmerma2018-02-161-1/+1
* [src/sub1sp.c] fixed bug20180216zimmerma2018-02-161-5/+4
* [src/sub1sp.c] Squeezed useless double-space.vlefevre2018-02-161-3/+3
* [src/sub1sp.c] fixed bug20180215()zimmerma2018-02-151-4/+15
* [src/sub1sp.c] Use "else" for symmetry with above code.vlefevre2018-02-151-6/+9
* Removed trailing whitespace.vlefevre2018-02-151-1/+1
* [src/sub1sp.c] review of case 2 <= d < p in generic code mpfr_sub1sp()zimmerma2018-02-141-129/+62
* [src/div_ui.c] GNU stylezimmerma2018-02-141-134/+109
* [src/sub1sp.c] fixed a FIXMEzimmerma2018-02-141-22/+20
* [src/mpfr-gmp.h] define prototype of __gmpn_rsblsh1_nzimmerma2018-02-141-29/+32
* [configure.ac] detect mpn_rsblsh1_n instead of mpn_rsblsh_nzimmerma2018-02-141-2/+3
* [src/sub1sp.c] Added 2 FIXME's.vlefevre2018-02-141-0/+4
* [src/sub1sp.c] In mpfr_sub1sp, initialize k only once. This slightlyvlefevre2018-02-141-3/+2
* [src/sub1sp.c] Avoid the swapping of the exponents when they are equal.vlefevre2018-02-141-1/+2
* [src/sub1sp.c] review of case d=1 in generic codezimmerma2018-02-131-82/+98