Searched refs:s1_x (Results 1 – 3 of 3) sorted by relevance
60 T2 s1_x, s1_y, s2_x, s2_y; in get_edge_intersection() local61 s1_x = p1_x - p0_x; 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()70 pt.x = p0_x + (t * s1_x); in get_edge_intersection()
1466 dm_info->iqk.result.s1_x = result[final_candidate][IQK_S1_TX_X]; in rtw8723d_phy_calibration()1673 iqk_result_x = dm_info->iqk.result.s1_x; in rtw8723d_set_iqk_matrix_by_result()
1450 u32 s1_x; member