Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx33.c280 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse33() local
315 tmp02 = (fx32)(((fx64)pSrc->_01 * pSrc->_12 - (fx64)pSrc->_11 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
322 p->_02 = (fx32)(((fx64)det * tmp02) >> FX32_SHIFT); in MTX_Inverse33()
Dfx_mtx43.c261 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse43() local
296 tmp02 = (fx32)(((fx64)pSrc->_01 * pSrc->_12 - (fx64)pSrc->_11 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
303 p->_02 = (fx32)(((fx64)det * tmp02) >> FX32_SHIFT); in MTX_Inverse43()