Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c183 typedef double (*BINARY_FUNC_PTR) (f32 lhs, f32 rhs);
186 static double getErrorBtweenFx32AnbF32_Multiple(f32 lhs, f32 rhs) in getErrorBtweenFx32AnbF32_Multiple() argument
190 fx32 fxr = FX_F32_TO_FX32(rhs); in getErrorBtweenFx32AnbF32_Multiple()
194 errorVal = fabs((double)lhs * (double)rhs - (FX_FX32_TO_F32(fxResult))); in getErrorBtweenFx32AnbF32_Multiple()