Lines Matching refs:y3
434 int y5, y3, tmp; in create_pa_curve() local
653 y3 = (alpha * tmp) >> order2_3x; in create_pa_curve()
654 y3 = (y3 * tmp) >> order2_3x; in create_pa_curve()
655 y3 = (y3 * tmp) >> order2_3x; in create_pa_curve()
656 y3 = y3 >> order2_3x_rem; in create_pa_curve()
657 PA_in[i] = y5 + y3 + (256 * tmp) / G_fxp; in create_pa_curve()
720 y3 = (alpha * tmp - in create_pa_curve()
723 y3 = (alpha * tmp + in create_pa_curve()
725 y3 = (y3 * tmp) / (1 << order2_3x); in create_pa_curve()
726 y3 = (y3 * tmp) / (1 << order2_3x); in create_pa_curve()
727 y3 = y3 / (1 << order2_3x_rem); in create_pa_curve()
732 PA_angle = y5 + y3; in create_pa_curve()