Searched refs:VEC4IsZero (Results 1 – 2 of 2) sorted by relevance
33 NN_MATH_INLINE bool VEC4IsZero(const VEC4* p);229 bool IsZero() const { return VEC4IsZero(this); } in IsZero()257 inline bool VEC4IsZero(const VEC4& v){ return VEC4IsZero( &v ); } in VEC4IsZero() function
35 VEC4IsZero(const VEC4* p)