Home
last modified time | relevance | path

Searched refs:s1_x (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dintersect_util.hpp60 T2 s1_x, s1_y, s2_x, s2_y; in get_edge_intersection() local
61 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c1466 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()
H A Dmain.h1450 u32 s1_x; member