aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Add narrowing divide functions.Joseph Myers8-2/+21726
2024-06-10Add narrowing multiply functions.Joseph Myers8-2/+11674
2024-06-10Add narrowing subtract functions.Joseph Myers8-2/+23830
2024-06-10Add narrowing add functions.Joseph Myers8-1/+23834
2024-06-10Add build infrastructure for narrowing libm functions.Joseph Myers4-1/+464
2023-12-28Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant1-4/+0
2023-12-27-DWANT_FLOAT usage and enable float128 testsPranav Kant1-0/+4
2018-01-24Put CMPLX* macros under ISO C11Stan Shebs1-1/+1
2018-01-23Reduce an error to warning if clangStan Shebs1-0/+4
2018-01-22Add clang versions of CMPLX* macrosStan Shebs1-0/+25
2018-01-22Suppress tgmath3 tests if clangStan Shebs1-0/+3
2018-01-03Improve math_errhandlingWilco Dijkstra1-4/+10
2018-01-02Reduce command length in regen-ulps.Joseph Myers1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers361-361/+361
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes3-3/+182
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-1/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+1
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy1-2/+2
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-42/+42
2017-12-07Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers4-14/+20
2017-12-07Add _Float32 function aliases.Joseph Myers2-106/+106
2017-12-06Add header for _Float32 testing.Joseph Myers1-0/+37
2017-12-06Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).Joseph Myers2-3/+11
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers2-2/+108
2017-12-05Add headers for _Float64, _Float32x testing.Joseph Myers2-0/+74
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+104
2017-11-24Support testing _Float64x libm functions.Joseph Myers2-1/+49
2017-11-24Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers1-2/+2
2017-11-15Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers1-57/+147
2017-11-03Handle more _FloatN, _FloatNx types in __MATH_TG.Joseph Myers1-1/+31
2017-11-03Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers1-2/+29
2017-11-01Include bits/cmathcalls.h for more _FloatN, _FloatNx types.Joseph Myers1-0/+72
2017-11-01Clean up complex.h handling of float128.Joseph Myers1-15/+13
2017-10-31Define CMPLX macros for more _FloatN, _FloatNx types.Joseph Myers1-0/+25
2017-10-31Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.Joseph Myers1-0/+2
2017-10-30Include bits/math-finite.h for more _FloatN, _FloatNx types.Joseph Myers1-2/+137
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers4-53/+14
2017-10-30Add _FloatN, _FloatNx M_* constants.Joseph Myers1-0/+84
2017-10-27Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers1-3/+123
2017-10-26Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers1-0/+18
2017-10-26Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers1-0/+18
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-1/+1
2017-10-17Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour1-0/+9
2017-10-16Move some float128 symbol version definitions.Joseph Myers1-0/+109
2017-10-16Support running libm tests for float128 as alias for long double.Joseph Myers2-4/+11
2017-10-11Run libm long double tests for long double = double.Joseph Myers6-11/+35
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers8-0/+11
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers4-13/+6
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely2-1/+163
2017-10-04test-math-iscanonical.cc: Return errors != 0H.J. Lu1-1/+1