aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers3-2/+36
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers1-0/+33
2018-05-24Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes1-1/+1
2018-05-18Split test-tgmath3 by function.Joseph Myers2-11/+55
2018-05-17Add narrowing divide functions.Joseph Myers8-2/+21726
2018-05-16Add narrowing multiply functions.Joseph Myers8-2/+11674
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho1-3/+9
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers4-0/+4
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers14-0/+92
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-04-30Replace hidden_def with libm_hidden_def in mathTulio Magno Quites Machado Filho3-6/+3
2018-04-27Replace M_SUF (M_LN2) with M_MLIT (M_LN2)Tulio Magno Quites Machado Filho1-1/+1
2018-04-27Replace M_SUF (fabs) with M_FABSTulio Magno Quites Machado Filho3-4/+4
2018-04-19Use volatile global counters in test-tgmath.c.Stefan Liebler1-6/+6
2018-03-20Add narrowing subtract functions.Joseph Myers8-2/+23830
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra4-0/+4
2018-02-15Remove mplog and mpexpWilco Dijkstra1-1/+1
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+1
2018-02-12Remove slow paths from powWilco Dijkstra1-2/+2
2018-02-10Add narrowing add functions.Joseph Myers8-2/+23834
2018-02-09Handle narrowing function sNaN test disabling based on argument format.Joseph Myers3-1/+9
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers24-57/+580
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers4-1/+464
2018-02-09Remove unused math/Makefile variable libm-test-incs.Joseph Myers1-2/+0
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