Home
last modified time | relevance | path

Searched refs:FrSqrt (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector2.ipp90 (void)VEC2Scale(pOut, p, FrSqrt(p->x * p->x + p->y * p->y));
120 (void)VEC2Scale(pOut, p, FrSqrt(mag));
Dmath_Vector4.ipp207 (void)VEC4Scale(pOut, p, FrSqrt(VEC4LenSq(p)));
237 (void)VEC4Scale(pOut, p, FrSqrt(mag));
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h377 FrSqrt(f32 x) in FrSqrt() function
Dmath_Geometry.h230 f32 r = FrSqrt(VEC3SquareLen(&N)); in Normalize()