Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h46 NN_MATH_INLINE VEC4* VEC4Maximize(VEC4* pOut, const VEC4* p1, const VEC4* p2);
195 return *VEC4Maximize(this, &lhs, &rhs); in Maximize()
270 inline VEC4* VEC4Maximize(VEC4* pOut, const VEC4& v1, const VEC4& v2) { return VEC4Maximize( pOut, … in VEC4Maximize() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp268 VEC4Maximize(VEC4* pOut, const VEC4* p1, const VEC4* p2)