Siddhesh Poyarekar 2bf499708d Use copysign instead of ternary for some sin/cos input ranges
These are remaining cases where we can deduce and conclude that the
sign of the result should be the same as the sign of the input being
checked.  For example, for sin(x), the sign of the result is the same
as the result itself for x < pi.  Likewise, for sine values where x
after range reduction falls into this range and its sign is preserved.

	* sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Use copysign
	instead of ternary condition.
	(do_sincos_2): Likewise.
	(__sin): Likewise.
	(__cos): Likewise.
	(slow): Likewise.
	(sloww): Likewise.
	(sloww1): Likewise.
	(bsloww): Likewise.
	(bsloww1): Likewise.
2016-09-30 05:19:05 +05:30
..
2016-09-07 16:41:20 +00:00
2016-09-07 16:42:19 +00:00
2016-09-07 16:43:43 +00:00
2016-09-14 16:02:06 +02:00
2016-09-07 16:40:09 +00:00
2016-09-14 16:02:06 +02:00
2016-09-07 16:40:09 +00:00
2016-09-18 23:48:55 +02:00
2016-09-19 09:35:38 -03:00
2016-09-14 16:02:06 +02:00
2016-09-07 16:48:08 +00:00
2016-09-20 12:18:13 +02:00
2016-09-07 16:40:09 +00:00
2016-09-07 16:40:09 +00:00