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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s 24 .global negative
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-mova.s 4 ! negative offset.
6 negative: label
11 mova start, r0 ! { dg-error "negative offset|pcrel too far" }
12 mova negative, r0 ! { dg-error "negative offset|pcrel too far" }
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
ParameterizedModifier.java 15 private final Modifier negative; field in class:ParameterizedModifier
20 * This constructor populates the ParameterizedModifier with a single positive and negative form.
25 public ParameterizedModifier(Modifier positive, Modifier negative) {
27 this.negative = negative;
33 * This constructor prepares the ParameterizedModifier to be populated with a positive and negative Modifier for
41 this.negative = null;
58 return isNegative ? negative : positive;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
ParameterizedModifier.java 13 private final Modifier negative; field in class:ParameterizedModifier
18 * This constructor populates the ParameterizedModifier with a single positive and negative form.
23 public ParameterizedModifier(Modifier positive, Modifier negative) {
25 this.negative = negative;
31 * This constructor prepares the ParameterizedModifier to be populated with a positive and negative Modifier for
39 this.negative = null;
56 return isNegative ? negative : positive;
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb.h 24 int negative; member in struct:ebb_state::__anon26883
  /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/syslinux/com32/lib/math/
strtod.c 51 int negative; local
64 negative = 0;
67 negative = 1; // Fall through to increment position
103 if (negative)
109 negative = 0;
112 negative = 1; // Fall through to increment pos
124 if (negative)
  /external/valgrind/VEX/priv/
host_generic_maddf.c 85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon41685
93 unsigned int negative:1;
303 if (v.ieee.negative)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 28 T CreateTestValue(bool negative, uint8_t num_bytes) {
31 val = (val << 8) + (negative ? (0xFF - i) : (i + 1));
33 if (negative && std::numeric_limits<T>::is_signed) {
57 // Test both for values that are positive and negative (if signed)
59 bool negative = neg > 0; local
62 T test_value = CreateTestValue<T>(negative, B);
79 // Test both for values that are positive and negative (if signed).
81 bool negative = neg > 0; local
84 T test_value = CreateTestValue<T>(negative, B);
  /bionic/tools/relocation_packer/src/
sleb128.cc 46 // negative number).
53 const bool negative = static_cast<int_t>(value) < 0; local
60 if (negative)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ieee754.h 36 unsigned int negative:1; member in struct:ieee754_float::__anon62354
43 unsigned int negative:1; member in struct:ieee754_float::__anon62354
51 unsigned int negative:1; member in struct:ieee754_float::__anon62355
60 unsigned int negative:1; member in struct:ieee754_float::__anon62355
76 unsigned int negative:1; member in struct:ieee754_double::__anon62356
86 unsigned int negative:1; member in struct:ieee754_double::__anon62356
93 unsigned int negative:1; member in struct:ieee754_double::__anon62356
102 unsigned int negative:1; member in struct:ieee754_double::__anon62357
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon62358
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon62358
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon62358
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon62359
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon62359
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon62359
    [all...]
  /external/adhd/cras/src/dsp/
drc_math.h 27 unsigned int negative:1; member in struct:ieee754_float::__anon14107
128 /* For negative or zero, just return a very small dB value. */
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
UnaryExpr.java 35 negative, // - enum constant in enum:UnaryExpr.Operator
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
UnaryExpr.java 34 negative, // - enum constant in enum:UnaryExpr.Operator
  /external/deqp/framework/common/
tcuAstcUtil.cpp 94 const bool negative = (src & (1 << (numSrcBits-1))) != 0; local
95 return src | (negative ? ~((1 << numSrcBits) - 1) : 0);
    [all...]
  /external/dng_sdk/source/
dng_validate.cpp 127 // Read into the negative.
129 AutoPtr<dng_negative> negative; local
144 negative.Reset (host.Make_dng_negative ());
146 negative->Parse (host, stream, info);
148 negative->PostParse (host, stream, info);
154 negative->ReadStage1Image (host, stream, info);
163 negative->ReadTransparencyMask (host, stream, info);
167 negative->ValidateRawImageDigest (host);
178 const dng_image &stage1 = *negative->Stage1Image ();
194 negative->SynchronizeMetadata ()
    [all...]
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 293 bool negative; local
295 negative = true;
298 negative = false;
304 if (negative)
  /external/pdfium/third_party/bigint/
BigInteger.hh 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enumerator in enum:BigInteger::Sign
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 17 negative
315 // isNonNegative returns true if v is known to be non-negative.
435 // but the negative branch only learns unsigned/GE.
547 if succ == negative {
575 return negative
588 if branch == negative {
589 // Negative branch taken, complement the relations.
648 // if x is larger than -y (y is negative), then slicemask is -1.
690 return negative
709 // need to take the positive branch (or negative) then that branch wil
16 negative const
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 17 negative
315 // isNonNegative returns true if v is known to be non-negative.
435 // but the negative branch only learns unsigned/GE.
547 if succ == negative {
575 return negative
588 if branch == negative {
589 // Negative branch taken, complement the relations.
648 // if x is larger than -y (y is negative), then slicemask is -1.
690 return negative
709 // need to take the positive branch (or negative) then that branch wil
16 negative const
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
FingerprintDialogView.java 50 * and positive/negative buttons.
150 final Button negative = mLayout.findViewById(R.id.button2); local
157 negative.setOnClickListener((View v) -> {
176 final Button negative = mLayout.findViewById(R.id.button2); local
203 negative.setText(mBundle.getCharSequence(BiometricPrompt.KEY_NEGATIVE_TEXT));
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 110 // Read into the negative.
112 AutoPtr<dng_negative> negative; local
121 negative.Reset(host.Make_dng_negative());
122 negative->Parse(host, stream, info);
123 negative->PostParse(host, stream, info);
127 negative->ReadStage1Image(host, stream, info);
132 negative->ReadTransparencyMask(host, stream, info);
135 negative->ValidateRawImageDigest(host);
142 const dng_image &stage1 = *negative->Stage1Image();
156 negative->SynchronizeMetadata()
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 929 // non-negative.
936 // negative returns 1 if b < 0 and 0 otherwise.
937 func negative(b int32) int32 { func
949 bNegative := negative(b)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 46 bool negative) {
49 RAW_CHECK(base == 10 || !negative);
50 RAW_CHECK(absolute_value || !negative);
53 if (negative && minimal_num_length)
55 if (negative && pad_with_zero)
76 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
88 pad_with_zero, false /* negative */);
93 bool negative = (num < 0); local
94 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
95 minimal_num_length, pad_with_zero, negative);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberFormatterApiTest.java 82 "Basic with Negative Sign",
153 "Scientific Negative",
305 "Compact with Negative Sign",
418 "Meters with Negative Sign",
554 "Currency with Negative Sign",
621 "Percent with Negative Sign",
1521 FormattedNumber negative = f.format(-1); local
    [all...]

Completed in 1602 milliseconds

1 2 3 4 5 6 7 8 91011>>