Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/external/proguard/src/proguard/gui/
DFilterBuilder.java54 StringBuffer negative = new StringBuffer(); in buildFilter() local
56 buildFilter("", positive, negative); in buildFilter()
58 return positive.length() <= negative.length() ? in buildFilter()
60 negative.toString(); in buildFilter()
74 StringBuffer negative) in buildFilter() argument
120 if (negative.length() > 0) in buildFilter()
122 negative.append(','); in buildFilter()
124 negative.append(prefix); in buildFilter()
128 negative.append('*'); in buildFilter()
189 if (negative.length() > 0 && in buildFilter()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
DJoyAxisTrigger.java40 private final boolean negative; field in JoyAxisTrigger
46 public JoyAxisTrigger(int joyId, int axisId, boolean negative) { in JoyAxisTrigger() argument
49 this.negative = negative; in JoyAxisTrigger()
52 public static int joyAxisHash(int joyId, int joyAxis, boolean negative){ in joyAxisHash() argument
54 return (2048 * joyId) | (negative ? 1280 : 1024) | (joyAxis & 0xff); in joyAxisHash()
66 return negative; in isNegative()
70 return "JoyAxis[joyId="+joyId+", axisId="+axisId+", neg="+negative+"]"; in getName()
74 return joyAxisHash(joyId, axisId, negative); in triggerHashCode()
DMouseAxisTrigger.java47 private boolean negative; field in MouseAxisTrigger
56 public MouseAxisTrigger(int mouseAxis, boolean negative){ in MouseAxisTrigger() argument
61 this.negative = negative; in MouseAxisTrigger()
69 return negative; in isNegative()
73 String sign = negative ? "Negative" : "Positive"; in getName()
82 public static int mouseAxisHash(int mouseAxis, boolean negative){ in mouseAxisHash() argument
84 return (negative ? 768 : 512) | (mouseAxis & 0xff); in mouseAxisHash()
88 return mouseAxisHash(mouseAxis, negative); in triggerHashCode()
/external/v8/src/
Dconversions-inl.h32 inline double SignedZero(bool negative) { in SignedZero() argument
33 return negative ? uint64_to_double(Double::kSignMask) : 0.0; in SignedZero()
49 bool negative = x < 0; in FastD2UI() local
50 if (negative) { in FastD2UI()
63 return negative ? ~result + 1 : result; in FastD2UI()
133 bool negative, in InternalStringToIntDouble() argument
140 if (current == end) return SignedZero(negative); in InternalStringToIntDouble()
218 if (negative) { in InternalStringToIntDouble()
226 return std::ldexp(static_cast<double>(negative ? -number : number), exponent); in InternalStringToIntDouble()
242 bool negative = false; in InternalStringToInt() local
[all …]
Dconversions.cc177 bool negative = false; in IntToCString() local
181 negative = true; in IntToCString()
191 if (negative) buffer[--i] = '-'; in IntToCString()
203 bool negative = false; in DoubleToFixedCString() local
207 negative = true; in DoubleToFixedCString()
256 if (negative) builder.AddCharacter('-'); in DoubleToFixedCString()
269 bool negative, in CreateExponentialRepresentation() argument
283 if (negative) builder.AddCharacter('-'); in CreateExponentialRepresentation()
304 bool negative = false; in DoubleToExponentialCString() local
307 negative = true; in DoubleToExponentialCString()
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java54 boolean negative = false; in parseByte()
57 negative = true; in parseByte()
93 if (negative) { in parseByte()
124 boolean negative = false; in parseShort()
127 negative = true; in parseShort()
163 if (negative) { in parseShort()
188 boolean negative = false; in parseInt()
191 negative = true; in parseInt()
227 if (negative) { in parseInt()
258 boolean negative = false; in parseLong()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dvariance_media.asm50 sel r6, r9, lr ; select bytes with negative difference
54 usad8 r5, r6, lr ; calculate sum of negative differences
58 subs r8, r8, r5 ; subtract negative differences from sum
73 sel r6, r9, lr ; select bytes with negative difference
77 usad8 r5, r6, lr ; calculate sum of negative differences
82 sub r8, r8, r5 ; subtract negative differences from sum
97 sel r6, r9, lr ; select bytes with negative difference
101 usad8 r5, r6, lr ; calculate sum of negative differences
106 sub r8, r8, r5 ; subtract negative differences from sum
123 sel r6, r9, lr ; select bytes with negative difference
[all …]
Dvariance_halfpixvar16x16_h_media.asm53 sel r6, r6, lr ; select bytes with negative difference
57 usad8 r5, r6, lr ; calculate sum of negative differences
61 subs r8, r8, r5 ; subtract negative differences from sum
83 sel r6, r6, lr ; select bytes with negative difference
87 usad8 r5, r6, lr ; calculate sum of negative differences
92 sub r8, r8, r5 ; subtract negative differences from sum
114 sel r6, r6, lr ; select bytes with negative difference
118 usad8 r5, r6, lr ; calculate sum of negative differences
123 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative difference
[all …]
Dvariance_halfpixvar16x16_v_media.asm54 sel r6, r6, lr ; select bytes with negative difference
58 usad8 r5, r6, lr ; calculate sum of negative differences
62 subs r8, r8, r5 ; subtract negative differences from sum
84 sel r6, r6, lr ; select bytes with negative difference
88 usad8 r5, r6, lr ; calculate sum of negative differences
93 sub r8, r8, r5 ; subtract negative differences from sum
115 sel r6, r6, lr ; select bytes with negative difference
119 usad8 r5, r6, lr ; calculate sum of negative differences
124 sub r8, r8, r5 ; subtract negative differences from sum
148 sel r6, r6, lr ; select bytes with negative difference
[all …]
Dvariance_halfpixvar16x16_hv_media.asm64 sel r6, r6, lr ; select bytes with negative difference
68 usad8 r5, r6, lr ; calculate sum of negative differences
72 subs r8, r8, r5 ; subtract negative differences from sum
105 sel r6, r6, lr ; select bytes with negative difference
109 usad8 r5, r6, lr ; calculate sum of negative differences
114 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative difference
151 usad8 r5, r6, lr ; calculate sum of negative differences
156 sub r8, r8, r5 ; subtract negative differences from sum
189 sel r6, r6, lr ; select bytes with negative difference
[all …]
/external/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s24 .global negative symbol
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
Ddirective_fill.s63 # CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect
67 # CHECK-WARNINGS: '.fill' directive with negative size has no effect
/external/pdfium/third_party/bigint/
DBigInteger.cc27 case negative: in BigInteger()
46 case negative: in BigInteger()
79 : BigInteger::negative; in signOf()
100 if (sign == negative) in convertToUnsignedPrimitive()
152 case negative: in compareTo()
257 sign = (a.sign == b.sign) ? positive : negative; in multiply()
316 q.sign = negative; in divideWithRemainder()
378 if (sign == negative) { in operator ++()
401 sign = negative; in operator --()
DBigIntegerUtils.cc15 return (x.getSign() == BigInteger::negative) in bigIntegerToString()
26 … (s[0] == '-') ? BigInteger(stringToBigUnsigned(s.substr(1, s.length() - 1)), BigInteger::negative) in stringToBigInteger()
53 if (x.getSign() == BigInteger::negative) in operator <<()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc47 bool negative) { in AppendNumber() argument
50 RAW_CHECK(base == 10 || !negative); in AppendNumber()
51 RAW_CHECK(absolute_value || !negative); in AppendNumber()
54 if (negative && minimal_num_length) in AppendNumber()
56 if (negative && pad_with_zero) in AppendNumber()
77 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
94 bool negative = (num < 0); in AppendSignedDecimal() local
95 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal()
96 minimal_num_length, pad_with_zero, negative); in AppendSignedDecimal()
/external/llvm/test/Transforms/InstSimplify/
D2011-11-23-MaskedBitsCrash.ll3 ; The mul can be proved to always overflow (turning a negative value
6 ; be assumed to have a negative value (since if not it has an undefined
7 ; value, which can be taken to be negative). We were reporting the mul
8 ; as being both positive and negative, firing an assertion!
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dbasic.ll108 br i1 %cmp, label %negative, label %out
110 negative:
128 …p = phi i32 [ 1, %entry ], [ -1, %negative ], [ -1, %negative ], [ -1, %negative ], [ -1, %negativ…
132 %q = phi i32 [ 0, %negative ], [ 0, %negative ]
/external/bison/lib/
Dstrtol.c241 int negative; in INTERNAL() local
298 negative = 1; in INTERNAL()
303 negative = 0; in INTERNAL()
307 negative = 0; in INTERNAL()
385 && i > (negative in INTERNAL()
397 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX; in INTERNAL()
402 return negative ? -i : i; in INTERNAL()
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt10 have it operate on two negative offsets based on the current register
20 they correspond to expressions like (x+y*z+p*q/ ...), so the negative
23 the negative sign is reduntant, so you would be storing small integers
/external/valgrind/memcheck/tests/
Dmalloc3.stderr.exp1 Argument 'size' of function malloc has a fishy (possibly negative) value: -1
5 Argument 'size' of function calloc has a fishy (possibly negative) value: -1
/external/llvm/test/CodeGen/SystemZ/
Dint-neg-02.ll1 ; Test negative integer absolute.
5 ; Test i32->i32 negative absolute using slt.
17 ; Test i32->i32 negative absolute using sle.
29 ; Test i32->i32 negative absolute using sgt.
41 ; Test i32->i32 negative absolute using sge.
53 ; Test i32->i64 negative absolute.
66 ; Test i32->i64 negative absolute that uses an "in-register" form of
81 ; Test i64 negative absolute.
Dand-06.ll6 ; Zero extension to 32 bits, negative constant.
19 ; Zero extension to 64 bits, negative constant.
58 ; Sign extension to 32 bits, negative constant.
71 ; Sign extension to 64 bits, negative constant.
Dxor-06.ll6 ; Zero extension to 32 bits, negative constant.
19 ; Zero extension to 64 bits, negative constant.
58 ; Sign extension to 32 bits, negative constant.
71 ; Sign extension to 64 bits, negative constant.
Dor-06.ll6 ; Zero extension to 32 bits, negative constant.
19 ; Zero extension to 64 bits, negative constant.
58 ; Sign extension to 32 bits, negative constant.
71 ; Sign extension to 64 bits, negative constant.
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h293 bool negative; in PopValueOrIdentifier() local
295 negative = true; in PopValueOrIdentifier()
298 negative = false; in PopValueOrIdentifier()
304 if (negative) in PopValueOrIdentifier()

12345678910>>...21