about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.Joseph Myers2017-10-311-0/+2
* Include bits/math-finite.h for more _FloatN, _FloatNx types.Joseph Myers2017-10-301-2/+137
* Remove _Mlong_double_ etc. macros.Joseph Myers2017-10-304-53/+14
* Add _FloatN, _FloatNx M_* constants.Joseph Myers2017-10-301-0/+84
* Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2017-10-271-3/+123
* Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-261-0/+18
* Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-261-0/+18
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-1/+1
* Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour2017-10-171-0/+9
* Move some float128 symbol version definitions.Joseph Myers2017-10-161-0/+109
* Support running libm tests for float128 as alias for long double.Joseph Myers2017-10-162-4/+11
* Run libm long double tests for long double = double.Joseph Myers2017-10-116-11/+35
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-108-0/+11
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-094-13/+6
* Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely2017-10-092-1/+163
* test-math-iscanonical.cc: Return errors != 0H.J. Lu2017-10-041-1/+1
* test-math-iscanonical.cc: Replace bool with intH.J. Lu2017-10-031-1/+1
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-033-2/+52