about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2017-10-271-3/+123
* Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-261-0/+18
* Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-261-0/+18
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-1/+1
* Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour2017-10-171-0/+9
* Move some float128 symbol version definitions.Joseph Myers2017-10-161-0/+109
* Support running libm tests for float128 as alias for long double.Joseph Myers2017-10-162-4/+11
* Run libm long double tests for long double = double.Joseph Myers2017-10-116-11/+35
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-108-0/+11
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-094-13/+6
* Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely2017-10-092-1/+163
* test-math-iscanonical.cc: Return errors != 0H.J. Lu2017-10-041-1/+1
* test-math-iscanonical.cc: Replace bool with intH.J. Lu2017-10-031-1/+1
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-033-2/+52
* fix drem symbol for static linking and new targetsSzabolcs Nagy2017-10-033-0/+18
* fix gamma symbol for static linking and new targetsSzabolcs Nagy2017-10-023-0/+22
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-10-027-10/+31
* Remove old cimag inlinesWilco Dijkstra2017-09-291-30/+0
* New generic powfSzabolcs Nagy2017-09-291-1/+1
* New generic log2fSzabolcs Nagy2017-09-291-1/+2
* New generic logfSzabolcs Nagy2017-09-291-1/+1
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-281-63/+32
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-255-7/+23
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-251-1/+1
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-221-1/+7
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1823-26/+49
* Use libm_alias_double in math/.Joseph Myers2017-09-1524-130/+51
* Remove ENOSYS math/ function stubs.Joseph Myers2017-09-1532-499/+0
* Use libm_alias_float in math/.Joseph Myers2017-09-1521-24/+45
* Make more libm functions into weak aliases.Joseph Myers2017-09-146-18/+36
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-133-8/+118
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-131-4/+0
* Define and use libm_alias_double.Joseph Myers2017-09-1328-114/+0
* Remove declare_mgen_alias_2.Joseph Myers2017-09-121-1/+3
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-0570-40/+185
* Fix tests that are testing obsoleted functionalitySteve Ellcey2017-09-052-4/+24
* Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers2017-09-041-1/+1
* math.h: Warn about an already-defined log macroFlorian Weimer2017-09-041-0/+5
* Obsolete pow10 functions.Joseph Myers2017-09-016-25/+12
* math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg2017-09-011-2/+7
* Simplify NAN definitions.Joseph Myers2017-08-312-3/+9
* Simplify INFINITY definitions.Joseph Myers2017-08-312-3/+7
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-312-11/+20
* Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers2017-08-294-39/+80
* Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2017-08-282-4/+108
* Simplify math-svid-compat code.Joseph Myers2017-08-281-13/+9
* Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers2017-08-251-1/+1
* Clean up bits/math-finite.h for aliasing types.Joseph Myers2017-08-252-23/+24
* Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2017-08-241-1/+9
* Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes2017-08-223-3/+0