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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/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.11-4.8/sysroot/usr/include/
ieee754.h 36 unsigned int negative:1; member in struct:ieee754_float::__anon38524
43 unsigned int negative:1; member in struct:ieee754_float::__anon38524
51 unsigned int negative:1; member in struct:ieee754_float::__anon38525
60 unsigned int negative:1; member in struct:ieee754_float::__anon38525
76 unsigned int negative:1; member in struct:ieee754_double::__anon38526
86 unsigned int negative:1; member in struct:ieee754_double::__anon38526
93 unsigned int negative:1; member in struct:ieee754_double::__anon38526
102 unsigned int negative:1; member in struct:ieee754_double::__anon38527
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon38528
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon38528
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon38528
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon38529
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon38529
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon38529
    [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::__anon40426
43 unsigned int negative:1; member in struct:ieee754_float::__anon40426
51 unsigned int negative:1; member in struct:ieee754_float::__anon40427
60 unsigned int negative:1; member in struct:ieee754_float::__anon40427
76 unsigned int negative:1; member in struct:ieee754_double::__anon40428
86 unsigned int negative:1; member in struct:ieee754_double::__anon40428
93 unsigned int negative:1; member in struct:ieee754_double::__anon40428
102 unsigned int negative:1; member in struct:ieee754_double::__anon40429
113 unsigned int negative:1;
121 unsigned int negative:1
138 unsigned int negative:1; member in struct:ieee854_long_double::__anon40430
147 unsigned int negative:1; member in struct:ieee854_long_double::__anon40430
155 unsigned int negative:1; member in struct:ieee854_long_double::__anon40430
165 unsigned int negative:1; member in struct:ieee854_long_double::__anon40431
176 unsigned int negative:1; member in struct:ieee854_long_double::__anon40431
188 unsigned int negative:1; member in struct:ieee854_long_double::__anon40431
    [all...]
  /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...]
  /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" }
  /toolchain/binutils/binutils-2.25/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.25/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.25/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
  /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...]
  /toolchain/binutils/binutils-2.25/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
  /external/valgrind/memcheck/tests/
malloc3.stderr.exp 1 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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-6.s 2 % interpret it as a (section-relative) negative number.
loc-7.s 2 % interpret it as a (section-relative) negative number.
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 27 const SparseWeightVector<Key, Hash> &negative,
35 gradient.AdditiveWeightUpdate(-1.0, negative, 0.0);
64 const SparseWeightVector<Key, Hash> &negative) {
71 const double negative_score = ScoreSample(negative);
83 UpdateSubGradient(positive, negative, learning_rate,
90 UpdateSubGradient(positive, negative, learning_rate,
94 current_negative_.LoadWeightVector(negative);

Completed in 1709 milliseconds

1 2 3 4 5 6 7 8 91011>>