summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/s_erff.c
AgeCommit message (Expand)Author
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2017-09-22Use libm_alias_float in flt-32.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-09-23Use math_narrow_eval more consistently.Joseph Myers
2015-05-15Fix erfcf spurious underflows (bug 18217).Joseph Myers
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-06-05Remove trailing whitespace.Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-01Improve erfc accuracy.Joseph Myers
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
1999-07-14Update.Ulrich Drepper