about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_atan2.c
Commit message (Expand)AuthorAgeFilesLines
* math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2021-03-111-292/+38
* math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra2021-03-111-0/+1
* 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-46/+43
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+2
* 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
* 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
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers2016-06-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2015-04-081-0/+2
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-2/+12
* 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-10/+10
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-111-1/+6
* Remove ZERO and MZERO macrosSiddhesh Poyarekar2013-03-291-19/+19
* Format and clean up s_atan2.cSiddhesh Poyarekar2013-03-281-310/+494
* 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
* Fix atan2 spurious exceptions (bug 11451).Joseph Myers2012-03-191-1/+8
* 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
* Cleanup FMA4 patchUlrich Drepper2011-10-251-3/+13
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-6/+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-2/+5
* Optimize libmUlrich Drepper2011-10-121-186/+188
* 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/+2
* Update.Ulrich Drepper2001-03-131-6/+6
* Fix warnings.Ulrich Drepper2001-03-121-4/+12
* Update.Ulrich Drepper2001-03-121-123/+388
* Update.Ulrich Drepper1999-07-141-0/+130