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 D | multipoint.hpp | 200 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 D | segment.hpp | 178 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 D | range_of_boxes.hpp | 273 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 D | normalize.hpp | 154 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 D | distance_cross_track_point_box.hpp | 127 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 D | ufs-sysfs.c | 314 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 D | ufshcd.h | 714 ktime_t lat_max[2]; member
|
| H A D | ufshcd.c | 2072 if (m->lat_max[dir] < lat || !m->lat_max[dir]) in ufshcd_update_monitor() 2073 m->lat_max[dir] = lat; in ufshcd_update_monitor()
|