Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/fx/
Dfx.h49 #define FX32_MAX ((fx32)0x7fffffff) macro
321 SDK_WARNING(res >= FX32_MIN && res <= FX32_MAX, "FX_Mul: Overflow/Underflow"); in FX32_CAST()
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx_vec.c188 SDK_WARNING(x <= FX32_MAX && x >= FX32_MIN && in VEC_CrossProduct()
189 y <= FX32_MAX && y >= FX32_MIN && in VEC_CrossProduct()
190 z <= FX32_MAX && z >= FX32_MIN, in VEC_CrossProduct()
/TwlSDK-5.5/build/demos/fx/test/src/
Dfx_append_vec.c55 #define fxIntMax ( FX32_MAX & FX32_INT_MASK )