Searched refs:s1_y (Results 1 – 3 of 3) sorted by relevance
60 T2 s1_x, s1_y, s2_x, s2_y; in get_edge_intersection() local62 s1_y = p1_y - p0_y; in get_edge_intersection()66 T2 s = (-s1_y * (p0_x - p2_x) + s1_x * (p0_y - p2_y)) / (-s2_x * s1_y + s1_x * s2_y); in get_edge_intersection()67 T2 t = (s2_x * (p0_y - p2_y) - s2_y * (p0_x - p2_x)) / (-s2_x * s1_y + s1_x * s2_y); in get_edge_intersection()71 pt.y = p0_y + (t * s1_y); in get_edge_intersection()
1467 dm_info->iqk.result.s1_y = result[final_candidate][IQK_S1_TX_Y]; in rtw8723d_phy_calibration()1674 iqk_result_y = dm_info->iqk.result.s1_y; in rtw8723d_set_iqk_matrix_by_result()
1451 u32 s1_y; member