glibc/sysdeps/ieee754/dbl-64/wordsize-64
Adhemerval Zanella 89c9aa491a Fix for logb/logbf/logbl (bugs 13954/13955/13956)
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number
it should be treated as if it were normalized.  This means the
implementation should calculate the log2 of the mantissa and add it to the
subnormal exponent (-126 for float and -1022 for double and IBM long
double).  This patch takes care of that.
2012-05-10 15:11:55 -05:00
..
e_acosh.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_cosh.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_fmod.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
math_private.h Make inline __isnan, __isinf_ns, __finite generic. 2012-03-19 06:47:43 -07:00
s_ceil.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_finite.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_floor.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_frexp.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isinf_ns.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isinf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isnan.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_llround.c Make lround the alias of llround for wordsize-64 2012-03-16 15:20:45 -07:00
s_logb.c Fix for logb/logbf/logbl (bugs 13954/13955/13956) 2012-05-10 15:11:55 -05:00
s_lround.c Make lround the alias of llround for wordsize-64 2012-03-16 15:20:45 -07:00
s_modf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_nearbyint.c Clean up dbl-64 rint, nearbyint. 2012-03-13 14:12:44 +00:00
s_remquo.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_rint.c Clean up dbl-64 rint, nearbyint. 2012-03-13 14:12:44 +00:00
s_round.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_scalbln.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_scalbn.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_trunc.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00