Searched refs:min_ (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/ |
| H A D | clamp.hpp | 9 T clamp(T value, T min_, T max_) { in clamp() argument 10 return max(min_, min(max_, value)); in clamp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | range.hpp | 10 constexpr Range(T min_, T max_) in Range() argument 11 : min(std::move(min_)), max(std::move(max_)) {} in Range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | box.hpp | 13 constexpr box(point_type const& min_, point_type const& max_) in box() 14 : min(min_), max(max_) in box()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/ |
| H A D | repeat.hpp | 102 finite_iterator(T const min_, T const max_) in finite_iterator() 103 : min BOOST_PREVENT_MACRO_SUBSTITUTION (min_) in finite_iterator() 122 infinite_iterator(T const min_) in infinite_iterator() 123 : min BOOST_PREVENT_MACRO_SUBSTITUTION (min_) {} in infinite_iterator()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | mt2063.c | 75 u32 min_; member 358 s32 min_; member 452 if ((pNode != NULL) && (pNode->min_ < f_max)) { in MT2063_AddExclZone() 454 if (f_min < pNode->min_) in MT2063_AddExclZone() 455 pNode->min_ = f_min; in MT2063_AddExclZone() 460 pNode->min_ = f_min; in MT2063_AddExclZone() 466 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone() 608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF() 614 if ((pNode->min_ < f_Desired) && (pNode->max_ > f_Desired)) in MT2063_ChooseFirstIF() 625 zones[j].min_ = tmpMin; in MT2063_ChooseFirstIF() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | local_counted_base.hpp | 39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enumerator
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | RKNNToolKit2_OP_Support-1.5.0.md | 297 | aten::min_ | Not supported |
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 394 | aten::min_ | Not supported …
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 394 | aten::min_ | Not supported …
|