Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fx/
Dfx.h47 #define FX32_SIGN_MASK 0x80000000 macro
307 return (fx32)(v & (FX32_INT_MASK | FX32_SIGN_MASK)); in FX_Floor()