| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | point_in_box.hpp | 39 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply() 41 return value > min_value && value < max_value; in apply() 48 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply() 50 return value >= min_value && value <= max_value; in apply() 72 static inline bool apply(CalcT const& diff_min, CalcT const& min_value, CalcT const& max_value) in apply() 76 && (min_value + diff_min < max_value in apply() 84 static inline bool apply(CalcT const& diff_min, CalcT const& min_value, CalcT const& max_value) in apply() 86 return min_value + diff_min <= max_value in apply() 98 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply() 107 if (CoordCheck::apply(value, min_value, max_value)) in apply() [all …]
|
| /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 | initialize.hpp | 36 CoordinateType max_value) in apply() 39 geometry::set<max_corner, Dimension>(box, max_value); in apply() 44 >::apply(box, min_value, max_value); in apply() 71 coordinate_type max_value in apply() 77 >::apply(box, min_value, max_value); in apply()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/ |
| H A D | rk_aiq_types_amerge_algo_prvt.h | 64 #define LIMIT_VALUE(value,max_value,min_value) (value > max_value? max_value : value < min_val… argument 65 #define LIMIT_VALUE_UNSIGNED(value, max_value) (value > max_value ? max_value : value) argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | lwt_len_hist_user.c | 33 uint64_t values[nr_cpus], sum, max_value = 0, data[MAX_INDEX] = {}; in main() local 61 if (sum > max_value) in main() 62 max_value = sum; in main() 68 stars(starstr, data[i - 1], max_value, MAX_STARS); in main()
|
| H A D | tracex2_user.c | 52 long max_value = 0; in print_hist_for_pid() local 68 if (value > max_value) in print_hist_for_pid() 69 max_value = value; in print_hist_for_pid() 76 stars(starstr, data[i - 1], max_value, MAX_STARS); in print_hist_for_pid()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adegamma/ |
| H A D | rk_aiq_types_adegamma_algo_prvt.h | 27 #define DEGAMMA_LIMIT_VALUE(value,max_value,min_value) (value > max_value? max_value : value <… argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/ |
| H A D | rk_aiq_types_adpcc_algo_prvt.h | 30 #define LIMIT_VALUE(value,max_value,min_value) (value > max_value? max_value : value < min_val… argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | next_capacity.hpp | 45 const SizeType additional = max_value(n, capacity); in get() 63 return capacity + max_value(3*(capacity+1)/5, n); in get() 66 return capacity + max_value((capacity+1)/2, n); in get()
|
| H A D | min_max.hpp | 26 const T &max_value(const T &a, const T &b) in max_value() function
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/ |
| H A D | jz4725b_bch.c | 75 u32 reg, max_value; in jz4725b_bch_reset() local 96 max_value = BCH_BHCNT_ENC_COUNT_MASK >> BCH_BHCNT_ENC_COUNT_SHIFT; in jz4725b_bch_reset() 97 if (params->size > max_value) in jz4725b_bch_reset() 100 max_value = BCH_BHCNT_DEC_COUNT_MASK >> BCH_BHCNT_DEC_COUNT_SHIFT; in jz4725b_bch_reset() 101 if (params->size + params->bytes > max_value) in jz4725b_bch_reset()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | getevents.c | 281 dce->valuators[i].max = slave->valuator->axes[i].max_value; in CreateClassesChangedEvent() 305 if (from && from->min_value < from->max_value) { in rescaleValuatorAxis() 307 fmax = from->max_value + 1; in rescaleValuatorAxis() 309 if (to && to->min_value < to->max_value) { in rescaleValuatorAxis() 311 tmax = to->max_value + 1; in rescaleValuatorAxis() 461 memcpy(&from.max_value, icbuf++, sizeof(INT32)); in GetMotionHistory() 466 to->max_value = pScreen->width; in GetMotionHistory() 475 memcpy(&from.max_value, icbuf++, sizeof(INT32)); in GetMotionHistory() 478 to->max_value = pScreen->height; in GetMotionHistory() 495 memcpy(&from.max_value, icbuf++, sizeof(INT32)); in GetMotionHistory() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-spi-byte.c | 42 u8 max_value; member 55 .max_value = 0x3F, 107 led->ldev.max_brightness = led->cdef->max_value - led->cdef->off_value; in spi_byte_probe()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | fscounters.c | 263 int64_t min_value, max_value; in xchk_fscount_within_range() local 278 max_value = max(old_value, curr_value); in xchk_fscount_within_range() 281 if (expected >= min_value && expected <= max_value) in xchk_fscount_within_range() 294 if (max_value - min_value >= XCHK_FSCOUNT_MIN_VARIANCE) { in xchk_fscount_within_range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | next.hpp | 183 return -tools::max_value<T>(); in float_next_imp() 189 if(val >= tools::max_value<T>()) in float_next_imp() 230 return -tools::max_value<T>(); in float_next_imp() 236 if(val >= tools::max_value<T>()) in float_next_imp() 286 if(val >= tools::max_value<double>()) 289 return ::_nextafter(val, tools::max_value<double>()); 313 return tools::max_value<T>(); in float_prior_imp() 319 if(val <= -tools::max_value<T>()) in float_prior_imp() 361 return tools::max_value<T>(); in float_prior_imp() 367 if(val <= -tools::max_value<T>()) in float_prior_imp() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | sandbox.c | 115 int max_value; in out_set_value() local 123 max_value = range[dev->driver_data - 1].max; in out_set_value() 124 if (value > max_value) { in out_set_value() 126 dev->name, dev->driver_data, max_value); in out_set_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis900.c | 1240 u16 reg14h, eq_value=0, max_value=0, min_value=0; in sis630_set_eq() local 1255 max_value=min_value=eq_value; in sis630_set_eq() 1256 max_value = (eq_value > max_value) ? in sis630_set_eq() 1257 eq_value : max_value; in sis630_set_eq() 1264 if (max_value < 5) in sis630_set_eq() 1265 eq_value = max_value; in sis630_set_eq() 1266 else if (max_value >= 5 && max_value < 15) in sis630_set_eq() 1267 eq_value = (max_value == min_value) ? in sis630_set_eq() 1268 max_value+2 : max_value+1; in sis630_set_eq() 1269 else if (max_value >= 15) in sis630_set_eq() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 269 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 281 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 292 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 304 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 316 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 329 …_limits<T>::has_infinity ? std::numeric_limits<T>::infinity() : boost::math::tools::max_value<T>(); in raise_overflow_error() 545 return val > 0 ? boost::math::tools::max_value<T>() : -boost::math::tools::max_value<T>(); in raise_rounding_error() 704 if(fabs(val) > tools::max_value<R>()) in check_overflow()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 197 struct fixed31_32 max_value) in dc_fixpt_clamp() argument 201 else if (dc_fixpt_le(max_value, arg)) in dc_fixpt_clamp() 202 return max_value; in dc_fixpt_clamp()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_agamma_module.cpp | 21 #define LIMIT_VALUE(value,max_value,min_value) (value > max_value? max_value : value < min_val… argument
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | listdev.c | 254 a2->max_value = a->max_value; in CopySwapValuatorClass() 258 swapl(&a2->max_value); in CopySwapValuatorClass()
|
| H A D | getfctl.c | 157 i2->max_value = i->ctrl.max_value; in CopySwapIntegerFeedback() 162 swapl(&i2->max_value); in CopySwapIntegerFeedback()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | navi10_ppt.c | 949 uint32_t min_value, max_value; in navi10_print_clk_levels() local 1065 NULL, &max_value); in navi10_print_clk_levels() 1067 min_value, max_value); in navi10_print_clk_levels() 1072 &min_value, &max_value); in navi10_print_clk_levels() 1074 min_value, max_value); in navi10_print_clk_levels() 1079 &min_value, &max_value); in navi10_print_clk_levels() 1081 min_value, max_value); in navi10_print_clk_levels() 1083 &min_value, &max_value); in navi10_print_clk_levels() 1085 min_value, max_value); in navi10_print_clk_levels() 1087 &min_value, &max_value); in navi10_print_clk_levels() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | lv5207lp.h | 12 unsigned int max_value; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | precision.hpp | 57 inline BOOST_MATH_CONSTEXPR T max_value(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_MATH_NOEXCEPT(… in max_value() function 133 static const T m = boost::math::tools::max_value<T>(); in log_max_value() 136 static const T val = log(boost::math::tools::max_value<T>()); in log_max_value()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | correct.hpp | 84 coordinate_type max_value = get<min_corner, Dimension>(box); in apply() local 87 set<max_corner, Dimension>(box, max_value); in apply()
|