summaryrefslogtreecommitdiff
path: root/src/ubf.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify and remove trailing spaces.vlefevre2021-03-161-9/+9
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-3/+9
* [src/ubf.c] Forgot a cast from UBF pointer to mpfr_t pointer.vlefevre2021-03-061-1/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/ubf.c]vlefevre2020-02-121-6/+16
* 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
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/ubf.c] Renamed mpfr_get_zexp to mpfr_init_get_zexp for clarity.vlefevre2017-04-071-7/+7
* [src/fmma.c] speedup of mpfr_fmma and mpfr_fmmszimmerma2017-02-211-8/+24
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* More UBF support:vlefevre2016-05-231-14/+23
* [src/ubf.c] Memory leak in some case.vlefevre2016-05-231-1/+4
* Added UBF support for mpfr_cmp2.vlefevre2016-05-231-0/+34
* [src/ubf.c] Support reduced exponent range in mpfr_get_zexp.vlefevre2016-05-231-0/+3
* Started to implement unbounded floats (UBF) and added support in somevlefevre2016-05-231-0/+177