summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
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
2017-10-30Include bits/math-finite.h for more _FloatN, _FloatNx types.Joseph Myers
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers
2017-10-30Add _FloatN, _FloatNx M_* constants.Joseph Myers
2017-10-27Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers
2017-10-26Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers
2017-10-26Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-17Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16Support running libm tests for float128 as alias for long double.Joseph Myers
2017-10-11Run libm long double tests for long double = double.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely
2017-10-04test-math-iscanonical.cc: Return errors != 0H.J. Lu
2017-10-03test-math-iscanonical.cc: Replace bool with intH.J. Lu
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-10-03fix drem symbol for static linking and new targetsSzabolcs Nagy
2017-10-02fix gamma symbol for static linking and new targetsSzabolcs Nagy
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-09-29Remove old cimag inlinesWilco Dijkstra
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy