about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/s_erfl.c
Commit message (Expand)AuthorAgeFilesLines
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-061-2/+3
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-1/+1
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-131-369/+369
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-311-70/+70
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+1
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-181-1/+0
* Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers2015-05-221-1/+1
* Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2014-06-241-0/+2
* Fix erf underflow handling near 0 (bug 16516).Joseph Myers2014-05-141-4/+12
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-031-2/+11
* Remove trailing whitespace.Joseph Myers2013-06-051-2/+2
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+2
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-271-19/+2
* * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permissionRoland McGrath2002-08-281-1/+4
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-2/+17
* Update.Ulrich Drepper2002-07-111-8/+0
* Update.Andreas Jaeger2001-11-261-5/+5
* Update.Ulrich Drepper2001-10-141-53/+53
* Update.Ulrich Drepper2001-10-011-1/+1
* erf and erfc implementation for 128-bit long doubles.Andreas Jaeger2001-09-191-0/+941