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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
got-negative-15-er.d 2 #ld: -shared --got=negative
got-negative-12-13-14-35-er.d 2 #ld: -shared --got=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/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/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)
  /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" }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
addr-syntax.s 1 ; Check that we can do negative displacements
3 ; Check postmodified immediate with positive and negative displacements
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mep/
relocs-bad3.s 6 # negative test from case 106708
  /external/valgrind/drd/tests/
annotate_ignore_read.stderr.exp 3 test69: negative
annotate_order_1.stderr.exp 3 test03: negative
annotate_order_2.stderr.exp 3 test30: negative
annotate_order_3.stderr.exp 3 test31: negative
annotate_spinlock.stderr.exp 3 test27: negative
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mrs-msr-arm-v7-a-bad.d 1 # name: MRS/MSR negative test, architecture v7-A, ARM mode
mrs-msr-thumb-v7-m-bad.d 1 # name: MRS/MSR negative test, architecture v7-M, Thumb mode
  /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;
  /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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16439.go 10 var b []int = []int{-1: 1} // ERROR "must be non-negative integer constant"
13 var d []int = []int{-2.0: 2} // ERROR "must be non-negative integer constant"
18 var g []int = []int{"a": 4} // ERROR "must be non-negative integer constant"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16439.go 10 var b []int = []int{-1: 1} // ERROR "must be non-negative integer constant"
13 var d []int = []int{-2.0: 2} // ERROR "must be non-negative integer constant"
18 var g []int = []int{"a": 4} // ERROR "must be non-negative integer constant"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-d10v/
reloc-011.d 5 # Test 10 bit pc rel reloc negative bad boundary.
reloc-012.d 5 # Test 10 bit pc rel reloc negative normal bad.
  /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...]
dng_mosaic_info.h 100 dng_negative &negative);
144 /// \param negative DNG negative of mosaiced data.
150 dng_negative &negative,
157 /// \param negative DNG negative of mosaiced data.
164 dng_negative &negative,
172 /// \param negative DNG negative of mosaiced data.
179 dng_negative &negative,
    [all...]
  /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

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>