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

1 2 3 4

  /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
  /external/chromium_org/third_party/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);
  /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/valgrind/main/VEX/priv/
host_generic_maddf.c 85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon36509
93 unsigned int negative:1;
303 if (v.ieee.negative)
  /external/chromium_org/tools/relocation_packer/src/
sleb128.cc 24 // negative number).
29 const bool negative = value < 0; local
36 if (negative)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ieee754.h 36 unsigned int negative:1; member in struct:ieee754_float::__anon46553
43 unsigned int negative:1; member in struct:ieee754_float::__anon46553
51 unsigned int negative:1; member in struct:ieee754_float::__anon46554
60 unsigned int negative:1; member in struct:ieee754_float::__anon46554
76 unsigned int negative:1; member in struct:ieee754_double::__anon46555
86 unsigned int negative:1; member in struct:ieee754_double::__anon46555
93 unsigned int negative:1; member in struct:ieee754_double::__anon46555
102 unsigned int negative:1; member in struct:ieee754_double::__anon46556
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558
    [all...]
  /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::__anon48289
43 unsigned int negative:1; member in struct:ieee754_float::__anon48289
51 unsigned int negative:1; member in struct:ieee754_float::__anon48290
60 unsigned int negative:1; member in struct:ieee754_float::__anon48290
76 unsigned int negative:1; member in struct:ieee754_double::__anon48291
86 unsigned int negative:1; member in struct:ieee754_double::__anon48291
93 unsigned int negative:1; member in struct:ieee754_double::__anon48291
102 unsigned int negative:1; member in struct:ieee754_double::__anon48292
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294
    [all...]
  /external/chromium_org/media/audio/pulse/
pulse_util.cc 116 int negative = 0; local
118 if (pa_stream_get_latency(stream, &latency_micros, &negative) != 0)
121 if (negative)
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 100 bool negative = deltaY < 0; local
102 if (negative)
111 bool negative = deltaX < 0; local
113 if (negative)
  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.cpp 34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t
57 if (uA.negative() != uB.negative())
  /external/chromium_org/v8/src/
conversions-inl.h 32 inline double SignedZero(bool negative) {
33 return negative ? uint64_to_double(Double::kSignMask) : 0.0;
49 bool negative = x < 0; local
50 if (negative) {
63 return negative ? ~result + 1 : result;
133 bool negative,
140 if (current == end) return SignedZero(negative);
218 if (negative) {
226 return std::ldexp(static_cast<double>(negative ? -number : number), exponent);
242 bool negative = false
    [all...]
conversions.cc 177 bool negative = false; local
179 // We must not negate the most negative int.
181 negative = true;
191 if (negative) buffer[--i] = '-';
203 bool negative = false; local
207 negative = true;
256 if (negative) builder.AddCharacter('-');
269 bool negative,
283 if (negative) builder.AddCharacter('-');
304 bool negative = false local
350 bool negative = false; local
    [all...]
  /external/skia/experimental/Intersection/
DataTypes.cpp 34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t
57 if (uA.negative() != uB.negative())
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon18399::__anon18400
54 unsigned int negative:1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon31796::__anon31797
54 unsigned int negative:1;
  /external/stlport/test/unit/
sstream_test.cpp 38 CPPUNIT_TEST(negative);
58 void negative();
481 void SstreamTest::negative() function in class:SstreamTest
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 30 boolean negative; field in class:StringToReal.StringExponentPair
38 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
40 return negative ? -0.0f : 0.0f;
78 result.negative = (s.charAt(0) == '-');
145 result.negative = true;
230 boolean negative = false;
235 negative = true;
244 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
290 return info.negative ? -result : result;
331 return info.negative ? -result : result
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 38 CPPUNIT_TEST(negative);
58 void negative();
481 void SstreamTest::negative() function in class:SstreamTest
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 38 CPPUNIT_TEST(negative);
58 void negative();
481 void SstreamTest::negative() function in class:SstreamTest
  /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/chromium_org/base/
sys_info_android.cc 114 bool negative = result <= 0; local
116 if (!parsed || negative || overflow)
  /external/chromium_org/tools/traceline/traceline/
assembler.h 87 negative = sign, enumerator in enum:Condition
  /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/lldb/source/Plugins/Process/Utility/
ARMUtils.h 150 bool negative = BitIsSet(value, 31); local
159 carry_out = (negative ? 1 : 0);
160 return (negative ? 0xffffffff : 0);
  /external/smack/src/org/xbill/DNS/
APLRecord.java 25 public final boolean negative; field in class:APLRecord.Element
30 Element(int family, boolean negative, Object address, int prefixLength)
33 this.negative = negative;
44 * @param negative Indicates if this prefix is a negation.
50 Element(boolean negative, InetAddress address, int prefixLength) {
51 this(Address.familyOf(address), negative, address,
58 if (negative)
77 negative == elt.negative &
    [all...]

Completed in 1466 milliseconds

1 2 3 4