Searched refs:negative (Results 1 - 25 of 96) sorted by relevance

1234

/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
H A DJoyAxisTrigger.java40 private final boolean negative; field in class:JoyAxisTrigger
46 public JoyAxisTrigger(int joyId, int axisId, boolean negative) { argument
49 this.negative = negative;
52 public static int joyAxisHash(int joyId, int joyAxis, boolean negative){ argument
54 return (2048 * joyId) | (negative ? 1280 : 1024) | (joyAxis & 0xff);
66 return negative;
70 return "JoyAxis[joyId="+joyId+", axisId="+axisId+", neg="+negative+"]";
74 return joyAxisHash(joyId, axisId, negative);
H A DMouseAxisTrigger.java47 private boolean negative; field in class:MouseAxisTrigger
53 * @param negative True if listen to negative axis events, false if
56 public MouseAxisTrigger(int mouseAxis, boolean negative){ argument
61 this.negative = negative;
69 return negative;
73 String sign = negative ? "Negative" : "Positive";
82 public static int mouseAxisHash(int mouseAxis, boolean negative){ argument
84 return (negative
[all...]
/external/proguard/src/proguard/gui/
H A DFilterBuilder.java54 StringBuffer negative = new StringBuffer();
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
72 buildFilter(String prefix, StringBuffer positive, StringBuffer negative) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_read.stderr.exp3 test69: negative
H A Dannotate_order_1.stderr.exp3 test03: negative
H A Dannotate_order_2.stderr.exp3 test30: negative
H A Dannotate_order_3.stderr.exp3 test31: negative
H A Dannotate_spinlock.stderr.exp3 test27: negative
/external/guava/guava/src/com/google/common/primitives/
H A DAndroidInteger.java51 boolean negative = string.charAt(i) == '-';
52 if (negative && ++i == length) {
55 return tryParse(string, i, radix, negative);
60 boolean negative) {
77 if (!negative) {
59 tryParse(String string, int offset, int radix, boolean negative) argument
/external/v8/src/
H A Dconversions-inl.h66 bool negative = x < 0; local
67 if (negative) {
76 return negative ? ~result + 1 : result;
138 bool negative,
145 if (current == end) return SignedZero(negative);
223 if (negative) {
233 return static_cast<double>(negative ? -number : number) * pow(2.0, exponent);
249 bool negative = false;
263 negative = true;
270 if (current == end) return SignedZero(negative);
135 InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, EndMark end, bool negative, bool allow_trailing_junk) argument
[all...]
H A Dconversions.cc124 bool negative = false; local
126 // We must not negate the most negative int.
128 negative = true;
138 if (negative) buffer[--i] = '-';
150 bool negative = false; local
154 negative = true;
203 if (negative) builder.AddCharacter('-');
216 bool negative,
230 if (negative) builder.AddCharacter('-');
252 bool negative local
214 CreateExponentialRepresentation(char* decimal_rep, int exponent, bool negative, int significant_digits) argument
298 bool negative = false; local
[all...]
H A Dconversions.h55 inline double SignedZero(bool negative) { argument
56 return negative ? -0.0 : 0.0;
/external/smali/smali/src/main/java/org/jf/smali/
H A DLiteralTools.java51 boolean negative = false;
54 negative = true;
90 if (negative) {
121 boolean negative = false;
124 negative = true;
160 if (negative) {
185 boolean negative = false;
188 negative = true;
224 if (negative) {
255 boolean negative
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser_unittest.cc216 double negative = 0; local
217 AutofillUploadXmlParser parse_handler(&positive, &negative);
222 EXPECT_DOUBLE_EQ(0.3, negative);
230 double negative = 0; local
232 new AutofillUploadXmlParser(&positive, &negative));
237 EXPECT_DOUBLE_EQ(0.3, negative); // Partially parsed.
238 negative = 0;
242 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
247 EXPECT_DOUBLE_EQ(0, negative);
250 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.cpp103 bool negative = false; local
105 negative = true;
112 if (negative)
136 bool negative = false; local
138 negative = true;
145 if (negative)
183 bool negative = false; local
185 negative = true;
192 if (negative)
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_variance16x16_armv6.asm42 sel r6, r9, lr ; select bytes with negative difference
46 usad8 r5, r6, lr ; calculate sum of negative differences
50 subs r8, r8, r5 ; substract negative differences from sum
65 sel r6, r9, lr ; select bytes with negative difference
69 usad8 r5, r6, lr ; calculate sum of negative differences
74 sub r8, r8, r5 ; substract negative differences from sum
89 sel r6, r9, lr ; select bytes with negative difference
93 usad8 r5, r6, lr ; calculate sum of negative differences
98 sub r8, r8, r5 ; substract negative differences from sum
115 sel r6, r9, lr ; select bytes with negative differenc
[all...]
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm47 sel r6, r6, lr ; select bytes with negative difference
51 usad8 r5, r6, lr ; calculate sum of negative differences
55 subs r8, r8, r5 ; substract negative differences from sum
77 sel r6, r6, lr ; select bytes with negative difference
81 usad8 r5, r6, lr ; calculate sum of negative differences
86 sub r8, r8, r5 ; substract negative differences from sum
108 sel r6, r6, lr ; select bytes with negative difference
112 usad8 r5, r6, lr ; calculate sum of negative differences
117 sub r8, r8, r5 ; substract negative differences from sum
141 sel r6, r6, lr ; select bytes with negative differenc
[all...]
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm48 sel r6, r6, lr ; select bytes with negative difference
52 usad8 r5, r6, lr ; calculate sum of negative differences
56 subs r8, r8, r5 ; substract negative differences from sum
78 sel r6, r6, lr ; select bytes with negative difference
82 usad8 r5, r6, lr ; calculate sum of negative differences
87 sub r8, r8, r5 ; substract negative differences from sum
109 sel r6, r6, lr ; select bytes with negative difference
113 usad8 r5, r6, lr ; calculate sum of negative differences
118 sub r8, r8, r5 ; substract negative differences from sum
142 sel r6, r6, lr ; select bytes with negative differenc
[all...]
H A Dvp8_variance8x8_armv6.asm40 sel r8, r9, lr ; select bytes with negative difference
44 usad8 r7, r8, lr ; calculate sum of negative differences
48 sub r4, r4, r7 ; substract negative differences from sum
65 sel r8, r9, lr ; select bytes with negative difference
69 usad8 r7, r8, lr ; calculate sum of negative differences
74 sub r4, r4, r7 ; substract negative differences from sum
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm58 sel r6, r6, lr ; select bytes with negative difference
62 usad8 r5, r6, lr ; calculate sum of negative differences
66 subs r8, r8, r5 ; substract negative differences from sum
99 sel r6, r6, lr ; select bytes with negative difference
103 usad8 r5, r6, lr ; calculate sum of negative differences
108 sub r8, r8, r5 ; substract negative differences from sum
141 sel r6, r6, lr ; select bytes with negative difference
145 usad8 r5, r6, lr ; calculate sum of negative differences
150 sub r8, r8, r5 ; substract negative differences from sum
183 sel r6, r6, lr ; select bytes with negative differenc
[all...]
H A Dvp8_mse16x16_armv6.asm44 sel r8, r9, lr ; select bytes with negative difference
48 usad8 r6, r8, lr ; calculate sum of negative differences
65 sel r8, r9, lr ; select bytes with negative difference
69 usad8 r6, r8, lr ; calculate sum of negative differences
84 sel r8, r9, lr ; select bytes with negative difference
88 usad8 r6, r8, lr ; calculate sum of negative differences
107 sel r8, r9, lr ; select bytes with negative difference
111 usad8 r6, r8, lr ; calculate sum of negative differences
/external/bison/lib/
H A Dstrtol.c130 /* True if negative values of the signed integer type T use two's
255 int negative; local
312 negative = 1;
317 negative = 0;
321 negative = 0;
399 && i > (negative
411 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
416 return negative ? -i : i;
/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp103 bool negative = deltaY < 0; local
105 if (negative)
/external/chromium/net/base/
H A Ddnsrr_resolver.cc104 // kNegativeTTLSecs is the number of seconds for which we'll cache a negative
109 : ttl(0), dnssec(false), negative(false) {
217 response_.negative = true;
261 response_.negative = true;
285 response_.negative = true;
288 response_.negative = false;
321 response_.negative = true;
348 response_.negative = false;
353 response_.negative = true;
565 negative
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java306 // the number is negative, then set it again using setBit().
627 final boolean negative = currentToken.startsWith("-");
629 return negative ? Double.NEGATIVE_INFINITY : Double.POSITIVE_INFINITY;
652 final boolean negative = currentToken.startsWith("-");
654 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
1258 boolean negative = false;
1264 negative = true;
1281 if (negative) {
1303 if (negative) {

Completed in 395 milliseconds

1234