about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-09-297-10/+31
* 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
* Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2017-08-222-49/+90
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-223-2/+133
* math: Statically link tests of internal functionalityFlorian Weimer2017-08-221-8/+5
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-2181-98/+291
* Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2017-08-181-2/+6
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-032-3/+3
* Fix tgmath.h for __int128 (bug 21686).Joseph Myers2017-08-022-13/+11
* Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2017-08-022-60/+70
* Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers2017-06-281-1/+2
* Support _Float128 in tgmath.h.Joseph Myers2017-06-282-36/+133
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-282-2/+4
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-283-9/+21
* Simplify tgmath.h for integer return types.Joseph Myers2017-06-281-18/+18
* Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers2017-06-2817-48/+12
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-282-0/+617
* Add float128 support for ia64.Joseph Myers2017-06-261-1/+2
* Add float128 support for x86_64, x86.Joseph Myers2017-06-265-65/+74