Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Utility.h53 inline S Max(T a, U b) in Max() function
68 inline T Max(T a, T b) in Max() function
119 inline S Max(T a, U b, R c) in Max() function
135 inline T Max(T a, T b, T c) in Max() function
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Color.h154 nn::math::Max(this->r - right.r, ELEMENT_MIN),
155 nn::math::Max(this->g - right.g, ELEMENT_MIN),
156 nn::math::Max(this->b - right.b, ELEMENT_MIN),
157 nn::math::Max(this->a - right.a, ELEMENT_MIN)
368 nn::math::Max(this->r - right.r, ELEMENT_MIN),
369 nn::math::Max(this->g - right.g, ELEMENT_MIN),
370 nn::math::Max(this->b - right.b, ELEMENT_MIN),
371 nn::math::Max(this->a - right.a, ELEMENT_MIN)
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_MersenneTwister.cpp77 const int numLoop = Max(PARAMETER_N, num); in Initialize()
Dmath_TinyMt.cpp75 const int numLoop = Max(numSeed + 1, MIN_LOOP) - 1; in Initialize()