summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
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
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers
2017-09-15Use libm_alias_double in math/.Joseph Myers
2017-09-15Remove ENOSYS math/ function stubs.Joseph Myers
2017-09-15Use libm_alias_float in math/.Joseph Myers
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers
2017-09-13Define and use libm_alias_double.Joseph Myers
2017-09-12Remove declare_mgen_alias_2.Joseph Myers
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-05Fix tests that are testing obsoleted functionalitySteve Ellcey
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers
2017-09-04math.h: Warn about an already-defined log macroFlorian Weimer
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-09-01math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg
2017-08-31Simplify NAN definitions.Joseph Myers
2017-08-31Simplify INFINITY definitions.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes
2017-08-28Simplify math-svid-compat code.Joseph Myers
2017-08-25Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers