Home
last modified time | relevance | path

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

12345678910>>...162

/external/rust/android-crates-io/crates/num-integer/tests/
Daverage.rs12 let max = std::$I::MAX; localVariable
23 let max = std::$I::MAX; localVariable
36 let max = std::$I::MAX; localVariable
47 let max = std::$I::MAX; localVariable
65 let max = std::$U::MAX; localVariable
82 let max = std::$U::MAX; localVariable
/external/sdv/vsomeip/third_party/boost/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
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
DFuzzedDataProviderImpl.java146 public byte consumeByte(byte min, byte max) { in consumeByte()
157 public short consumeShort(short min, short max) { in consumeShort()
170 public int consumeInt(int min, int max) { in consumeInt()
183 public long consumeLong(long min, long max) { in consumeLong()
198 public float consumeRegularFloat(float min, float max) { in consumeRegularFloat()
211 public double consumeRegularDouble(double min, double max) { in consumeRegularDouble()
226 public char consumeChar(char min, char max) { in consumeChar()
250 private native byte consumeByteUnchecked(byte min, byte max); in consumeByteUnchecked()
251 private native short consumeShortUnchecked(short min, short max); in consumeShortUnchecked()
252 private native char consumeCharUnchecked(char min, char max); in consumeCharUnchecked()
[all …]
DRecordingFuzzedDataProvider.java75 public byte consumeByte(byte min, byte max) { in consumeByte()
95 public short consumeShort(short min, short max) { in consumeShort()
110 public int consumeInt(int min, int max) { in consumeInt()
125 public long consumeLong(long min, long max) { in consumeLong()
145 public float consumeRegularFloat(float min, float max) { in consumeRegularFloat()
165 public double consumeRegularDouble(double min, double max) { in consumeRegularDouble()
180 public char consumeChar(char min, char max) { in consumeChar()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/
DIEEE754rUtils.java151 public static double max(final double... array) { in max() method in IEEE754rUtils
156 double max = array[0]; in max() local
173 public static float max(final float... array) { in max() method in IEEE754rUtils
178 float max = array[0]; in max() local
196 public static double max(final double a, final double b, final double c) { in max() method in IEEE754rUtils
209 public static double max(final double a, final double b) { in max() method in IEEE754rUtils
229 public static float max(final float a, final float b, final float c) { in max() method in IEEE754rUtils
242 public static float max(final float a, final float b) { in max() method in IEEE754rUtils
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DNewtonSolver.java62 public double solve(final double min, final double max) in solve()
69 public double solve(final double min, final double max, final double startValue) in solve()
88 final double min, final double max) in solve()
108 final double min, final double max) in solve()
129 final double min, final double max, final double startValue) in solve()
151 final double min, final double max, final double startValue) in solve()
DBisectionSolver.java58 public double solve(double min, double max, double initial) in solve()
65 public double solve(double min, double max) in solve()
75 public double solve(final UnivariateRealFunction f, double min, double max, double initial) in solve()
82 …public double solve(int maxEval, final UnivariateRealFunction f, double min, double max, double in… in solve()
89 public double solve(int maxEval, final UnivariateRealFunction f, double min, double max) in solve()
100 public double solve(final UnivariateRealFunction f, double min, double max) in solve()
DSecantSolver.java70 public double solve(final double min, final double max) in solve()
77 public double solve(final double min, final double max, final double initial) in solve()
98 final double min, final double max, final double initial) in solve()
120 final double min, final double max, final double initial) in solve()
139 final double min, final double max) in solve()
159 final double min, final double max) in solve()
DRiddersSolver.java65 public double solve(final double min, final double max) in solve()
72 public double solve(final double min, final double max, final double initial) in solve()
94 final double min, final double max, final double initial) in solve()
117 final double min, final double max, final double initial) in solve()
150 final double min, final double max) in solve()
172 final double min, final double max) in solve()
DMullerSolver.java66 public double solve(final double min, final double max) in solve()
73 public double solve(final double min, final double max, final double initial) in solve()
96 final double min, final double max, final double initial) in solve()
120 final double min, final double max, final double initial) in solve()
164 final double min, final double max) in solve()
197 final double min, final double max) in solve()
308 public double solve2(final double min, final double max) in solve2()
341 final double min, final double max) in solve2()
DUnivariateRealSolver.java79 double solve(double min, double max) throws ConvergenceException, FunctionEvaluationException; in solve()
100 double solve(UnivariateRealFunction f, double min, double max) in solve()
122 double solve(double min, double max, double startValue) in solve()
145 double solve(UnivariateRealFunction f, double min, double max, double startValue) in solve()
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dmax.h29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function
35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function
43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function
48 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_li… in max() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dmax.h29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function
35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function
43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function
48 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_li… in max() function
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dmax.h29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function
35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function
43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function
48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_li… in max() function
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dmax.h29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function
35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function
43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function
48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_li… in max() function
/external/pytorch/aten/src/ATen/cuda/
DNumericLimits.cuh37 static inline __host__ __device__ bool max() { return true; } in max() function
45 static inline __host__ __device__ uint8_t max() { return UINT8_MAX; } in max() function
53 static inline __host__ __device__ int8_t max() { return INT8_MAX; } in max() function
61 static inline __host__ __device__ int16_t max() { return INT16_MAX; } in max() function
69 static inline __host__ __device__ int32_t max() { return INT32_MAX; } in max() function
78 static inline __host__ __device__ int64_t max() { return _I64_MAX; } in max() function
92 …static inline __host__ __device__ at::Half max() { return at::Half(0x7BFF, at::Half::from_bits());… in max() function
100 …static inline __host__ __device__ at::BFloat16 max() { return at::BFloat16(0x7F7F, at::BFloat16::f… in max() function
108 static inline __host__ __device__ float max() { return FLT_MAX; } in max() function
116 static inline __host__ __device__ double max() { return DBL_MAX; } in max() function
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/driver/
DRecordingFuzzedDataProviderTest.java76 public byte consumeByte(byte min, byte max) { in consumeByte()
86 public short consumeShort(short min, short max) { in consumeShort()
101 public int consumeInt(int min, int max) { in consumeInt()
116 public long consumeLong(long min, long max) { in consumeLong()
136 public float consumeRegularFloat(float min, float max) { in consumeRegularFloat()
151 public double consumeRegularDouble(double min, double max) { in consumeRegularDouble()
171 public char consumeChar(char min, char max) { in consumeChar()
/external/pytorch/aten/src/ATen/native/quantized/cpu/
Dqclamp.cpp34 Tensor qnnpack_clamp(Tensor input, const Scalar& min, const Scalar& max) { in qnnpack_clamp()
99 const std::optional<Scalar>& max) { in quantized_clamp_impl()
132 const std::optional<Scalar>& max) { in clamp_quantized_cpu()
144 const Scalar& max) { in hardtanh_quantized_cpu()
152 const Scalar& max, in hardtanh_out_quantized_cpu()
161 const Scalar& max) { in hardtanh_quantized_cpu_()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/
DCannedFuzzedDataProvider.java73 public byte consumeByte(byte min, byte max) { in consumeByte()
83 public short consumeShort(short min, short max) { in consumeShort()
98 public int consumeInt(int min, int max) { in consumeInt()
113 public long consumeLong(long min, long max) { in consumeLong()
133 public float consumeRegularFloat(float min, float max) { in consumeRegularFloat()
148 public double consumeRegularDouble(double min, double max) { in consumeRegularDouble()
168 public char consumeChar(char min, char max) { in consumeChar()
/external/libaom/test/
Dminmax_test.cc47 int max = 0; in reference_minmax() local
67 int min, max; in TEST_P() local
81 int min, max; in TEST_P() local
95 int min_ref, max_ref, min, max; in TEST_P() local
110 int min_ref, max_ref, min, max; in TEST_P() local
128 int max = 0; in highbd_reference_minmax() local
153 int min, max; in TEST_P() local
172 int min, max; in TEST_P() local
191 int min_ref, max_ref, min, max; in TEST_P() local
211 int min_ref, max_ref, min, max; in TEST_P() local
/external/libvpx/test/
Dminmax_test.cc46 int max = 0; in reference_minmax() local
66 int min, max; in TEST_P() local
80 int min, max; in TEST_P() local
94 int min_ref, max_ref, min, max; in TEST_P() local
109 int min_ref, max_ref, min, max; in TEST_P() local
127 int max = 0; in highbd_reference_minmax() local
152 int min, max; in TEST_P() local
171 int min, max; in TEST_P() local
190 int min_ref, max_ref, min, max; in TEST_P() local
210 int min_ref, max_ref, min, max; in TEST_P() local
/external/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
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DMaxCountExceededException.java32 private final Number max; field in MaxCountExceededException
39 public MaxCountExceededException(Number max) { in MaxCountExceededException()
50 public MaxCountExceededException(Localizable specific, Number max, Object... args) { in MaxCountExceededException()
/external/webrtc/sdk/android/src/java/org/webrtc/
DHistogram.java29 static public Histogram createCounts(String name, int min, int max, int bucketCount) { in createCounts()
33 static public Histogram createEnumeration(String name, int max) { in createEnumeration()
41 private static native long nativeCreateCounts(String name, int min, int max, int bucketCount); in nativeCreateCounts()
42 private static native long nativeCreateEnumeration(String name, int max); in nativeCreateEnumeration()

12345678910>>...162