Home
last modified time | relevance | path

Searched refs:VEC4LenSq (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h41 NN_MATH_INLINE f32 VEC4LenSq(const VEC4* p);
158 f32 LenSq() const { return VEC4LenSq(this); } in LenSq()
161 f32 LengthSquare() const { return VEC4LenSq(this); } in LengthSquare()
265 inline f32 VEC4LenSq(const VEC4& v) { return VEC4LenSq( &v ); } in VEC4LenSq() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp177 VEC4LenSq(const VEC4* __restrict p)
192 return FSqrt(VEC4LenSq(p));
207 (void)VEC4Scale(pOut, p, FrSqrt(VEC4LenSq(p)));
228 f32 mag = VEC4LenSq(p);
254 return VEC4LenSq(VEC4Sub(&tmp, p1, p2));