Home
last modified time | relevance | path

Searched refs:MATH_IMax (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Dcoverts.c62 #define sat2s(a,b,c) (short)MATH_IMin(MATH_IMax(a,b),c)
/TwlSDK-5.1.0/include/nitro/math/
Dmath.h135 SDK_INLINE int MATH_IMax(int a, int b) in MATH_IMax() function
/TwlSDK-5.1.0/build/demos/math/misc-1/src/
Dmain.c234 result = MATH_IMax(a[i], b[i]); in MathTest()