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

1 2 3 4 5 6 7 8 9

  /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.25/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/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb.h 24 int negative; member in struct:ebb_state::__anon24820
  /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::__anon34906
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.11-4.8/sysroot/usr/include/
ieee754.h 36 unsigned int negative:1; member in struct:ieee754_float::__anon47241
43 unsigned int negative:1; member in struct:ieee754_float::__anon47241
51 unsigned int negative:1; member in struct:ieee754_float::__anon47242
60 unsigned int negative:1; member in struct:ieee754_float::__anon47242
76 unsigned int negative:1; member in struct:ieee754_double::__anon47243
86 unsigned int negative:1; member in struct:ieee754_double::__anon47243
93 unsigned int negative:1; member in struct:ieee754_double::__anon47243
102 unsigned int negative:1; member in struct:ieee754_double::__anon47244
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon47245
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon47245
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon47245
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon47246
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon47246
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon47246
    [all...]
  /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::__anon49146
43 unsigned int negative:1; member in struct:ieee754_float::__anon49146
51 unsigned int negative:1; member in struct:ieee754_float::__anon49147
60 unsigned int negative:1; member in struct:ieee754_float::__anon49147
76 unsigned int negative:1; member in struct:ieee754_double::__anon49148
86 unsigned int negative:1; member in struct:ieee754_double::__anon49148
93 unsigned int negative:1; member in struct:ieee754_double::__anon49148
102 unsigned int negative:1; member in struct:ieee754_double::__anon49149
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon49150
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon49150
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon49150
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon49151
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon49151
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon49151
    [all...]
  /device/google/dragon/audio/hal/dsp/
drc_math.h 64 unsigned int negative:1; member in struct:ieee754_float::__anon3325
125 /* For negative or zero, just return a very small dB value. */
  /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/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon27143::__anon27144
54 unsigned int negative:1;
  /external/pdfium/third_party/bigint/
BigInteger.hh 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enumerator in enum:BigInteger::Sign
  /external/v8/src/
conversions-inl.h 33 inline double SignedZero(bool negative) {
34 return negative ? uint64_to_double(Double::kSignMask) : 0.0;
50 bool negative = x < 0; local
51 if (negative) {
64 return negative ? ~result + 1 : result;
212 bool negative,
219 if (current == end) return SignedZero(negative);
297 if (negative) {
305 return std::ldexp(static_cast<double>(negative ? -number : number), exponent);
321 bool negative = false
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 17 negative
309 // isNonNegative returns true if v is known to be non-negative.
429 // but the negative branch only learns unsigned/GE.
516 if succ == negative {
544 return negative
557 if branch == negative {
558 // Negative branch taken, complement the relations.
591 // if x is larger than -y (y is negative), then slicemask is -1.
633 return negative
652 // 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
309 // isNonNegative returns true if v is known to be non-negative.
429 // but the negative branch only learns unsigned/GE.
516 if succ == negative {
544 return negative
557 if branch == negative {
558 // Negative branch taken, complement the relations.
591 // if x is larger than -y (y is negative), then slicemask is -1.
633 return negative
652 // need to take the positive branch (or negative) then that branch wil
16 negative const
    [all...]
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 93 final int negative = -5; local
102 myAbsSeekBar.setThumbOffset(negative);
103 assertEquals(negative, myAbsSeekBar.getThumbOffset());
  /external/bison/lib/
strtol.c 124 /* True if negative values of the signed integer type T use two's
241 int negative; local
298 negative = 1;
303 negative = 0;
307 negative = 0;
385 && i > (negative
397 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
402 return negative ? -i : i;
  /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/openssh/
ge25519.c 163 static unsigned char negative(signed char b) function
180 fe25519_cmov(&t->x, &v, negative(b));
smult_curve25519_ref.c 54 unsigned int negative; local
58 negative = -((a[31] >> 7) & 1);
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);

Completed in 986 milliseconds

1 2 3 4 5 6 7 8 9