Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Vector4.h47 NN_MATH_INLINE VEC4* VEC4Minimize(VEC4* pOut, const VEC4* p1, const VEC4* p2);
204 return *VEC4Minimize(this, &lhs, &rhs); in Minimize()
271 inline VEC4* VEC4Minimize(VEC4* pOut, const VEC4& v1, const VEC4& v2) { return VEC4Minimize( pOut, … in VEC4Minimize() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp288 VEC4Minimize(VEC4* pOut, const VEC4* p1, const VEC4* p2)