Searched refs:FLT_UWORD_IS_NAN (Results 1 – 6 of 6) sorted by relevance
45 if(FLT_UWORD_IS_NAN(ix)||46 FLT_UWORD_IS_NAN(iy)) /* x or y is NaN */
63 #define FLT_UWORD_IS_NAN(x) 0 macro72 #define FLT_UWORD_IS_NAN(x) ((x)>0x7f800000L) macro
80 if(FLT_UWORD_IS_NAN(ix))
58 if(FLT_UWORD_IS_NAN(hx))
48 FLT_UWORD_IS_NAN(hy))
79 if(FLT_UWORD_IS_NAN(ix) ||80 FLT_UWORD_IS_NAN(iy)) {