HomeSort by relevance Sort by last modified time
    Searched full:negative (Results 1 - 25 of 3468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_IGET_OBJECT_VOLATILE.S 2 %verify "negative value is sign-extended"
OP_IGET_VOLATILE.S 2 %verify "negative value is sign-extended"
OP_IGET_BYTE.S 2 %verify "negative value is sign-extended"
OP_IGET_BYTE_JUMBO.S 2 %verify "negative value is sign-extended"
OP_IGET_SHORT.S 2 %verify "negative value is sign-extended"
OP_IGET_SHORT_JUMBO.S 2 %verify "negative value is sign-extended"
  /external/valgrind/main/drd/tests/
annotate_ignore_read.stderr.exp 3 test69: negative
annotate_order_1.stderr.exp 3 test03: negative
annotate_order_2.stderr.exp 3 test30: negative
annotate_order_3.stderr.exp 3 test31: negative
annotate_spinlock.stderr.exp 3 test27: negative
  /dalvik/vm/mterp/armv5te/
OP_IGET_BYTE.S 2 %verify "negative value is sign-extended"
OP_IGET_BYTE_JUMBO.S 2 %verify "negative value is sign-extended"
OP_IGET_SHORT.S 2 %verify "negative value is sign-extended"
OP_IGET_SHORT_JUMBO.S 2 %verify "negative value is sign-extended"
  /external/clang/test/Preprocessor/
expr_usual_conversions.c 5 #if (-42 + 0U) /* expected-warning {{left side of operator converted from negative value to unsigned: -42 to 18446744073709551574}} */ \
6 / -2 /* expected-warning {{right side of operator converted from negative value to unsigned: -2 to 18446744073709551614}} */
  /libcore/luni/src/main/java/java/math/
Logical.java 128 /** @return sign = positive.magnitude & magnitude = -negative.magnitude */
129 static BigInteger andDiffSigns(BigInteger positive, BigInteger negative) {
130 // PRE: positive is positive and negative is negative
132 int iNeg = negative.getFirstNonzeroDigit();
134 // Look if the trailing zeros of the negative will "blank" all
145 resDigits[i] = -negative.digits[i] & positive.digits[i];
148 int limit = Math.min(negative.numberLength, positive.numberLength);
150 resDigits[i] = ~negative.digits[i] & positive.digits[i];
152 // if the negative was shorter must copy the remaining digit
    [all...]
  /external/proguard/src/proguard/gui/
FilterBuilder.java 54 StringBuffer negative = new StringBuffer(); local
56 buildFilter("", positive, negative);
58 return positive.length() <= negative.length() ?
60 negative.toString();
69 * @param negative the filter to be extended, assuming the matching
74 StringBuffer negative)
119 // Extend the negative filter with exceptions and return.
120 if (negative.length() > 0)
122 negative.append(',');
124 negative.append(prefix)
    [all...]
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForSigned.java 11 * Used to annotate a value that may be either negative or nonnegative, and
13 * negative values before using it in a way that requires the value to be
15 * requires it to be negative.
  /external/llvm/test/Assembler/
2007-03-19-NegValue.ll 1 ; Test whether negative values > 64 bits retain their negativeness.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ieee754.h 36 unsigned int negative:1; member in struct:ieee754_float::__anon20850
43 unsigned int negative:1; member in struct:ieee754_float::__anon20850
51 unsigned int negative:1; member in struct:ieee754_float::__anon20851
60 unsigned int negative:1; member in struct:ieee754_float::__anon20851
76 unsigned int negative:1; member in struct:ieee754_double::__anon20852
86 unsigned int negative:1; member in struct:ieee754_double::__anon20852
93 unsigned int negative:1; member in struct:ieee754_double::__anon20852
102 unsigned int negative:1; member in struct:ieee754_double::__anon20853
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon20854
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon20854
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon20854
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon20855
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon20855
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon20855
    [all...]
  /external/oprofile/events/ppc64/cell-be/
unit_masks 13 0x000 Negative polarity [optional ]
18 0x000 Negative polarity [optional ]
23 0x000 Negative polarity [optional ]
28 0x000 Negative polarity [optional ]
33 0x000 Negative polarity [optional ]
39 0x000 Negative polarity [optional ]
46 0x000 Negative polarity [optional ]
52 0x000 Negative polarity [optional ]
58 0x000 Negative polarity [optional ]
65 0x000 Negative polarity [optional
    [all...]
  /external/clang/test/CodeGen/
2005-07-20-SqrtNoErrno.c 2 // llvm.sqrt has undefined behavior on negative inputs, so it is
2009-09-24-SqrtErrno.c 2 // llvm.sqrt has undefined behavior on negative inputs, so it is
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 9 ~Lock() { int a[x]; } // expected-error {{declared as an array with a negative size}}

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>