Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/cp/
Dcontext.h38 u64 sqrt; member
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_vec.c302 s32 sqrt; in VEC_Normalize() local
318 sqrt = (s32)CP_GetSqrtResult32(); // in s18.13 format in VEC_Normalize()
321 t = t * sqrt; // in s18.45 format in VEC_Normalize()
341 s32 sqrt; in VEC_Fx16Normalize() local
355 sqrt = (s32)CP_GetSqrtResult32(); // in s18.13 format in VEC_Fx16Normalize()
358 t = t * sqrt; // in s18.45 format in VEC_Fx16Normalize()
/TwlSDK-5.1.0/build/libraries/cp/common/src/
Dcp_context.c78 add r0, r0, #CPContext.sqrt in CPi_RestoreContext()
/TwlSDK-5.1.0/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_()