Home
last modified time | relevance | path

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

12345678910>>...145

/external/rust/crates/num-integer/tests/
Daverage.rs15 let max = $crate::std::$I::MAX; localVariable
26 let max = $crate::std::$I::MAX; localVariable
39 let max = $crate::std::$I::MAX; localVariable
50 let max = $crate::std::$I::MAX; localVariable
68 let max = $crate::std::$U::MAX; localVariable
85 let max = $crate::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
DNumberUtils.java1191 public static long max(final long... array) { in max() method in NumberUtils
1196 long max = array[0]; in max() local
1215 public static int max(final int... array) { in max() method in NumberUtils
1220 int max = array[0]; in max() local
1239 public static short max(final short... array) { in max() method in NumberUtils
1244 short max = array[0]; in max() local
1263 public static byte max(final byte... array) { in max() method in NumberUtils
1288 public static double max(final double... array) { in max() method in NumberUtils
1293 double max = array[0]; in max() local
1316 public static float max(final float... array) { in max() method in NumberUtils
[all …]
/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/third_party/libc++/src/include/__algorithm/
Dmax.h31 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) in max() function
40 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) in max() function
51 max(initializer_list<_Tp> __t, _Compare __comp) in max() function
60 max(initializer_list<_Tp> __t) 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/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/libvpx/test/
Dminmax_test.cc45 int max = 0; in reference_minmax() local
65 int min, max; in TEST_P() local
79 int min, max; in TEST_P() local
93 int min_ref, max_ref, min, max; in TEST_P() local
108 int min_ref, max_ref, min, max; in TEST_P() local
126 int max = 0; in highbd_reference_minmax() local
151 int min, max; in TEST_P() local
170 int min, max; in TEST_P() local
189 int min_ref, max_ref, min, max; in TEST_P() local
209 int min_ref, max_ref, min, max; in TEST_P() local
/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/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()
/external/clang/test/Analysis/
Dadditive-folding-range-constraints.c165 int max = INT_MAX; in mixedComparisons9() local
176 unsigned max = UINT_MAX; in mixedSignedness1() local
183 unsigned max = UINT_MAX; in mixedSignedness2() local
190 int max = INT_MAX; in mixedSignedness3() local
197 int max = INT_MAX; in mixedSignedness4() local
260 unsigned max = INT_MAX; in mixedSignedness13() local
267 unsigned max = INT_MAX; in mixedSignedness14() local
288 unsigned max = INT_MAX; in mixedSignedness17() local
/external/rust/crates/rand/src/distributions/
Dfloat.rs190 let mut max = StepRng::new(!0, 0); localVariable
198 let mut max = StepRng::new(!0, 0); localVariable
206 let mut max = StepRng::new(!0, 0); localVariable
230 let mut max = StepRng::new(!0, 0); localVariable
238 let mut max = StepRng::new(!0, 0); localVariable
246 let mut max = StepRng::new(!0, 0); localVariable
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DIncrementor.java55 public Incrementor(int max) { in Incrementor()
73 public Incrementor(int max, MaxCountExceededCallback cb) throws NullArgumentException { in Incrementor()
87 public void setMaximalCount(int max) { in setMaximalCount()
198 public void setMaximalCount(int max) { in wrap()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java209 int max = length * 5; in getIndex() local
228 int max = length * 5; in getIndex() local
250 int max = length * 5; in getType() local
270 int max = length * 5; in getType() local
292 int max = length * 5; in getValue() local
312 int max = length * 5; in getValue() local
578 int max; in ensureCapacity() local

12345678910>>...145