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

1 2 34 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 43 * Convert a positive number to a double value.
54 * Convert a positive number to a double value.
87 * Convert a positive number to a double value.
100 * Convert a positive number to a double value.
113 * Convert a positive number to a double value.
125 * Convert a positive number to a double value.
137 * Convert a positive number to a double value.
151 * Convert a positive number to a double value.
163 * Convert a positive number to a double value.
204 * Convert a positive number to a double value.
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Math.java 231 * <li>If the argument is positive infinity, then the result is
232 * positive infinity.
234 * positive zero.</ul>
250 * <li>If the argument is positive infinity, then the result is
251 * positive infinity.
252 * <li>If the argument is positive zero or negative zero, then the
270 * <li>If the argument is positive infinity, then the result is
271 * positive infinity.
272 * <li>If the argument is positive zero or negative zero, then the
288 * Returns the correctly rounded positive square root of
    [all...]
StrictMath.java 187 * <li>If the argument is positive infinity, then the result is
188 * positive infinity.
190 * positive zero.</ul>
203 * <li>If the argument is positive infinity, then the result is
204 * positive infinity.
205 * <li>If the argument is positive zero or negative zero, then the
221 * <li>If the argument is positive infinity, then the result is
222 * positive infinity.
223 * <li>If the argument is positive zero or negative zero, then the
236 * Returns the correctly rounded positive square root of
    [all...]
  /external/valgrind/memcheck/tests/
writev1.c 66 fprintf(stderr, "Error writev returned a positive value\n");
75 fprintf(stderr, "Error writev returned a positive value\n");
83 fprintf(stderr, "Error readv returned a positive value\n");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 111 INDEX_NOT_POSITIVE("index ({0}) is not positive"),
115 INITIAL_CAPACITY_NOT_POSITIVE("initial capacity ({0}) is not positive"),
146 NEGATIVE_BRIGHTNESS_EXPONENT("brightness exponent should be positive or null, but got {0}"),
155 NON_POSITIVE_MICROSPHERE_ELEMENTS("number of microsphere elements must be positive, but got {0}"),
156 NON_POSITIVE_POLYNOMIAL_DEGREE("polynomial degree must be positive: degree={0}"),
172 NOT_POSITIVE_ALPHA("alpha must be positive ({0})"),
173 NOT_POSITIVE_BETA("beta must be positive ({0})"),
174 NOT_POSITIVE_COLUMNDIMENSION("invalid column dimension: {0} (must be positive)"),
175 NOT_POSITIVE_DEFINITE_MATRIX("not positive definite matrix"),
176 NOT_POSITIVE_DEGREES_OF_FREEDOM("degrees of freedom must be positive ({0})")
    [all...]
  /cts/suite/audio_quality/lib/include/
Semaphore.h 34 /// down semaphore if it is already positive.
  /external/autotest/client/site_tests/logging_AsanCrash/
control 17 This is a positive test for Address Sanitizer.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SkippingCipher.java 11 * @param numberOfBytes the number of bytes to skip (positive forward, negative backwards).
  /external/bsdiff/
extents.h 18 // positive integer. Returns whether the parsing was successful.
  /external/compiler-rt/test/asan/TestCases/Posix/
readv.cc 17 #ifdef POSITIVE
  /external/compiler-rt/test/msan/
vector_cvt.cc 16 #ifdef POSITIVE
  /external/compiler-rt/test/tsan/Linux/
mutex_robust2.cc 34 // This is a false positive, tsan must not bark at the data race.
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 35 * @return constant pool index [always positive]
60 * @param interface_index constant pool index [must be positive; input not validated]
73 * @param interface_index constant pool index [must be positive; input not validated]
74 * @return previous value at the given index [always positive]
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 35 * @return constant pool index [always positive]
63 * @param exception_index constant pool index [must be positive; input not validated]
76 * @param exception_index constant pool index [must be positive; input not validated]
77 * @return previous value at the given index [always positive]
  /external/icu/icu4c/source/i18n/
digitaffixesandpadding.h 33 * except for not a number (NaN), positive infinity, and negative infinity.
35 * formatting of actual positive values to a ValueFormatter.
52 * The positive prefix
57 * The positive suffix
  /external/libxml2/test/schematron/
zvon1.sct 10 <pattern name="Print positive result only">
  /external/llvm/test/CodeGen/SystemZ/
and-06.ll 32 ; Zero extension to 32 bits, positive constant.
45 ; Zero extension to 64 bits, positive constant.
84 ; Sign extension to 32 bits, positive constant.
97 ; Sign extension to 64 bits, positive constant.
or-06.ll 32 ; Zero extension to 32 bits, positive constant.
45 ; Zero extension to 64 bits, positive constant.
84 ; Sign extension to 32 bits, positive constant.
97 ; Sign extension to 64 bits, positive constant.
xor-06.ll 32 ; Zero extension to 32 bits, positive constant.
45 ; Zero extension to 64 bits, positive constant.
84 ; Sign extension to 32 bits, positive constant.
97 ; Sign extension to 64 bits, positive constant.
  /external/skia/src/utils/
SkMatrix22.h 16 * that rotates the vector h to the positive hoizontal axis.
  /frameworks/base/keystore/java/android/security/
KeyStoreException.java 20 * KeyStore/keymaster exception with positive error codes coming from the KeyStore and negative
  /libcore/luni/src/test/java/tests/security/spec/
ECParameterSpecTest.java 57 * case 5: IllegalArgumentException - if n is not positive
58 * case 6: IllegalArgumentException - if h is not positive
94 // case 5: IllegalArgumentException - if n is not positive.
102 // case 6: IllegalArgumentException - if h is not positive.
  /toolchain/binutils/binutils-2.25/libiberty/
bcmp.c 11 it does not indicate any sorting order (say, by having a positive
  /external/avahi/avahi-common/
timeval.h 35 /** Compare two timeval structures and return a negative value when a < b, 0 when a == b and a positive value otherwise */
44 /** Return the difference between the current time and *a. Positive if *a was earlier */
  /external/clang/test/Analysis/
unions-region.m 11 // false positive of a 'pass-by-value argument is uninitialized'
34 // false positive of a 'pass-by-value argument is uninitialized'

Completed in 3138 milliseconds

1 2 34 5 6 7 8 91011>>