about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_atan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra2021-03-111-175/+21
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta2020-06-151-31/+25
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-021-5/+2
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-021-3/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+1
* Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers2015-04-081-0/+2
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-1/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Format floating routines.Ondřej Bílka2013-10-171-7/+7
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-111-1/+6
* Remove ONE and MONESiddhesh Poyarekar2013-03-291-6/+6
* Remove ZERO and MZERO macrosSiddhesh Poyarekar2013-03-291-13/+13
* Format s_atan.cSiddhesh Poyarekar2013-03-291-151/+246
* Removed commented codeSiddhesh Poyarekar2013-03-261-9/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-1/+1
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-9/+7
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-241-1/+1
* Clean up last dla.h changeUlrich Drepper2011-10-231-1/+1
* Start using fma in the libm implementationUlrich Drepper2011-10-221-56/+59
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* 2002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-201-1/+1
* Update.Andreas Jaeger2002-07-061-1/+2
* Update.Andreas Jaeger2001-05-121-0/+1
* Update.Ulrich Drepper2001-03-131-3/+3
* Fix warnings.Ulrich Drepper2001-03-121-4/+11
* Update.Ulrich Drepper2001-03-121-153/+211
* Update.Ulrich Drepper1999-07-141-0/+163