| /third_party/boost/libs/container/test/ |
| D | alloc_full_test.cpp | 52 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 …]
|
| D | small_vector_test.cpp | 97 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/ |
| D | memory_algorithm_test_template.hpp | 50 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 …]
|
| /third_party/node/deps/npm/node_modules/columnify/ |
| D | utils.js | 26 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/boost/boost/multiprecision/detail/ |
| D | min_max.hpp | 67 …::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/dawn/src/tests/unittests/validation/ |
| D | ComputeValidationTests.cpp | 60 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/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | extended_min_max.inl | 74 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/flatbuffers/swift/Sources/FlatBuffers/ |
| D | Int+extension.swift | 30 let max = UInt32(Int.max) variable 32 let max = UInt32.max variable
|
| /third_party/boost/boost/accumulators/statistics/ |
| D | max.hpp | 69 struct max struct 74 typedef accumulators::impl::max_impl<mpl::_1> impl; 83 extractor<tag::max> const max = {}; variable
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Math.hpp | 34 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/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
| D | nalutils.h | 113 #define CHECK_ALLOWED_MAX_WITH_DEBUG(dbg, val, max) { \ argument 120 #define CHECK_ALLOWED_MAX(val, max) \ argument 123 #define CHECK_ALLOWED_WITH_DEBUG(dbg, val, min, max) { \ argument 130 #define CHECK_ALLOWED(val, min, max) \ argument 168 #define READ_UE_ALLOWED(nr, val, min, max) { \ argument 175 #define READ_UE_MAX(nr, val, max) { \ argument 189 #define READ_SE_ALLOWED(nr, val, min, max) { \ argument
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
| D | 2-1.c | 45 int max = TIMER_MAX; in main() local 47 int max = 256; in main() local
|
| /third_party/boost/boost/math/tools/ |
| D | roots.hpp | 97 …const 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/ |
| D | common.c | 16 randomInt(int min, int max) in randomInt() 26 randomFloat(float min, float max) in randomFloat()
|
| /third_party/boost/libs/container/bench/ |
| D | bench_set.hpp | 68 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/mindspore/mindspore/core/ops/ |
| D | clip.cc | 24 void Clip::Init(const float max, const float min) { in Init() 29 void Clip::set_max(const float max) { (void)this->AddAttr(kMax, MakeValue(max)); } in set_max()
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Math.hpp | 34 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/vk-gl-cts/framework/randomshaders/ |
| D | rsgUtils.hpp | 53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) in getQuantizedFloat() 59 inline bool quantizeFloatRange (float& min, float& max) in quantizeFloatRange()
|
| /third_party/flutter/skia/src/core/ |
| D | SkBitmapProcState_matrixProcs.cpp | 33 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/ |
| D | log_uniform_int_distribution.h | 93 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/ |
| D | log_uniform_int_distribution.h | 90 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/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| D | Spinner.java | 10 int max = -1; field in Spinner 16 Spinner(String str, int max) { in Spinner()
|
| /third_party/re2/re2/testing/ |
| D | possible_match_test.cc | 33 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/mesa3d/src/panfrost/util/ |
| D | pan_liveness.c | 33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen() 42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill() 51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get()
|
| /third_party/ltp/testcases/lib/ |
| D | tst_random.c | 27 static long rand_range(long min, long max) in rand_range() 35 long min = 0, max = 0; in main() local
|