Searched refs:__M81_COND_NEG (Results 1 – 7 of 7) sorted by relevance
49 if (x_cond & __M81_COND_NEG) in s()50 z = y_cond & __M81_COND_NEG ? -pi : pi; in s()60 z = x_cond & __M81_COND_NEG ? 3 * pi_4 : pi_4; in s()63 z = x_cond & __M81_COND_NEG ? pi : 0; in s()64 if (y_cond & __M81_COND_NEG) in s()68 z = y_cond & __M81_COND_NEG ? -pi_2 : pi_2; in s()69 else if (x_cond & __M81_COND_NEG) in s()71 if (y_cond & __M81_COND_NEG) in s()88 if (y_cond & __M81_COND_NEG) in s()
57 return y_cond & __M81_COND_NEG ? 0 : y; in s()59 return y_cond & __M81_COND_NEG ? -y : 0; in s()63 return y_cond & __M81_COND_NEG ? 1 / x : x; in s()67 if (y == 0.5 && !(x_cond & __M81_COND_NEG)) in s()85 if (y_cond & __M81_COND_NEG) in s()87 if (x_cond & __M81_COND_NEG) in s()100 if (x_cond & __M81_COND_NEG) in s()
75 if ((rx_cond & (__M81_COND_NAN|__M81_COND_NEG)) == __M81_COND_NEG) in s()111 if (rx_cond & __M81_COND_NEG) in s()114 if (ix_cond & __M81_COND_NEG) in s()
34 if (x_cond & __M81_COND_NEG) in M_DECL_FUNC()
46 if (!(fn_cond & __M81_COND_NEG)) in s()
315 #define __M81_COND_NEG (8 << 24) macro
9656 (__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,