GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
/
dbl-64
/
s_sin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a comment claiming that sin/cos round correctly.
Wilco Dijkstra
2020-02-07
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-8
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
2018-09-27
1
-2
/
+2
*
Do not include fenv_private.h in math_private.h.
Joseph Myers
2018-09-03
1
-0
/
+1
*
Move math_check_force_underflow macros to separate math-underflow.h.
Joseph Myers
2018-05-10
1
-0
/
+1
*
[PATCH 7/7] sin/cos slow paths: refactor sincos implementation
Wilco Dijkstra
2018-04-03
1
-26
/
+3
*
[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin
Wilco Dijkstra
2018-04-03
1
-27
/
+13
*
[PATCH 5/7] sin/cos slow paths: remove unused slowpath functions
Wilco Dijkstra
2018-04-03
1
-444
/
+3
*
[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction
Wilco Dijkstra
2018-04-03
1
-31
/
+29
*
[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reduction
Wilco Dijkstra
2018-04-03
1
-50
/
+44
*
[PATCH 2/7] sin/cos slow paths: remove large range reduction
Wilco Dijkstra
2018-04-03
1
-93
/
+2
*
[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs
Wilco Dijkstra
2018-04-03
1
-26
/
+14
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Use libm_alias_double for some dbl-64 functions.
Joseph Myers
2017-09-29
1
-10
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update comments for some functions in s_sin.c
Siddhesh Poyarekar
2016-10-06
1
-22
/
+17
*
Make quadrant shift a boolean in reduce_and_compute in s_sin.c
Siddhesh Poyarekar
2016-10-06
1
-4
/
+4
*
Check n instead of k1 to decide on sign of sin/cos result
Siddhesh Poyarekar
2016-10-06
1
-1
/
+1
*
Make the quadrant shift K a bool in do_sincos_* functions
Siddhesh Poyarekar
2016-10-06
1
-19
/
+19
*
Use copysign instead of ternary for some sin/cos input ranges
Siddhesh Poyarekar
2016-09-30
1
-13
/
+13
*
Use copysign instead of ternary conditions for positive constants
Siddhesh Poyarekar
2016-09-30
1
-19
/
+19
*
consolidate sign checks for slow2
Siddhesh Poyarekar
2016-09-30
1
-8
/
+10
*
Inline all support functions for sin and cos
Siddhesh Poyarekar
2016-09-02
1
-24
/
+28
*
Use do_sin for sin(x) where 0.25 < |x| < 0.855469
Siddhesh Poyarekar
2016-09-02
1
-18
/
+3
*
Consolidate input partitioning into do_cos and do_sin
Siddhesh Poyarekar
2016-09-02
1
-109
/
+82
*
Use fabs(x) instead of branching on signedness of input to sin and cos
Siddhesh Poyarekar
2016-08-30
1
-148
/
+85
*
Add fall through comments
Siddhesh Poyarekar
2016-08-30
1
-0
/
+2
*
Consolidate reduce_and_compute code
Siddhesh Poyarekar
2016-08-30
1
-17
/
+14
*
Fix cos computation for multiple precision fallback (bz #20357)
Siddhesh Poyarekar
2016-07-18
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Consolidate sincos computation for 2.426265 < |x| < 105414350
Siddhesh Poyarekar
2015-12-21
1
-280
/
+112
*
Consolidate sin and cos code for 105414350 <|x|< 281474976710656
Siddhesh Poyarekar
2015-12-21
1
-145
/
+108
*
Consolidate range reduction in sincos for x > 281474976710656
Siddhesh Poyarekar
2015-12-21
1
-0
/
+4
*
Include s_sin.c in s_sincos.c
Siddhesh Poyarekar
2015-11-17
1
-0
/
+12
*
Remove redundant else clauses in s_sin.c
Siddhesh Poyarekar
2015-11-17
1
-186
/
+158
*
Refactor code forcing underflow exceptions.
Joseph Myers
2015-09-23
1
-5
/
+1
*
Fix sin, sincos missing underflows (bug 16526, bug 16538).
Joseph Myers
2015-06-23
1
-1
/
+9
*
Remove various ABS macros and replace uses with fabs (or in one case abs)
Wilco Dijkstra
2015-05-15
1
-39
/
+40
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Fix sign of input to bsloww1 (BZ #16623)
Siddhesh Poyarekar
2014-02-27
1
-6
/
+10
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Fix typo in csloww()
Allan McRae
2013-12-27
1
-1
/
+1
*
Consolidate code to compute sin and cos from lookup tables
Siddhesh Poyarekar
2013-12-20
1
-232
/
+129
*
Remove more redundant computations in s_sin.c
Siddhesh Poyarekar
2013-12-20
1
-42
/
+33
*
Remove redundant arguments in reduce_and_compute
Siddhesh Poyarekar
2013-12-20
1
-4
/
+4
*
Remove some redundant computations in s_sin.c
Siddhesh Poyarekar
2013-12-20
1
-24
/
+15
*
Minor code cleanup in s_sin.c
Siddhesh Poyarekar
2013-12-16
1
-20
/
+13
[next]