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

<<31323334353637383940>>

  /ndk/sources/third_party/googletest/googletest/samples/
sample5_unittest.cc 109 // Tests factorial of positive numbers.
130 // Tests positive input.
  /prebuilts/go/darwin-x86/src/math/
sin.go 132 // make argument positive
191 // make argument positive but save the sign
  /prebuilts/go/linux-x86/src/math/
sin.go 132 // make argument positive
191 // make argument positive but save the sign
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 204 if ("positive".equals(response.get("which"))) {
222 if ("positive".equals(response.get("which"))) {
261 * if result=="positive":
352 @Rpc(description = "Set alert dialog positive button text.")
400 * (positive/negative/neutral). Use {@link #dialogGetSelectedItems()} to find out what was
417 * (positive/negative/neutral). Use {@link #dialogGetSelectedItems()} to find out what was
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 362 //! Returns true if x holds a positive infinity or negative
530 //! Returns the positive square root of x.
536 //! Returns the positive square root of x with the nicest quality but very slow.
543 //! Returns the positive square root of x
550 //! Returns the reciprocal of the positive square root of x.
556 //! Returns the reciprocal of the positive square root of x.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codeccallbacks.py 699 # Valid positive position
703 # Largest valid positive position (one beyond end of input)
707 # Invalid positive position
753 # Valid positive position
757 # Largest valid positive position (one beyond end of input
761 # Invalid positive position
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codeccallbacks.py 699 # Valid positive position
703 # Largest valid positive position (one beyond end of input)
707 # Invalid positive position
753 # Valid positive position
757 # Largest valid positive position (one beyond end of input
761 # Invalid positive position
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 699 # Valid positive position
703 # Largest valid positive position (one beyond end of input)
707 # Invalid positive position
753 # Valid positive position
757 # Largest valid positive position (one beyond end of input
761 # Invalid positive position
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 699 # Valid positive position
703 # Largest valid positive position (one beyond end of input)
707 # Invalid positive position
753 # Valid positive position
757 # Largest valid positive position (one beyond end of input
761 # Invalid positive position
  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 234 * When %r10 goes positive we have crossed a page boundary and
349 * When %r10 goes positive we have crossed a page boundary and
459 * When %r10 goes positive we have crossed a page boundary and
569 * When %r10 goes positive we have crossed a page boundary and
679 * When %r10 goes positive we have crossed a page boundary and
789 * When %r10 goes positive we have crossed a page boundary and
899 * When %r10 goes positive we have crossed a page boundary and
1009 * When %r10 goes positive we have crossed a page boundary and
1119 * When %r10 goes positive we have crossed a page boundary and
1229 * When %r10 goes positive we have crossed a page boundary an
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 129 * <p>A <code>DecimalFormat</code> pattern contains a positive and negative
132 * is optional; if absent, then the positive subpattern prefixed with the
137 * minimal digits, and other characteristics are all the same as the positive
145 * unreliable. For example, either the positive and negative prefixes or the
147 * to distinguish positive from negative values. (If they are identical, then
217 * <td>Separates positive and negative subpatterns
315 * <code>&#92;u221E</code>, with the positive or negative prefixes and suffixes
    [all...]
  /external/valgrind/docs/internals/
s390-opcodes.csv 103 lpdr,"load positive (long)","won't do","hfp instruction"
104 lper,"load positive (short)","won't do","hfp instruction"
105 lpr,"load positive",implemented,
309 lpxbr,"load positive extended bfp",implemented,
310 lpdbr,"load positive long bfp",implemented,
311 lpebr,"load positive short bfp",implemented,
375 lpgr,"load positive 64",implemented,
376 lpgfr,"load positive 64<32",implemented,
554 lpxr,"load positive extended hfp","won't do","hfp instruction"
690 lpdfr,"load positive no cc",implemented
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 35 /** Smallest positive number such that 1 - EPSILON is not numerically equal to 1. */
161 // check for positive overflow
    [all...]
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 251 /** \brief Computes the positive-definite square root of the matrix.
253 * \returns the positive-definite square root of the matrix
255 * \pre The eigenvalues and eigenvectors of a positive-definite matrix
258 * The square root of a positive-definite matrix \f$ A \f$ is the
259 * positive-definite matrix whose square equals \f$ A \f$. This function
278 * \returns the inverse positive-definite square root of the matrix
280 * \pre The eigenvalues and eigenvectors of a positive-definite matrix
  /external/icu/icu4c/source/io/
uscanf_p.c 336 /* TODO: Is always skipping the prefix symbol as a positive sign a good idea in all locales? */
449 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
548 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
621 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
702 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
773 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
998 /* Skip the positive prefix. ICU normally can't handle this due to strict parsing. */
    [all...]
  /external/libxml2/
buf.c 864 * Returns 0 successful, a positive error code number otherwise
924 * Returns 0 successful, a positive error code number otherwise
1003 * Returns 0 successful, a positive error code number otherwise
1023 * Returns 0 successful, a positive error code number otherwise
1063 * Returns 0 if successful, a positive error code number otherwise
1084 * Returns 0 if successful, a positive error code number otherwise
1107 * Returns 0 if successful, a positive error code number otherwise
    [all...]
  /external/pcre/dist/
HACKING 229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
270 positive single-character classes.
298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
417 LINK_SIZE bytes giving (as a positive number) the offset back to the matching
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 261 * @param bound the upper bound (exclusive). Must be positive.
264 * @throws IllegalArgumentException if {@code bound} is not positive
312 * @param bound the upper bound (exclusive). Must be positive.
315 * @throws IllegalArgumentException if {@code bound} is not positive
365 * @param bound the upper bound (exclusive). Must be positive.
368 * @throws IllegalArgumentException if {@code bound} is not positive
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 176 assertEquals("If the sign is NaN, the result should be positive.",
190 "If the sign is positive, the result should be positive.",
248 assertEquals("If the sign is NaN, the result should be positive.",
261 "If the sign is positive, the result should be positive.",
    [all...]
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 58 <p>When looking from the positive direction of an axis, positive rotations are
60 gyroscope rate of turn is expected to be a positive value.</p>
128 right, the x acceleration value is positive. </li>
175 <p>Rotation is positive in the counterclockwise direction (right-hand rule). That
176 is, an observer looking from some positive location on the x, y or z axis at a
177 device positioned on the origin would report positive rotation if the device
179 mathematical definition of positive rotation and does not agree with the
443 <li> Triggering an event when the user is not moving (false positive) is costly in
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 321 tracking ID before assigning a positive value to the slot first.)
322 - Should not assign X, Y, or PRESSURE data to a slot without a positive
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 217 * Get new versions of the constraints which have positive right hand sides.
230 * Get a new equation equivalent to this one with a positive right hand side.
298 * Removes the phase 1 objective function, positive cost non-artificial variables,
309 // positive cost non-artificial variables
489 * If variables are not restricted to positive values, this will include 1
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
tokenutil.py 109 be positive. If unspecified, will search until the end of the token
155 be positive. If unspecified, will search until the end of the token
175 be positive. If unspecified, will search until the end of the token
198 be positive. If unspecified, will search until the end of the token
417 A negative integer, zero, or a positive integer as the first token is
  /external/dng_sdk/source/
dng_utils.h 359 // Map large numbers (including positive infinity) to max.
382 // Large numbers, including positive infinity.
451 // Map large numbers (including positive infinity) to max.
848 // Positive or negative infinity, convert to maximum (16 bit) values.
1019 // Positive or negative infinity, convert to maximum (24 bit) values.
  /external/guava/guava/src/com/google/common/collect/
TreeRangeSet.java 458 * complementLowerBoundWindow. Complement range lower bounds are either positive range upper
461 * positiveItr starts at the first positive range with lower bound greater than
462 * firstComplementRangeLowerBound. (Positive range lower bounds correspond to complement range
513 * positiveItr starts at the first positive range with upper bound less than
514 * firstComplementRangeUpperBound. (Positive range upper bounds correspond to complement range

Completed in 1558 milliseconds

<<31323334353637383940>>