Searched refs:rhs (Results 1 – 1 of 1) sorted by relevance
183 typedef double (*BINARY_FUNC_PTR) (f32 lhs, f32 rhs);186 static double getErrorBtweenFx32AnbF32_Multiple(f32 lhs, f32 rhs) in getErrorBtweenFx32AnbF32_Multiple() argument190 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()