Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp939 CT t_cand2 = result.t2; in converge_07() local
944 t_cand2 = (std::max)(result.t1, result.t2); in converge_07()
949 t_cand2 = (std::min)(result.t1, result.t2); in converge_07()
953 t_direction = t_cand1 < t_cand2 ? -1 : 1; in converge_07()
976 else if (t_cand1 != t_cand2) in converge_07()
989 if (t_cand1 != t_cand2) in converge_07()
1005 if (converge_07_update(t2, beta2, t_cand2)) in converge_07()