Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/cp/
Dcontext.h38 u64 sqrt; member
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_vec.c303 s32 sqrt; in VEC_Normalize() local
319 sqrt = (s32)CP_GetSqrtResult32(); // in s18.13 format in VEC_Normalize()
322 t = t * sqrt; // in s18.45 format in VEC_Normalize()
343 s32 sqrt; in VEC_Fx16Normalize() local
357 sqrt = (s32)CP_GetSqrtResult32(); // in s18.13 format in VEC_Fx16Normalize()
360 t = t * sqrt; // in s18.45 format in VEC_Fx16Normalize()
/TwlSDK-5.4/build/libraries/cp/common/src/
Dcp_context.c78 add r0, r0, #CPContext.sqrt in CPi_RestoreContext()
/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_vec.c294 return sqrt(pSrcD.x * pSrcD.x + pSrcD.y * pSrcD.y + pSrcD.z * pSrcD.z); in VEC_Mag_d_()
630 diff = fabs(FX2D(FX_Sqrt(vf1)) - sqrt(vd1)); in Unary_operator_test_()
634 diff = fabs(FX2D(FX_InvSqrt(vf1)) - 1.0 / sqrt(vd1)); in Unary_operator_test_()