Searched refs:rx_cond (Results 1 – 4 of 4) sorted by relevance
39 unsigned long rx_cond = __m81_test (__real__ x); in s() local41 if ((rx_cond & (__M81_COND_NAN|__M81_COND_INF)) == 0) in s()75 if ((rx_cond & (__M81_COND_NAN|__M81_COND_NEG)) == __M81_COND_NEG) in s()100 if (ix_cond & __M81_COND_ZERO && (rx_cond & __M81_COND_NAN) == 0) in s()106 unsigned long rx_cond = __m81_test (__real__ x); in s() local108 if (rx_cond & __M81_COND_INF) in s()111 if (rx_cond & __M81_COND_NEG) in s()
30 unsigned long rx_cond = __m81_test (__real__ x); in s() local32 if ((rx_cond & (__M81_COND_INF|__M81_COND_NAN)) == 0) in s()39 if (rx_cond & __M81_COND_ZERO) in s()
48 unsigned long rx_cond = __m81_test (__real__ x); in s() local50 if (rx_cond & __M81_COND_ZERO) in s()57 if (rx_cond & __M81_COND_INF) in s()
50 unsigned long rx_cond = __m81_test (__real__ x); in s() local53 if (rx_cond & (__M81_COND_ZERO|__M81_COND_INF|__M81_COND_NAN)) in s()
Completed in 6 milliseconds