Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/fx/common/src/
Dfx_mtx44.c576 fx32 one_tan; in MTX_PerspectiveW() local
588 one_tan = FX_Div((fx32)fovyCos, (fx32)fovySin); in MTX_PerspectiveW()
592 one_tan = (one_tan * scaleW) / FX32_ONE; in MTX_PerspectiveW()
598 mtx->_11 = one_tan; in MTX_PerspectiveW()
608 FX_DivAsyncImm(one_tan, aspect); in MTX_PerspectiveW()