Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp116 const double s32_x = p3_x - p2_x; in get_line_intersection() local
119 const double denom = s10_x * s32_y - s32_x * s10_y; in get_line_intersection()
130 const double t_numer = s32_x * s02_y - s32_y * s02_x; in get_line_intersection()