Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dmultipoint.hpp200 CoordinateType& lat_max) in get_min_max_latitudes() argument
205 lat_max = Constants::max_latitude(); in get_min_max_latitudes()
210 lat_max in get_min_max_latitudes()
217 lat_max = Constants::max_latitude(); in get_min_max_latitudes()
225 lat_max = geometry::get<1>(*min_max_latitudes.second); in get_min_max_latitudes()
271 coordinate_type lon_min, lat_min, lon_max, lat_max; in apply() local
280 lat_max = has_north_pole in apply()
293 lat_max = (has_north_pole) in apply()
310 lat_max); in apply()
325 geometry::set<max_corner, 1>(helper_mbr, lat_max); in apply()
H A Dsegment.hpp178 CalculationType const lat_max in compute_box_corners() local
181 if (lat2 < lat_max) in compute_box_corners()
183 lat2 = lat_max; in compute_box_corners()
H A Drange_of_boxes.hpp273 coordinate_type lat_max = geometry::get<max_corner, 1>(*it); in apply() local
275 || math::equals(lat_max, constants::min_latitude())) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dnormalize.hpp154 CoordinateInType& lat_max, in apply_to_coordinates() argument
175 lat_max, in apply_to_coordinates()
191 in_coordinate_type lat_max = geometry::get<max_corner, 1>(box_in); in apply() local
197 >(lon_min, lat_min, lon_max, lat_max); in apply()
203 >(lon_min, lat_min, lon_max, lat_max, box_in, box_out); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track_point_box.hpp127 return_type const lat_max = geometry::get_as_radian<1>(top_right); in apply() local
143 if (plat > lat_max) in apply()
148 >::apply(m_ps_strategy, radius() * (plat - lat_max)); in apply()
159 BOOST_GEOMETRY_ASSERT(plat >= lat_min && plat <= lat_max); in apply()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-sysfs.c314 ktime_to_us(hba->monitor.lat_max[READ])); in read_req_latency_max_show()
381 ktime_to_us(hba->monitor.lat_max[WRITE])); in write_req_latency_max_show()
H A Dufshcd.h714 ktime_t lat_max[2]; member
H A Dufshcd.c2072 if (m->lat_max[dir] < lat || !m->lat_max[dir]) in ufshcd_update_monitor()
2073 m->lat_max[dir] = lat; in ufshcd_update_monitor()