HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 126 - 150 of 6908) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Feature/
global_section.ll 3 ; RUN: diff %t1.ll %t2.ll
prototype.ll 3 ; RUN: diff %t1.ll %t2.ll
  /external/llvm/test/Integer/
properties_bt.ll 3 ; RUN: diff %t1.ll %t2.ll
undefined_bt.ll 3 ; RUN: diff %t1.ll %t2.ll
unreachable_bt.ll 3 ; RUN: diff %t1.ll %t2.ll
  /external/llvm/test/Other/
spir_cc.ll 3 ; RUN: diff %t1.ll %t2.ll
  /frameworks/wilhelm/tools/mphtogen/
README.txt 9 Diff the new files in ../../src/autogen vs. the new ones as sanity check.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 42 const float diff = ROUND_FLOAT_10000(deltaA); local
43 if (diff > M_PI_F) {
44 const float normalizedDiff = 2.0f * M_PI_F - diff;
47 return diff;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/chromium_org/third_party/libyuv/source/
compare_common.cc 22 int diff = src_a[i] - src_b[i]; local
23 sse += (uint32)(diff * diff);
  /external/chromium_org/third_party/openssl/openssl/crypto/
pariscid.pl 136 my ($diff,$lastdiff)=("%r21","%r20");
148 ldi 0,$diff
152 add $diff,$tick,$tick
156 sub $tick,$lasttick,$diff
161 add $diff,$tick,$tick
183 ldi 0,$diff
187 add $diff,$tick,$tick
191 sub $tick,$lasttick,$diff
194 copy $diff,$lastdiff
197 add $diff,$tick,$tic
    [all...]
  /external/chromium_org/third_party/skia/bench/
bench_compare.py 30 print ' d: diff'
31 print ' p: percent diff'
42 self.diff = old.time - new.time
45 diffp = self.diff / old.time
123 'd' : '{diff: 0.2f}\t',
132 'd' : '{diff}\t',
144 'd' : '{diff: >+10.2f} ',
153 'd' : '{diff: >10} ',
172 , diff='diff'
    [all...]
  /external/chromium_org/third_party/webrtc/base/
versionparsing.cc 49 int diff = version1[i] - version2[i]; local
50 if (diff != 0) {
51 return diff;
  /external/chromium_org/tools/gyp/tools/
README 6 For example, if I want to diff the base.vcproj project:
11 And you can use your favorite diff tool to see the changes.
15 before you perform the diff
  /external/chromium_org/tools/site_compare/operators/
equals.py 32 diff = ImageChops.difference(im1, im2)
34 if max(diff.getextrema()) != (0, 0):
35 return ("The images differ", diff)
  /external/compiler-rt/test/asan/TestCases/
max_redzone.cc 24 size_t diff = after - before; local
25 return !(large_redzone ? diff > 46000000 : diff < 46000000);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/llvm/tools/llvm-diff/
Android.mk 7 # llvm-diff command line tool
11 llvm-diff.cpp \
25 LOCAL_MODULE := llvm-diff
  /external/openssl/crypto/
pariscid.pl 136 my ($diff,$lastdiff)=("%r21","%r20");
148 ldi 0,$diff
152 add $diff,$tick,$tick
156 sub $tick,$lasttick,$diff
161 add $diff,$tick,$tick
183 ldi 0,$diff
187 add $diff,$tick,$tick
191 sub $tick,$lasttick,$diff
194 copy $diff,$lastdiff
197 add $diff,$tick,$tic
    [all...]
  /external/skia/bench/
bench_compare.py 30 print ' d: diff'
31 print ' p: percent diff'
42 self.diff = old.time - new.time
45 diffp = self.diff / old.time
123 'd' : '{diff: 0.2f}\t',
132 'd' : '{diff}\t',
144 'd' : '{diff: >+10.2f} ',
153 'd' : '{diff: >10} ',
172 , diff='diff'
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 52 const float diff = value - mean_; local
53 return expf(-diff * diff / exp_denom_) / pdf_denom_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 353 // Build diff, expecting insert for data row and update enforcement
354 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
355 state.buildDiff(diff);
356 assertEquals("Unexpected operations", 3, diff.size());
358 final ContentProviderOperation oper = diff.get(0);
363 final ContentProviderOperation oper = diff.get(1);
368 final ContentProviderOperation oper = diff.get(2);
375 diff.clear();
376 state.buildDiff(diff);
377 assertEquals("Unexpected operations", 1, diff.size())
453 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
478 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
529 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
558 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
603 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
669 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_map_unittest.cc 265 std::set<std::string> diff; local
267 a.GetDifferingKeys(b, &diff);
270 EXPECT_EQ(diff, diff2);
272 EXPECT_TRUE(diff.find(kTestPolicyName1) == diff.end());
273 EXPECT_TRUE(diff.find(kTestPolicyName2) == diff.end());
275 EXPECT_TRUE(diff.find(kTestPolicyName3) != diff.end());
277 EXPECT_TRUE(diff.find(kTestPolicyName4) != diff.end())
    [all...]

Completed in 5704 milliseconds

1 2 3 4 56 7 8 91011>>