summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers
2018-05-24Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes
2018-05-18Split test-tgmath3 by function.Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-30Replace hidden_def with libm_hidden_def in mathTulio Magno Quites Machado Filho
2018-04-27Replace M_SUF (M_LN2) with M_MLIT (M_LN2)Tulio Magno Quites Machado Filho
2018-04-27Replace M_SUF (fabs) with M_FABSTulio Magno Quites Machado Filho
2018-04-19Use volatile global counters in test-tgmath.c.Stefan Liebler
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Handle narrowing function sNaN test disabling based on argument format.Joseph Myers
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-02-09Remove unused math/Makefile variable libm-test-incs.Joseph Myers
2018-01-03Improve math_errhandlingWilco Dijkstra
2018-01-02Reduce command length in regen-ulps.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-07Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add header for _Float32 testing.Joseph Myers
2017-12-06Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-12-05Add headers for _Float64, _Float32x testing.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-24Support testing _Float64x libm functions.Joseph Myers
2017-11-24Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers
2017-11-15Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers
2017-11-03Handle more _FloatN, _FloatNx types in __MATH_TG.Joseph Myers
2017-11-03Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers
2017-11-01Include bits/cmathcalls.h for more _FloatN, _FloatNx types.Joseph Myers
2017-11-01Clean up complex.h handling of float128.Joseph Myers
2017-10-31Define CMPLX macros for more _FloatN, _FloatNx types.Joseph Myers
2017-10-31Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.Joseph Myers