aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_exp2.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy1-3/+13
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-106/+115
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+1
2015-09-14Fix exp2 missing underflows (bug 16521).Joseph Myers1-1/+9
2015-06-23Fix exp2, exp2f spurious underflows (bug 18219).Joseph Myers1-1/+3
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-1/+1
2015-02-12Fix exp2 spurious underflows (bug 16560).Joseph Myers1-0/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-17Format floating routines.Ondřej Bílka1-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson1-49/+48
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-18Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper1-5/+1
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper1-13/+6
2011-10-17Small optimization of generic exp2Ulrich Drepper1-11/+12
2011-10-12Optimize libmUlrich Drepper1-1/+3
2006-01-09* sysdeps/ieee754/dbl-64/e_exp2.c: Remove section attribute fromUlrich Drepper1-5/+3
2005-12-21* sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const.Ulrich Drepper1-3/+10
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-6/+1
2007-07-122.5-18.1Jakub Jelinek1-1/+6
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-06-06Update.Ulrich Drepper1-3/+3
2001-02-17Update.Ulrich Drepper1-0/+130