Lines Matching refs:y_cond
38 unsigned long y_cond, x_cond; in s() local
42 y_cond = __m81_test (y); in s()
45 if ((x_cond | y_cond) & __M81_COND_NAN) in s()
47 else if (y_cond & __M81_COND_ZERO) in s()
50 z = y_cond & __M81_COND_NEG ? -pi : pi; in s()
56 if (y_cond & __M81_COND_INF) in s()
64 if (y_cond & __M81_COND_NEG) in s()
67 else if (y_cond & __M81_COND_INF) in s()
68 z = y_cond & __M81_COND_NEG ? -pi_2 : pi_2; in s()
71 if (y_cond & __M81_COND_NEG) in s()
88 if (y_cond & __M81_COND_NEG) in s()