aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128/w_expl.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* ↵Wilco Dijkstra1-3/+3
to use standard C99 macros. This has no effect on generated code.
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel1-13/+5
Invoke the non-IEEE handling only for numbers special also in the IEEE case. This aligns the exp handling with the other ldbl variants.
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-2/+2
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
Entire tree edited via find | grep | sed.
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-10/+1
2009-10-28Readd definition of __expl in ldbl-128Joseph S. Myers1-0/+1
2001-08-14Copy from ldbl-96/w_expl.c with tweaked constantsAndreas Jaeger1-0/+58