about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_tan.c
Commit message (Expand)AuthorAgeFilesLines
* math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra2021-03-111-535/+75
* 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-82/+66
* 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
* 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 tan missing underflows (bug 16517).Joseph Myers2015-08-071-0/+6
* 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-5/+3
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-111-0/+2
* Remove ONE and MONESiddhesh Poyarekar2013-03-291-7/+7
* Format s_tan.cSiddhesh Poyarekar2013-03-291-405/+728
* Removed commented codeSiddhesh Poyarekar2013-03-261-3/+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
* Replace more constants with their valuesSiddhesh Poyarekar2012-12-281-35/+35
* Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson2012-03-191-3/+1
* Fix tan, tanl for large inputs.Joseph Myers2012-03-161-2/+2
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-49/+68
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-2/+10
* 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-28/+31
* * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.Ulrich Drepper2009-04-261-7/+14
* * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-261-2/+8
* 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-3/+6
* Update.Ulrich Drepper2001-03-121-67/+466
* Update.Ulrich Drepper1999-07-141-0/+81