HomeSort by relevance Sort by last modified time
    Searched full:max_value (Results 576 - 600 of 2548) sorted by null

<<21222324252627282930>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Beta.java 55 return regularizedBeta(x, a, b, DEFAULT_EPSILON, Integer.MAX_VALUE);
75 return regularizedBeta(x, a, b, epsilon, Integer.MAX_VALUE);
168 return logBeta(a, b, DEFAULT_EPSILON, Integer.MAX_VALUE);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 75 return evaluate(x, DEFAULT_EPSILON, Integer.MAX_VALUE);
86 return evaluate(x, epsilon, Integer.MAX_VALUE);
135 double relativeError = Double.MAX_VALUE;
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 56 * the multiset had once been larger than Integer.MAX_VALUE.
211 * {@link Integer#MAX_VALUE} occurrences of {@code element} in this
228 checkArgument(newCount <= Integer.MAX_VALUE,
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 88 * index to a positive number by AND'ing with Long.MAX_VALUE instead of flipping the bits.
103 bitsChanged |= bits.set((combinedHash & Long.MAX_VALUE) % bitSize);
120 if (!bits.get((combinedHash & Long.MAX_VALUE) % bitSize)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java 53 * the multiset had once been larger than Integer.MAX_VALUE.
208 * {@link Integer#MAX_VALUE} occurrences of {@code element} in this
225 checkArgument(newCount <= Integer.MAX_VALUE,
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DoubleMath.java 44 * We cannot store Long.MAX_VALUE as a double without losing precision. Instead, we store
45 * Long.MAX_VALUE + 1 == -Long.MIN_VALUE, and then offset all comparisons by 1.
73 * {@link Double#POSITIVE_INFINITY} if {@code n! > Double.MAX_VALUE}.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestNumberFormat.java 131 tryIt(Integer.MAX_VALUE);
133 tryIt((double)Integer.MAX_VALUE);
135 tryIt(Integer.MAX_VALUE + 1.0);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormat.java 128 tryIt(Integer.MAX_VALUE);
130 tryIt((double)Integer.MAX_VALUE);
132 tryIt(Integer.MAX_VALUE + 1.0);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 48 ConnectionPool pool = new ConnectionPool(Integer.MAX_VALUE, 100L, TimeUnit.NANOSECONDS);
80 ConnectionPool pool = new ConnectionPool(Integer.MAX_VALUE, 100L, TimeUnit.NANOSECONDS);
104 ConnectionPool pool = new ConnectionPool(Integer.MAX_VALUE, 100L, TimeUnit.NANOSECONDS);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
PrintableUnicodeTest.java 37 for (int c = Character.MIN_VALUE; c <= Character.MAX_VALUE; c++) {
60 for (int c = Character.MIN_VALUE; c <= Character.MAX_VALUE; c++) {
86 for (int c = Character.MIN_VALUE; c <= Character.MAX_VALUE; c++) {
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary_test.cc 135 float max_value = 1 << 20; local
142 buffer.PushEntry(rand.RandFloat() * max_value,
143 rand.RandFloat() * max_value);
  /external/v8/tools/
eval_gc_nvp.py 64 (min_value, max_value) = self.bucket_trait.bucket_to_range(i)
68 str(min_value), str(max_value), self.histogram[i]))
72 str(min_value), str(max_value), 0))
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
NetworkEventTest.java 87 // GIVEN the handler has almost processed Long.MAX_VALUE events.
89 long startingId = Long.MAX_VALUE - gap;
105 assertEquals("Event was not assigned the maximum id value.", Long.MAX_VALUE,
  /frameworks/base/telephony/java/android/telephony/
CellIdentityTdscdma.java 44 mLac = Integer.MAX_VALUE;
45 mCid = Integer.MAX_VALUE;
46 mCpid = Integer.MAX_VALUE;
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PlaybackControlsPresenter.java 151 mProgressBar.setMax(Integer.MAX_VALUE);//current progress will be a fraction of this
168 double progressRatio = ratio * Integer.MAX_VALUE; // Could safely cast to int
180 double progressRatio = ratio * Integer.MAX_VALUE; // Could safely cast to int
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 166 * The result is Double.MAX_VALUE.
180 assertTrue(aNumber == Double.MAX_VALUE);
186 * The result is -Double.MAX_VALUE.
200 assertTrue(aNumber == -Double.MAX_VALUE);
440 * The result is Float.MAX_VALUE.
446 assertTrue(aNumber == Float.MAX_VALUE);
453 * The result is -Float.MAX_VALUE.
459 assertTrue(aNumber == -Float.MAX_VALUE);
658 * valueOf (long val): convert Integer.MAX_VALUE to a BigInteger.
661 long longVal = Integer.MAX_VALUE;
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 48 performancePreferenceTest(Integer.MAX_VALUE, Integer.MAX_VALUE,
49 Integer.MAX_VALUE);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 192 new NullCipher().update(new byte[1], 1, Integer.MAX_VALUE);
214 new NullCipher().update(new byte[1], 1, Integer.MAX_VALUE,
249 new NullCipher().update(new byte[1], 1, Integer.MAX_VALUE,
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
ByteArrayDataSink.java 101 if (minCapacity > Integer.MAX_VALUE) {
103 "Required capacity too large: " + minCapacity + ", max: " + Integer.MAX_VALUE);
105 int doubleCurrentSize = (int) Math.min(mArray.length * 2L, Integer.MAX_VALUE);
  /art/test/927-timers/
timers.cc 66 return env->NewStringUTF(android::base::StringPrintf("%" PRId64, info.max_value).c_str());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
TrivialPlayer.java 63 (short)(((Math.random() * 2.0) - 1.0) * (double)Short.MAX_VALUE/2.0);
  /cts/tests/tests/util/src/android/util/cts/
StrictJarFileTest.java 225 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
253 jarFile.getInputStream(ze).skip(Long.MAX_VALUE);
258 jarFile.getInputStream(ze).skip(Long.MAX_VALUE);
286 jarFile.getInputStream(ze).skip(Long.MAX_VALUE);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 215 mScroller.fling(0, 0, - 3000, 4000, Integer.MIN_VALUE, Integer.MAX_VALUE,
216 Integer.MIN_VALUE, Integer.MAX_VALUE);
283 Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit16/
Test_xor_int_lit16.java 53 * @title Arguments = Integer.MAX_VALUE, Short.MIN_VALUE
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit8/
Test_xor_int_lit8.java 53 * @title Arguments = Integer.MAX_VALUE, Byte.MIN_VALUE

Completed in 1471 milliseconds

<<21222324252627282930>>