about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-161-8/+8
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-205-97/+36
* Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho2018-06-201-7/+0
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-123-2/+36
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-0/+33
* Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes2018-05-241-1/+1
* Split test-tgmath3 by function.Joseph Myers2018-05-182-11/+55
* Add narrowing divide functions.Joseph Myers2018-05-178-2/+21726
* Add narrowing multiply functions.Joseph Myers2018-05-168-2/+11674
* powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho2018-05-111-3/+9
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-114-0/+4
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1014-0/+92
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Replace hidden_def with libm_hidden_def in mathTulio Magno Quites Machado Filho2018-04-303-6/+3
* Replace M_SUF (M_LN2) with M_MLIT (M_LN2)Tulio Magno Quites Machado Filho2018-04-271-1/+1
* Replace M_SUF (fabs) with M_FABSTulio Magno Quites Machado Filho2018-04-273-4/+4
* Use volatile global counters in test-tgmath.c.Stefan Liebler2018-04-191-6/+6
* Add narrowing subtract functions.Joseph Myers2018-03-208-2/+23830
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-154-0/+4
* Remove mplog and mpexpWilco Dijkstra2018-02-151-1/+1
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+1
* Remove slow paths from powWilco Dijkstra2018-02-121-2/+2
* Add narrowing add functions.Joseph Myers2018-02-108-2/+23834
* Handle narrowing function sNaN test disabling based on argument format.Joseph Myers2018-02-093-1/+9
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-0924-57/+580
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-094-1/+464
* Remove unused math/Makefile variable libm-test-incs.Joseph Myers2018-02-091-2/+0
* Improve math_errhandlingWilco Dijkstra2018-01-031-4/+10
* Reduce command length in regen-ulps.Joseph Myers2018-01-021-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01361-361/+361
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2017-12-193-3/+182
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-1/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+1
* [BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy2017-12-121-2/+2
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-42/+42
* Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers2017-12-074-14/+20
* Add _Float32 function aliases.Joseph Myers2017-12-072-106/+106
* Add header for _Float32 testing.Joseph Myers2017-12-061-0/+37
* Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).Joseph Myers2017-12-062-3/+11
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-062-2/+108
* Add headers for _Float64, _Float32x testing.Joseph Myers2017-12-052-0/+74
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+104
* Support testing _Float64x libm functions.Joseph Myers2017-11-242-1/+49
* Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers2017-11-241-2/+2
* Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers2017-11-151-57/+147
* Handle more _FloatN, _FloatNx types in __MATH_TG.Joseph Myers2017-11-031-1/+31
* Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers2017-11-031-2/+29
* Include bits/cmathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2017-11-011-0/+72
* Clean up complex.h handling of float128.Joseph Myers2017-11-011-15/+13
* Define CMPLX macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-311-0/+25