HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 76 - 100 of 4403) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/math/jni/
math.cpp 28 long double diff = a - b; local
29 if (diff < 0)
30 diff = -diff;
31 if (diff > 0.0000001)
  /external/clang/tools/clang-format/
clang-format-diff.py 3 #===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===#
13 ClangFormat Diff Reformatter
16 This script reads input from a unified diff and reformats all the changed
20 git diff -U0 HEAD^ | clang-format-diff.py -p1 -i
21 svn diff --diff-cmd=diff -x-U0 | clang-format-diff.py -
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 14 -n, --dry-run Shows a diff of the changes to be made.
71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3
94 ORIG_DIFF=orig.diff.$$
95 MODIFIED_DIFF=modified.diff.$$
96 FINAL_DIFF=final.diff.$$
111 if ! git diff --quiet HEAD; then
119 # Collect the original diff
122 # Apply the style guide on new and modified files and collect its diff
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 14 -n, --dry-run Shows a diff of the changes to be made.
71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3
94 ORIG_DIFF=orig.diff.$$
95 MODIFIED_DIFF=modified.diff.$$
96 FINAL_DIFF=final.diff.$$
111 if ! git diff --quiet HEAD; then
119 # Collect the original diff
122 # Apply the style guide on new and modified files and collect its diff
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 26 <li>results color depends on the diff of the delta with the baseline:
28 <li>red: <code>diff &lt;= -5%</code></li>
29 <li>magenta: <code>-5% &lt; diff &lt; 0%</code></li>
30 <li>black: <code>0% &lt;= diff &lt; +10%</code></li>
31 <li>blue: <code>+10% &lt;= diff &lt; +25%</code></li>
32 <li>green: <code>diff &gt;= +25%</code></li>
  /art/runtime/arch/arm64/
memcmp16_arm64.S 39 #define diff x6 define
66 eor diff, data1, data2 /* Non-zero if differences found. */
67 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
71 /* Not reached the limit, must have found a diff. */
86 // Swap the byte order of diff. Exact reverse is not important, as we only need to detect
88 rev diff, diff
89 // The most significant bit of DIFF marks the least significant bit of change between DATA1/2
90 clz diff, diff
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ThresholdDifferenceComparer.rs 20 float diff = l1 - l2;
21 if (fabs(diff) >= THRESHOLD) {
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 15 ;# r3 short *diff
56 stvx v3, 0, r3 ;# store out diff
65 stvx v3, r10, r3 ;# store out diff
93 stvx v3, 0, r3 ;# store out diff
102 stvx v3, r10, r3 ;# store out diff
112 ;# r3 short *diff
138 stvx v3, 0, r3 ;# store out diff
145 stvx v3, r10, r3 ;# store out diff
  /external/linux-tools-perf/src/tools/perf/bench/
sched-pipe.c 50 struct timeval start, stop, diff; local
85 timersub(&stop, &start, &diff);
99 result_usec = diff.tv_sec * 1000000;
100 result_usec += diff.tv_usec;
103 diff.tv_sec,
104 (unsigned long) (diff.tv_usec/1000));
115 diff.tv_sec,
116 (unsigned long) (diff.tv_usec / 1000));
  /external/llvm/test/CodeGen/SystemZ/
fp-mul-05.ll 17 %diff = fmul fp128 %f1, %f2x
18 store fp128 %diff, fp128 *%ptr
  /external/pdfium/testing/tools/
text_diff.py 26 for diff in diffs:
27 sys.stdout.write(diff)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
README.webm 12 - nestegg/0001-include-paths.diff
14 - 0002-ne_read_simple-uninitialized_variable.diff
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 15 ;# r3 short *diff
56 stvx v3, 0, r3 ;# store out diff
65 stvx v3, r10, r3 ;# store out diff
93 stvx v3, 0, r3 ;# store out diff
102 stvx v3, r10, r3 ;# store out diff
112 ;# r3 short *diff
138 stvx v3, 0, r3 ;# store out diff
145 stvx v3, r10, r3 ;# store out diff
  /external/clang/test/ARCMT/
api.m 3 // RUN: diff %t %s.result
api.m.result 3 // RUN: diff %t %s.result
dispatch.m.result 3 // RUN: diff %t %s.result
with-arc-mode-modify.m 4 // RUN: diff %t %s.result
with-arc-mode-modify.m.result 4 // RUN: diff %t %s.result
  /external/clang/test/Frontend/
ast-main.c 4 // RUN: diff %t1.ll %t2.ll
  /external/expat/
README.android 6 files to make the diff of what we are using clearer. It is reasonable
  /external/google-breakpad/src/tools/solaris/dump_syms/
run_regtest.sh 40 diff -u testdata/dump_syms_regtest.new testdata/dump_syms_regtest.sym > \
41 testdata/dump_syms_regtest.diff
45 rm testdata/dump_syms_regtest.diff testdata/dump_syms_regtest.new
48 echo "FAIL, see testdata/dump_syms_regtest.[new|diff]"
  /external/google-breakpad/src/tools/windows/dump_syms/
run_regtest.sh 42 diff -u testdata/dump_syms_regtest.new testdata/dump_syms_regtest.sym > \
43 testdata/dump_syms_regtest.diff
47 rm testdata/dump_syms_regtest.diff testdata/dump_syms_regtest.new
50 echo "FAIL, see testdata/dump_syms_regtest.[new|diff]"
  /external/iproute2/
.gitignore 20 *.diff
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Utils.c 42 int8_t diff = 0; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
52 return (int)diff;
  /external/llvm/test/Feature/
float.ll 3 ; RUN: diff %t1.ll %t2.ll

Completed in 102 milliseconds

1 2 34 5 6 7 8 91011>>