Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddisjoint_segment_box.hpp54 RelativeDistance& ti_min, in apply()
87 ti_min = c_b_min - c_p0; in apply()
93 ti_min = c_p0 - c_b_max; in apply()
117 RelativeDistance ti_min, ti_max, diff; in apply() local
119 compute_tmin_tmax_per_dim<I>::apply(p0, p1, box, ti_min, ti_max, diff); in apply()
127 && t_max.first < ti_min) in apply()
129 (math::sign(ti_min) * math::sign(ti_max) > 0) ) in apply()
139 || t_max_x_diff < ti_min * t_max.second ) in apply()
144 if ( ti_min * t_min.second > t_min_x_diff ) in apply()
146 t_min.first = ti_min; in apply()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dwhets.c1013 q = 60.0 * (SPDP)(tnow.ti_min); in dtime()