HomeSort by relevance Sort by last modified time
    Searched refs:FLT_UWORD_IS_NAN (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/lib/libm/
ef_atan2.c 45 if(FLT_UWORD_IS_NAN(ix)||
46 FLT_UWORD_IS_NAN(iy)) /* x or y is NaN */
ef_exp.c 58 if(FLT_UWORD_IS_NAN(hx))
ef_fmod.c 48 FLT_UWORD_IS_NAN(hy))
sf_atan.c 80 if(FLT_UWORD_IS_NAN(ix))
fdlibm.h 31 FLT_UWORD_IS_NAN(X)
63 #define FLT_UWORD_IS_NAN(x) 0
72 #define FLT_UWORD_IS_NAN(x) ((x)>0x7f800000L)
ef_pow.c 79 if(FLT_UWORD_IS_NAN(ix) ||
80 FLT_UWORD_IS_NAN(iy)) {

Completed in 68 milliseconds