Home
last modified time | relevance | path

Searched refs:__M81_COND_NAN (Results 1 – 9 of 9) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A Ds_cexp_template.c36 if ((ix_cond & (__M81_COND_NAN|__M81_COND_INF)) == 0) in s()
41 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()
A Ds_csin_template.c32 if ((rx_cond & (__M81_COND_INF|__M81_COND_NAN)) == 0) in s()
50 if (ix_cond & (__M81_COND_ZERO|__M81_COND_INF|__M81_COND_NAN)) in s()
A Ds_csinh_template.c35 if ((ix_cond & (__M81_COND_INF|__M81_COND_NAN)) == 0) in s()
53 if (rx_cond & (__M81_COND_ZERO|__M81_COND_INF|__M81_COND_NAN)) in s()
A De_ilogb.c42 if (x_cond & (__M81_COND_NAN | __M81_COND_INF)) in s()
A De_pow.c44 if (y_cond & __M81_COND_NAN) in s()
48 if (x_cond & __M81_COND_NAN) in s()
A De_scalb.c41 if ((x_cond | fn_cond) & __M81_COND_NAN) in s()
A Ds_ccosh_template.c32 if ((ix_cond & (__M81_COND_INF|__M81_COND_NAN)) == 0) in s()
A De_atan2.c45 if ((x_cond | y_cond) & __M81_COND_NAN) in s()
A Dmathimpl.h312 #define __M81_COND_NAN (1 << 24) macro

Completed in 36 milliseconds