HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 201 - 225 of 4422) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/animator/
SkOperandInterpolator.h 30 @param blend A positive scalar specifying how to blend between this and the next key frame.
  /external/skia/src/core/
SkBitmapProcState_utils.h 34 // will now appear as very large positive values, and thus fail our test!
  /external/valgrind/VEX/test/
x87fxam.c 27 /* Try positive and negative variants of: zero, infinity,
  /external/valgrind/memcheck/tests/
reach_thread_register.c 11 /* Reproduces a false positive leak when a pointer is (only) in a live
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
audio_encoder_isac_unittest.cc 39 // The default value is some real, positive value.
  /external/webrtc/webrtc/
transport.h 23 // A 16 bits positive id. Negative ids are invalid and should be interpreted
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Abs_32.c 39 /* The corner case, so set to the maximum positive value */
  /frameworks/av/media/libstagefright/omx/
FrameDropper.h 32 // maxFrameRate required to be positive.
  /frameworks/base/core/java/android/util/
Rational.java 43 * Constant for the positive infinity value of the {@code Rational} type.
45 * <p>Equivalent to constructing a new rational with a positive numerator and a denominator
84 * is always positive. Both the numerator and denominator will be converted to their reduced
143 * positive infinity (if the numerator was positive), negative infinity (if the numerator
169 * @return {@code true} if this rational is a (positive or negative) infinite value;
182 * @return {@code true} if this rational is a (positive or negative) infinite value;
253 * <li>Positive infinity values will return {@code "Infinity"}
303 * @return An int value representing the gcd. Always positive.
370 * <li>Positive infinity saturates to the largest maximum intege
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.h 28 // Returns sampleCount or non-positive value if unsupported.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignmentFacet.java 59 * positive for alignment from the low edge.
67 * positive for alignment from the low edge.
74 * Sets whether to include left/top padding for positive item offset, include
82 * When it is true: we include left/top padding for positive item offset, include
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/
positive_num.fail.cpp 14 // Period::num shall be positive, diagnostic required.
  /ndk/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterTransform.java 31 * lower than the center, 0 if at center, positive if higher than center
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
inf.h 24 /* IEEE positive infinity. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
inf.h 24 /* IEEE positive infinity. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
inf.h 24 /* IEEE positive infinity. */
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
target.h 22 * errno since SUS requires the errno has distinct positive values.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
quick.s 44 ; bits cases above covers positive numbers.
  /external/clang/test/OpenMP/
for_ordered_clause.cpp 29 // expected-error@+1 2 {{argument to 'ordered' clause must be a strictly positive integer value}}
40 // expected-error@+2 2 {{argument to 'ordered' clause must be a strictly positive integer value}}
55 #pragma omp for ordered(N-1) // expected-error 2 {{argument to 'ordered' clause must be a strictly positive integer value}}
58 #pragma omp for ordered(N) // expected-error {{argument to 'ordered' clause must be a strictly positive integer value}}
63 #pragma omp for ordered(N) collapse(N + 2) // expected-error {{the parameter of the 'ordered' clause must be greater than or equal to the parameter of the 'collapse' clause}} expected-note {{parameter of the 'collapse' clause}} expected-error {{argument to 'ordered' clause must be a strictly positive integer value}}
92 // expected-error@+1 2 {{argument to 'ordered' clause must be a strictly positive integer value}}
109 #pragma omp for ordered(0) // expected-error {{argument to 'ordered' clause must be a strictly positive integer value}}
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PascalDistributionImpl.java 77 * positive.
89 * positive.
232 * The upper bound of the support is always positive infinity
233 * no matter the parameters. Positive infinity is represented
237 * @return upper bound of the support (always <code>Integer.MAX_VALUE</code> for positive infinity)
ZipfDistributionImpl.java 45 * exponent. Both values must be positive; otherwise an
69 * The parameter value must be positive; otherwise an
82 * The parameter value must be positive; otherwise an
108 * The parameter value must be positive; otherwise an
122 * The parameter value must be positive; otherwise an
  /external/autotest/client/common_lib/
i2c_slave.py 102 addr: a (positive) integer, 7-bit I2C slave address.
131 reg: a (positive) integer, register number.
149 reg: a (positive) integer, register number.
172 reg: a (positive) integer, register number.
191 reg: a (positive) integer, register number.
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 55 // Flip all the bits if it's negative (guaranteed positive number)
73 // Flip all the bits if it's negative (guaranteed positive number)
88 * index to a positive number by AND'ing with Long.MAX_VALUE instead of flipping the bits.
102 // Make the combined hash positive and indexable
119 // Make the combined hash positive and indexable

Completed in 1858 milliseconds

1 2 3 4 5 6 7 891011>>