about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers2018-10-171-2/+7
* Add more fma tests.Joseph Myers2018-10-021-0/+193
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2814-14/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-18/+18
* Add new pow implementationSzabolcs Nagy2018-09-191-1/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-3/+3
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-1410-10/+10
* Add new log2 implementationSzabolcs Nagy2018-09-121-1/+2
* Add new log implementationSzabolcs Nagy2018-09-121-1/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-2/+2
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-0433-32/+5
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0333-0/+33
* Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.Joseph Myers2018-08-291-4/+3
* Remove unused math filesWilco Dijkstra2018-08-241-7/+9
* Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.Joseph Myers2018-08-227-24/+3
* Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2018-08-226-0/+12
* Improve performance of sincosfWilco Dijkstra2018-08-101-1/+1
* Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers2018-08-098-874/+631
* Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.Joseph Myers2018-08-082-5/+4
* Consistently terminate libm-test-*.inc TEST lines with commas.Joseph Myers2018-08-033-22/+22
* Fix math/test-misc.c for undefined fenv.h macros.Joseph Myers2018-08-011-0/+6
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-205-97/+36
* Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho2018-06-201-7/+0
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-123-2/+36
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-0/+33
* Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes2018-05-241-1/+1
* Split test-tgmath3 by function.Joseph Myers2018-05-182-11/+55
* Add narrowing divide functions.Joseph Myers2018-05-178-2/+21726
* Add narrowing multiply functions.Joseph Myers2018-05-168-2/+11674
* powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho2018-05-111-3/+9
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-114-0/+4
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1014-0/+92
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Replace hidden_def with libm_hidden_def in mathTulio Magno Quites Machado Filho2018-04-303-6/+3
* Replace M_SUF (M_LN2) with M_MLIT (M_LN2)Tulio Magno Quites Machado Filho2018-04-271-1/+1
* Replace M_SUF (fabs) with M_FABSTulio Magno Quites Machado Filho2018-04-273-4/+4
* Use volatile global counters in test-tgmath.c.Stefan Liebler2018-04-191-6/+6
* Add narrowing subtract functions.Joseph Myers2018-03-208-2/+23830
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-154-0/+4
* Remove mplog and mpexpWilco Dijkstra2018-02-151-1/+1
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+1
* Remove slow paths from powWilco Dijkstra2018-02-121-2/+2
* Add narrowing add functions.Joseph Myers2018-02-108-2/+23834
* Handle narrowing function sNaN test disabling based on argument format.Joseph Myers2018-02-093-1/+9
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-0924-57/+580
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-094-1/+464
* Remove unused math/Makefile variable libm-test-incs.Joseph Myers2018-02-091-2/+0
* Improve math_errhandlingWilco Dijkstra2018-01-031-4/+10
* Reduce command length in regen-ulps.Joseph Myers2018-01-021-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01361-361/+361