Searched refs:vd2 (Results 1 – 1 of 1) sorted by relevance
655 double vd2 = (double)FX_FX32_TO_F32(vf2); in Binary_operator_test_() local659 OutDetail("v1 = %.10f, v2 = %.10f\n", vd1, vd2); in Binary_operator_test_()662 diff = fabs(FX2D(FX_Mul(vf1, vf2)) - vd1 * vd2); in Binary_operator_test_()666 diff = fabs(FX2D(FX_Div(vf1, vf2)) - vd1 / vd2); in Binary_operator_test_()670 diff = fabs(FX2D(FX_Mul32x64c(vf1, FX_FX32_TO_FX64C(vf2))) - vd1 * vd2); in Binary_operator_test_()674 diff = fabs(FX64C2D(FX_DivFx64c(vf1, vf2)) - vd1 / vd2); in Binary_operator_test_()