void __vrd2_sincos (__m128d x, __m128d* S, __m128d* C) |
|
not requiring full error handling. Denormal inputs may produce unpredictable results. Special case inputs produce C99 return values. The routine is accurate to better than 1 ulp over the valid input range. This routine may return slightly worse than 1 ulp for very large values between 4e5 and 5e5.
Input | Output
|
QNaN | same QNaN
|
SNaN | same NaN converted to QNaN
|
+infinity | QNaN
|
-infinity | QNaN
|