Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/cp/
Dsqrt.h131 static inline s32 CP_IsSqrtBusy(void) in CP_IsSqrtBusy() function
147 while (CP_IsSqrtBusy()) in CP_WaitSqrt()
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_cp.c111 SDK_ASSERT(!CP_IsSqrtBusy()); in FX_Sqrt()
222 SDK_ASSERT(!CP_IsSqrtBusy()); in FX_SqrtAsync()
247 SDK_ASSERT(!CP_IsSqrtBusy()); in FX_SqrtAsyncImm()
Dfx_vec.c246 SDK_ASSERT(!CP_IsSqrtBusy()); in VEC_Mag()
275 SDK_ASSERT(!CP_IsSqrtBusy()); in VEC_Fx16Mag()
306 SDK_ASSERT(!CP_IsDivBusy() && !CP_IsSqrtBusy()); in VEC_Normalize()
345 SDK_ASSERT(!CP_IsDivBusy() && !CP_IsSqrtBusy()); in VEC_Fx16Normalize()