Home
last modified time | relevance | path

Searched refs:lat_min (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.hpp199 CoordinateType& lat_min, in get_min_max_latitudes() argument
204 lat_min = Constants::min_latitude(); in get_min_max_latitudes()
209 lat_min = Constants::min_latitude(); in get_min_max_latitudes()
215 lat_min in get_min_max_latitudes()
224 lat_min = geometry::get<1>(*min_max_latitudes.first); in get_min_max_latitudes()
271 coordinate_type lon_min, lat_min, lon_max, lat_max; in apply() local
277 lat_min = has_south_pole in apply()
290 lat_min = has_south_pole in apply()
309 lat_min, in apply()
323 geometry::set<min_corner, 1>(helper_mbr, lat_min); in apply()
H A Dsegment.hpp166 CalculationType const lat_min in compute_box_corners() local
169 if (lat1 > lat_min) in compute_box_corners()
171 lat1 = lat_min; in compute_box_corners()
H A Drange_of_boxes.hpp272 coordinate_type lat_min = geometry::get<min_corner, 1>(*it); in apply() local
274 if (math::equals(lat_min, constants::max_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.hpp152 CoordinateInType& lat_min, in apply_to_coordinates() argument
163 lat_min, in apply_to_coordinates()
189 in_coordinate_type lat_min = geometry::get<min_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.hpp125 return_type const lat_min = geometry::get_as_radian<1>(bottom_left); in apply() local
150 else if (plat < lat_min) in apply()
155 >::apply(m_ps_strategy, radius() * (lat_min - plat)); 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.c324 ktime_to_us(hba->monitor.lat_min[READ])); in read_req_latency_min_show()
391 ktime_to_us(hba->monitor.lat_min[WRITE])); in write_req_latency_min_show()
H A Dufshcd.h715 ktime_t lat_min[2]; member
H A Dufshcd.c2074 if (m->lat_min[dir] > lat || !m->lat_min[dir]) in ufshcd_update_monitor()
2075 m->lat_min[dir] = lat; in ufshcd_update_monitor()