Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector4.ipp38 return VEC4LenSq(VEC4Sub(&tmp, p1, p2));
62 return FSqrt(VEC4LenSq(p));
67 VEC4LenSq(const VEC4* __restrict p)
108 (void)VEC4Scale(pOut, p, FrSqrt(VEC4LenSq(p)));
119 f32 mag = VEC4LenSq(p);
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h103 NN_MATH_INLINE f32 VEC4LenSq(const VEC4* p);
340 f32 LenSq() const { return VEC4LenSq(this); } in LenSq()
343 f32 LengthSquare() const { return VEC4LenSq(this); } in LengthSquare()
458 inline f32 VEC4LenSq(const VEC4& v) { return VEC4LenSq( &v ); } in VEC4LenSq() function