Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_cp.h39 fx64c FX_DivFx64c(fx32 numer, fx32 denom);
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_cp.c62 fx64c FX_DivFx64c(fx32 numer, fx32 denom) in FX_DivFx64c() function
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_vec.c674 diff = fabs(FX64C2D(FX_DivFx64c(vf1, vf2)) - vd1 / vd2); in Binary_operator_test_()