Home
last modified time | relevance | path

Searched refs:tmp12 (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
317 tmp12 = (fx32)(((fx64)pSrc->_00 * pSrc->_12 - (fx64)pSrc->_10 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
326 p->_12 = -(fx32)(((fx64)det * tmp12) >> FX32_SHIFT); in MTX_Inverse33()
Dfx_mtx43.c261 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse43() local
298 tmp12 = (fx32)(((fx64)pSrc->_00 * pSrc->_12 - (fx64)pSrc->_10 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
307 p->_12 = -(fx32)(((fx64)det * tmp12) >> FX32_SHIFT); in MTX_Inverse43()