Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/fx/
Dfx.h50 #define FX32_MIN ((fx32)0x80000000) 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()