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

<<31323334353637383940>>

  /external/libxml2/
trionan.c 253 Generate positive infinity.
255 @return Floating-point representation of positive infinity.
308 * Negative infinity is calculated by negating positive infinity,
343 * negative infinity to positive infinity, but that yields wrong
439 @return 1 if positive infinity, -1 if negative infinity, 0 otherwise.
  /external/pcre/dist/doc/html/
pcresyntax.html 298 [...] positive character class
301 [[:xxx:]] positive POSIX named set
366 \K is honoured in positive assertions, but ignored in negative ones.
450 (?=...) positive look ahead
452 (?&#60;=...) positive look behind
  /external/v8/src/
bignum-dtoa.cc 160 DCHECK(digit <= 9); // digit is a uint16_t and therefore always positive.
252 DCHECK(digit <= 9); // digit is a uint16_t and therefore always positive.
383 // A positive exponent implies a positive power.
385 // Since the estimated_power is positive we simply multiply the denominator
  /external/valgrind/docs/internals/
3_9_BUGSTATUS.txt 61 337716 False positive for openat system call with absolute paths
83 330617 ppc false positive conditional jump depends on uninitialised value
99 327548 Helgrind: false positive while destroying mutex
100 327881 Helgrind: False Positive Warning on std::atomic_bool
107 332591 False positive: invalid read in vfprintf (KNOWN BUG)
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 289 * @param offset The number of pixels to offset. If the offset is positive,
303 * @return The number of pixels to offset. If the offset is positive,
345 * alignment from the high edge, or positive for alignment from the
357 * from the high edge, or positive for alignment from the low edge.
369 * @param withPadding When it is true: we include left/top padding for positive
    [all...]
  /external/boringssl/src/crypto/asn1/
a_int.c 94 * the type: V_ASN1_INTEGER for positive and V_ASN1_NEG_INTEGER for negative.
96 * Positive integers are no problem: they are almost the same as the DER
270 * ASN1 integers: some broken software can encode a positive INTEGER
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version200.py 211 where both a and b are positive integers, and b is odd
327 # Neg return values for i or j are made positive mod b or a respectively
342 return (a, lx, ly) #Return only positive values
  /external/clang/test/OpenMP/
for_misc_messages.c 178 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
183 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
188 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
parallel_for_misc_messages.c 151 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
155 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
159 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
taskloop_misc_messages.c 183 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
188 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
193 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
taskloop_simd_misc_messages.c 182 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
187 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
192 // expected-error@+1 {{argument to 'collapse' clause must be a strictly positive integer value}}
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 225 { tcu::Vec4( 0.0f, -1.0f, -1.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) }, // positive x
227 { tcu::Vec4(-1.0f, -1.0f, 0.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) }, // positive y
229 { tcu::Vec4( 0.0f, 0.0f, 0.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) } // positive z
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 225 { tcu::Vec4( 0.0f, -1.0f, -1.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) }, // positive x
227 { tcu::Vec4(-1.0f, -1.0f, 0.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) }, // positive y
229 { tcu::Vec4( 0.0f, 0.0f, 0.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f) } // positive z
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 246 * gcd(0, Integer.MIN_VALUE)? BigInteger.gcd would return positive 2^31, but positive 2^31
370 * Returns {@code n!}, that is, the product of the first {@code n} positive
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 150 logln("Positive prefix (should be +): " + posPrefix);
166 logln("Positive suffix (should be _): " + posSuffix);
323 // test exponential pattern with positive exponent
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 146 logln("Positive prefix (should be +): " + posPrefix);
162 logln("Positive suffix (should be _): " + posSuffix);
319 // test exponential pattern with positive exponent
  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 34 const char kTestMethod_Positive[] = "Positive";
49 void Positive(std::unique_ptr<DBusMethodResponse<double>> response,
124 kTestMethod_Positive, base::Unretained(&calc_), &Calc::Positive);
  /external/libchrome/base/strings/
string_number_conversions.cc 155 if (!Positive::Invoke(begin, end, output)) {
207 class Positive : public Base<Positive> {
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
MathUtils.java 291 * positive. Note this method simply casts the float to int. */
303 * are positive. */
314 /** Returns the closest integer to the specified float. This method will only properly round floats that are positive. */
  /external/libweave/third_party/chromium/base/strings/
string_number_conversions.cc 147 if (!Positive::Invoke(begin, end, output)) {
199 class Positive : public Base<Positive> {
  /external/llvm/lib/TableGen/
SetTheory.cpp 93 PrintFatalError(Loc, "Positive shift required: " +
105 PrintFatalError(Loc, "Positive length required: " +
140 PrintFatalError(Loc, "Positive stride required: " +
  /external/mesa3d/src/egl/main/
eglconfig.c 52 * Note that id must be positive for the config to be valid.
275 /* config id must be positive */
567 * before conf2; a positive integer if conf2 is considered to come
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 107 * if a backup is reasonable right now, some positive value otherwise. This method
113 * @return Zero if this is a suitable time for a backup pass, or a positive time delay
287 * @return 0 when no more data for the current package is available. A positive value
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 222 * Ensures that that the argument numeric value is positive.
227 * @throws IllegalArgumentException if {@code value} was not positive
241 * not infinite (that is neither positive or negative infinity).</p>
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 339 * Always returns 0, exception tests fail no positive test case for
424 * Feature only partially implemented.Missing: Test positive case
651 * fields fail, Feature only partially implemented. Missing: test positive

Completed in 1892 milliseconds

<<31323334353637383940>>