Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 1620) sorted by relevance

12345678910>>...65

/third_party/boost/libs/container/test/
Dalloc_full_test.cpp52 for(int j = 0, max = (int)buffers.size() in test_allocation() local
70 for(int j = 0, max = (int)buffers.size() in test_allocation() local
110 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink() local
140 for(int j = 0, max = (int)buffers.size() in test_allocation_shrink() local
169 for(int i = 0, max = (int)buffers.size() in test_allocation_expand() local
190 for(int j = 0, max = (int)buffers.size() in test_allocation_expand() local
226 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
246 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
265 for(int j = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
296 for(int i = 0, max = (int)buffers.size() in test_allocation_deallocation_expand() local
[all …]
Dsmall_vector_test.cpp97 for(std::size_t i = 0, max = v.capacity()+1; i != max; ++i){ in test_swap() local
109 for(std::size_t i = 0, max = v.capacity()-1; i != max; ++i){ in test_swap() local
121 for(std::size_t i = 0, max = v.capacity()-1; i != max; ++i){ in test_swap() local
125 for(std::size_t i = 0, max = v.capacity()/2; i != max; ++i){ in test_swap() local
136 for(std::size_t i = 0, max = v.capacity()+1; i != max; ++i){ in test_swap() local
140 for(std::size_t i = 0, max = v.capacity()*2; i != max; ++i){ in test_swap() local
/third_party/boost/libs/interprocess/test/
Dmemory_algorithm_test_template.hpp50 for(int j = 0, max = (int)buffers.size() in test_allocation() local
68 for(int j = 0, max = (int)buffers.size() in test_allocation() local
106 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink() local
125 for(int j = 0, max = (int)buffers.size() in test_allocation_shrink() local
155 for(int i = 0, max = (int)buffers.size() in test_allocation_expand() local
178 for(int j = 0, max = (int)buffers.size() in test_allocation_expand() local
216 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
235 for(int i = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
254 for(int j = 0, max = (int)buffers.size() in test_allocation_shrink_and_expand() local
286 for(int i = 0, max = (int)buffers.size() in test_allocation_deallocation_expand() local
[all …]
Dnamed_allocation_test_template.hpp87 for(int j = 0, max = (int)buffers.size() in test_names_and_types() local
159 for(int j = 0, max = (int)buffers.size() in test_named_iterators() local
198 for(int j = 0, max = (int)buffers.size() in test_shrink_to_fit() local
240 for(int j = 0, max = (int)buffers.size() in test_direct_named_allocation_destruction() local
318 for(int j = 0, max = (int)buffers.size() in test_named_allocation_mixed_destruction() local
359 for(unsigned int j = 0, max = (unsigned int)buffers.size() in test_inverse_named_allocation_destruction() local
/third_party/node/deps/npm/node_modules/columnify/
Dutils.js26 function padRight(str, max, chr) { argument
44 function padCenter(str, max, chr) { argument
64 function padLeft(str, max, chr) { argument
81 function splitIntoLines(str, max) { argument
82 function _splitIntoLines(str, max) { argument
111 function splitLongWords(str, max, truncationChar) { argument
163 function truncateString(str, max) { argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DComputeValidationTests.cpp60 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
66 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
72 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
78 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
84 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
/third_party/boost/boost/multiprecision/detail/
Dmin_max.hpp67 …::detail::is_backend<Backend>::value, const number<Backend, et_on>&>::type(max)(const number<Backe… in type() argument
72 …::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type(max)(const number<Backe… in type() argument
80 …::detail::is_backend<Backend>::value, const number<Backend, et_on> >::type(max)(const detail::expr… in type() argument
88 inline typename detail::expression<tag, A1, A2, A3, A4>::result_type(max)(const detail::expression<… in result_type() argument
96 inline typename detail::expression<tag, A1, A2, A3, A4>::result_type(max)(const detail::expression<… in result_type() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextended_min_max.inl74 GLM_FUNC_QUALIFIER T max( function
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
117 GLM_FUNC_QUALIFIER C<T> max function
129 GLM_FUNC_QUALIFIER C<T> max function
/third_party/boost/boost/accumulators/statistics/
Dmax.hpp69 struct max struct
74 typedef accumulators::impl::max_impl<mpl::_1> impl;
83 extractor<tag::max> const max = {}; variable
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.h103 #define CHECK_ALLOWED_MAX(val, max) { \ argument
111 #define CHECK_ALLOWED(val, min, max) { \ argument
154 #define READ_UE_ALLOWED(nr, val, min, max) { \ argument
161 #define READ_UE_MAX(nr, val, max) { \ argument
175 #define READ_SE_ALLOWED(nr, val, min, max) { \ argument
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp34 inline T constexpr max(T a, T b) in max() function
46 inline constexpr T max(T a, T b, T c) in max() function
58 inline constexpr T max(T a, T b, T c, T d) in max() function
178 inline float clamp_s(float x, float min, float max) in clamp_s()
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
297 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in scast() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
D2-1.c45 int max = TIMER_MAX; in main() local
47 int max = 256; in main() local
/third_party/boost/boost/math/tools/
Droots.hpp97const T& max) BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && noexcept(std::declval<F>()(std::declval<… in handle_zero_derivative()
143 std::pair<T, T> bisect(F f, T min, T max, Tol tol, boost::uintmax_t& max_iter, const Policy& pol) B… in bisect()
222 inline std::pair<T, T> bisect(F f, T min, T max, Tol tol, boost::uintmax_t& max_iter) BOOST_NOEXCE… in bisect()
228 inline std::pair<T, T> bisect(F f, T min, T max, Tol tol) BOOST_NOEXCEPT_IF(policies::is_noexcept_e… in bisect()
236 T newton_raphson_iterate(F f, T guess, T min, T max, int digits, boost::uintmax_t& max_iter) BOOST_… in newton_raphson_iterate()
366 inline T newton_raphson_iterate(F f, T guess, T min, T max, int digits) BOOST_NOEXCEPT_IF(policies:… in newton_raphson_iterate()
402 …T bracket_root_towards_max(F f, T guess, const T& f0, T& min, T& max, boost::uintmax_t& count) BOO… in bracket_root_towards_max()
457 …T bracket_root_towards_min(F f, T guess, const T& f0, T& min, T& max, boost::uintmax_t& count) BOO… in bracket_root_towards_min()
513 …T second_order_root_finder(F f, T guess, T min, T max, int digits, boost::uintmax_t& max_iter) BOO… in second_order_root_finder()
708 T halley_iterate(F f, T guess, T min, T max, int digits, boost::uintmax_t& max_iter) BOOST_NOEXCEPT… in halley_iterate()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dcommon.c16 randomInt(int min, int max) in randomInt()
26 randomFloat(float min, float max) in randomFloat()
/third_party/boost/libs/container/bench/
Dbench_set.hpp68 for(std::size_t i = 0, max = sorted_unique_range_int.size(); i != max; ++i){ in fill_range_ints() local
100 for(std::size_t i = 0, max = sorted_unique_range_string.size(); i != max; ++i){ in fill_range_strings() local
264 for(std::size_t i = 0, max = iterators.size(); i != max; ++i){ in check_not_end() local
274 for(std::size_t i = 0, max = iterator_pairs.size(); i != max; ++i){ in check_all_not_empty() local
299 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time() local
311 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time() local
323 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time() local
335 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time() local
348 for(std::size_t j = 0, max = unique_range.size(); j != max; ++j){ in search_time() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp34 inline T max(T a, T b) in max() function
46 inline T max(T a, T b, T c) in max() function
58 inline T max(T a, T b, T c, T d) in max() function
210 inline float clamp_s(float x, float min, float max) in clamp_s()
256 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
277 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
308 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
329 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in scast() local
/third_party/flutter/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp33 int count, unsigned max) { in can_truncate_to_fixed_for_decal()
134 static unsigned extract_low_bits_repeat_mirror(SkFixed fx, int max) { in extract_low_bits_repeat_mirror()
147 auto pack = [](SkFixed f, unsigned max, SkFixed one) { in filter_scale()
193 static unsigned clamp(SkFixed fx, int max) { in clamp()
196 static unsigned repeat(SkFixed fx, int max) { in repeat()
200 static unsigned mirror(SkFixed fx, int max) { in mirror()
306 static inline int16x8_t clamp8(int32x4_t low, int32x4_t high, unsigned max) { in clamp8()
319 static inline int32x4_t clamp4(int32x4_t f, unsigned max) { in clamp4()
345 static inline int16x8_t repeat8(int32x4_t low, int32x4_t high, unsigned max) { in repeat8()
362 static inline int32x4_t repeat4(int32x4_t f, unsigned max) { in repeat4()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h93 result_type(max)() const { return max_; } in result_type() argument
127 : param_(min, max, base) {} in param_() argument
146 result_type(max)() const { return (param_.max)(); } in result_type() argument
241 stream_type max; variable
/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h90 result_type(max)() const { return max_; } in result_type() argument
124 : param_(min, max, base) {} in param_() argument
143 result_type(max)() const { return (param_.max)(); } in result_type() argument
238 stream_type max; variable
/third_party/re2/re2/testing/
Dpossible_match_test.cc33 const char* max; member
113 std::string min, max; in TEST() local
135 std::string min, max; in TEST() local
209 std::string min, max; in HandleRegexp() local
/third_party/ltp/testcases/lib/
Dtst_random.c27 static long rand_range(long min, long max) in rand_range()
35 long min = 0, max = 0; in main() local
/third_party/node/lib/internal/
Dbuffer.js57 function checkInt(value, min, max, buf, offset, byteLength) { argument
577 function writeBigU_Int64LE(buf, value, offset, min, max) { argument
603 function writeBigU_Int64BE(buf, value, offset, min, max) { argument
656 function writeU_Int48LE(buf, value, offset, min, max) { argument
673 function writeU_Int40LE(buf, value, offset, min, max) { argument
689 function writeU_Int32LE(buf, value, offset, min, max) { argument
707 function writeU_Int24LE(buf, value, offset, min, max) { argument
719 function writeU_Int16LE(buf, value, offset, min, max) { argument
732 function writeU_Int8(buf, value, offset, min, max) { argument
767 function writeU_Int48BE(buf, value, offset, min, max) { argument
[all …]
/third_party/ffmpeg/libavcodec/
Daudiodsp.c37 float *min, float *max, int len) in vector_clipf_c_opposite_sign()
59 float min, float max) in vector_clipf_c()
91 int32_t max, unsigned int len) in vector_clip_int32_c()
/third_party/boost/libs/container/src/
Dpool_resource.cpp78 for(std::size_t i = 0, max = blocks_per_chunk; i != max; ++i){ in replenish() local
105 void pool_resource::priv_limit_option(std::size_t &val, std::size_t min, std::size_t max) //static in priv_limit_option()
152 for(std::size_t i = 0, max = num_pools; i != max; ++i){ in priv_init_pools() local
183 for(std::size_t i = 0, max = m_pool_count; i != max; ++i){ in ~pool_resource() local
194 for(std::size_t i = 0, max = m_pool_count; i != max; ++i) in release() local
/third_party/boost/boost/numeric/odeint/external/vexcl/
Dvexcl_norm_inf.hpp40 const auto &max = vex::get_reductor<T, vex::MAX>(x.queue_list()); in operator ()() local
52 const auto &max = vex::get_reductor<T, vex::MAX>(x.queue_list()); in operator ()() local

12345678910>>...65