Searched refs:IS_ZERO_SNGL_PTR (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dfltconst.h116 #define IS_ZERO_SNGL_PTR(fltptr) ((*U32P((fltptr)) & (U_32)~SINGLE_SIGN_MASK) == (U_32)0) macro
124 #define IS_ZERO_SNGL(flt) IS_ZERO_SNGL_PTR(&(flt))

Completed in 21 milliseconds