HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 451 - 475 of 1416) sorted by null

<<11121314151617181920>>

  /external/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
487 << " is expected to be positive, but evaluates to "
  /external/icu4c/common/unicode/
uiter.h 115 * or backward by specifying a positive or negative delta.
131 * @param delta can be positive, zero, or negative
394 * or backward by specifying a positive or negative delta.
  /external/icu4c/tools/tzcode/
zic.c 131 static void leapadd(zic_t t, int positive, int rolling, int count);
1329 register int positive; local
1333 positive = FALSE;
1336 positive = FALSE;
1339 positive = TRUE;
1342 positive = TRUE;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count); local
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
487 << " is expected to be positive, but evaluates to "
  /external/webkit/JavaScriptCore/icu/unicode/
uiter.h 115 * or backward by specifying a positive or negative delta.
131 * @param delta can be positive, zero, or negative
394 * or backward by specifying a positive or negative delta.
  /external/webkit/JavaScriptGlue/icu/unicode/
uiter.h 115 * or backward by specifying a positive or negative delta.
131 * @param delta can be positive, zero, or negative
394 * or backward by specifying a positive or negative delta.
  /external/webkit/WebCore/icu/unicode/
uiter.h 115 * or backward by specifying a positive or negative delta.
131 * @param delta can be positive, zero, or negative
394 * or backward by specifying a positive or negative delta.
  /external/webkit/WebKit/mac/icu/unicode/
uiter.h 115 * or backward by specifying a positive or negative delta.
131 * @param delta can be positive, zero, or negative
394 * or backward by specifying a positive or negative delta.
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
div_32.cpp 93 L_denom_hi = 16 bit positive normalized integer whose value falls in
95 L_denom_lo = 16 bit positive integer whose value falls in the range :
119 The numerator and denominator must be positive and the numerator must be
inv_sqrt.cpp 126 This function computes 1/sqrt(L_x), where L_x is positive.
261 /* always a positive number less than 200 */
264 /* always a positive minus a small negative number */
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 152 * <p>Look-around assertions assert that the subpattern does (positive) or doesn't (negative) match
157 * <tr> <td> (?=<i>a</i>) </td> <td>Zero-width positive look-ahead.</td> </tr>
159 * <tr> <td> (?&lt;=<i>a</i>) </td> <td>Zero-width positive look-behind.</td> </tr>
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java 133 * Assertion: IllegalArgumentException if m is not positive.
260 * Assertion: IllegalArgumentException if m is not positive.
305 * Assertion: IllegalArgumentException if m is not positive.
  /external/icu4c/i18n/
decimfmt.cpp 81 // positive prefix pattern
83 // positive suffix pattern
109 // positive prefix
111 // positive suffix
    [all...]
  /external/zlib/contrib/puff/
puff.c 301 * subscribed code set, and positive for an incomplete code set. The tables
302 * can be used if the return value is zero or positive, but they cannot be used
305 * enough bits will resolve to a symbol. If the return value is positive, then
363 /* return zero for complete set, positive for incomplete set */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 87 #define MP_ZPOS 0 /* positive integer */
378 * and sign to positive */
421 /* both positive or both negative */
426 /* one positive, the other negative */
451 /* subtract a negative from a positive, OR */
452 /* subtract a positive from a negative. */
458 /* subtract a positive from a positive, OR */
582 /* modulus P must be positive */
1287 * Simple function copies the input and fixes the sign to positive
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 74 using v8::internal::positive;
493 cond = masm->CheckPositiveSmi(rcx); // Zero counts as positive.
504 cond = masm->CheckPositiveSmi(rcx); // Negative smis are not positive.
510 cond = masm->CheckPositiveSmi(rcx); // Most negative smi is not positive.
521 cond = masm->CheckPositiveSmi(rcx); // Most positive smi is positive.
526 cond = masm->CheckPositiveSmi(rcx); // "Positive" non-smi.
    [all...]
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 716 // overflowing is impossible (e.g., subtracting two positive smis).
764 j(positive, &zero_correct_result); // Result was positive zero.
946 j(positive, &safe_div);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 192 assertEquals("If the sign is NaN, the result should be positive.",
206 "If the sign is positive, the result should be positive.",
257 assertEquals("If the sign is NaN, the result should be positive.",
270 "If the sign is positive, the result should be positive.",
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 494 // that, so this function may return a false positive. Since the upper
496 // closed by the server when we send a request anyway, a false positive in
505 // Unlike IsConnected, this method doesn't return a false positive.
    [all...]
  /external/chromium/third_party/icu/source/common/
uhash.c 109 adjusted so that they are always positive. We assume 32-bit
339 hashcode &= 0x7FFFFFFF; /* must be positive */
516 * Make hashcodes stored in table positive.
    [all...]
  /external/guava/javadoc/com/google/common/primitives/
UnsignedBytes.html 106 as the positive value <code>256 + b</code>). The corresponding methods that treat
260 the value of positive <code>129</code>.
264 <DT><B>Returns:</B><DD>a negative value if <code>a</code> is less than <code>b</code>; a positive
  /external/icu4c/common/
uhash.c 109 adjusted so that they are always positive. We assume 32-bit
339 hashcode &= 0x7FFFFFFF; /* must be positive */
516 * Make hashcodes stored in table positive.
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 196 * that default_display_exponent is positive.) */
358 ": only positive width/height, maxval == 255 allowed \n");
412 "\t\t first varies, second is usually 2.2, all are positive)\n"
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 453 // operator being applied to a positive integer literal, and
616 // operator being applied to a positive integer literal, and 2147483648 is
625 // operator being applied to a positive integer literal, and
    [all...]

Completed in 670 milliseconds

<<11121314151617181920>>