Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_cp.c79 FX_InvAsync(denom); in FX_Inv()
95 FX_InvAsync(denom); in FX_InvFx64c()
142 FX_InvAsync(x); in FX_InvSqrt()
199 void FX_InvAsync(fx32 denom) in FX_InvAsync() function
Dfx_mtx22.c144 FX_InvAsync(det); in MTX_Inverse22()
Dfx_mtx44.c516 FX_InvAsync(r - l); in MTX_FrustumW()
647 FX_InvAsync(r - l); in MTX_OrthoW()
Dfx_mtx33.c312 FX_InvAsync(det); in MTX_Inverse33()
Dfx_mtx43.c293 FX_InvAsync(det); in MTX_Inverse43()
/TwlSDK-5.1.0/include/nitro/fx/
Dfx_cp.h53 void FX_InvAsync(fx32 denom);
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dmain.c223 FX_InvAsync(FX32_ONE + (FX32_ONE >> 1)); in test_FX_CP()