Searched refs:VEC4IsZero (Results 1 – 2 of 2) sorted by relevance
76 NN_MATH_INLINE bool VEC4IsZero(const VEC4* p);411 bool IsZero() const { return VEC4IsZero(this); } in IsZero()450 inline bool VEC4IsZero(const VEC4& v){ return VEC4IsZero( &v ); } in VEC4IsZero() function
48 VEC4IsZero(const VEC4* p)