Searched refs:VEC4Len (Results 1 – 2 of 2) sorted by relevance
42 NN_MATH_INLINE f32 VEC4Len(const VEC4* p);164 f32 Length() const { return VEC4Len(this); } in Length()266 inline f32 VEC4Len(const VEC4& v) { return VEC4Len( &v ); } in VEC4Len() function
190 f32 VEC4Len(const VEC4* p)