/external/skia/bench/ |
bench_compare.py | 23 print ' d: diff' 24 print ' p: percent diff' 33 self.diff = old.time - new.time 36 diffp = self.diff / old.time 61 'd' : '{diff: >+10.2f} ', 70 'd' : '{diff: >10} ', 113 , diff='diff' 144 , diff=bench_diff.diff [all...] |
/external/libvpx/vp8/common/ |
invtrans.c | 23 x->block[i].dqcoeff[0] = b->diff[i]; 31 IDCT_INVOKE(rtcd, idct16)(b->dqcoeff, b->diff, pitch); 33 IDCT_INVOKE(rtcd, idct1)(b->dqcoeff, b->diff, pitch); 42 IDCT_INVOKE(rtcd, iwalsh16)(x->block[24].dqcoeff, x->block[24].diff); 73 IDCT_INVOKE(rtcd, iwalsh16)(&x->block[24].dqcoeff[0], x->block[24].diff);
|
recon.c | 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); 154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride) [all...] |
mbpitch.c | 90 x->block[r*4+c].diff = &x->diff[r * 4 * 16 + c * 4]; 99 x->block[16+r*2+c].diff = &x->diff[256 + r * 4 * 8 + c * 4]; 109 x->block[20+r*2+c].diff = &x->diff[320+ r * 4 * 8 + c * 4]; 115 x->block[24].diff = &x->diff[384];
|
/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 <= -5%</code></li> 29 <li>magenta: <code>-5% < diff < 0%</code></li> 30 <li>black: <code>0% <= diff < +10%</code></li> 31 <li>blue: <code>+10% <= diff < +25%</code></li> 32 <li>green: <code>diff >= +25%</code></li>
|
/external/llvm/test/Transforms/InstSimplify/ |
ptr_diff.ll | 13 %diff = sub i64 %last.int, %first.int 14 ret i64 %diff 31 %diff = sub i64 %last.int, %first.int 32 ret i64 %diff 46 %diff = sub i64 %last.int, %first.int 47 ret i64 %diff
|
/external/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/bench/ |
sched-pipe.c | 52 struct timeval start, stop, diff; local 87 timersub(&stop, &start, &diff); 101 result_usec = diff.tv_sec * 1000000; 102 result_usec += diff.tv_usec; 105 diff.tv_sec, 106 (unsigned long) (diff.tv_usec/1000)); 117 diff.tv_sec, 118 (unsigned long) (diff.tv_usec / 1000));
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 48 def _show_pretty_diff(self, diff): 55 pretty_diff_file = pretty_patch.pretty_diff_file(diff) 59 # file alive until the user has had a chance to confirm the diff. 69 diff = self.cached_lookup(state, "diff") 70 pretty_diff_file = self._show_pretty_diff(diff) 72 self._tool.user.page(diff) 73 diff_correct = self._tool.user.confirm("Was that diff correct?")
|
/external/clang/test/ARCMT/ |
api.m | 3 // RUN: diff %t %s.result
|
api.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/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 2 * Diff Match and Patch 5 * http://code.google.com/p/google-diff-match-patch/ 40 * Functions for diff, match and patch. 48 * Class containing the diff, match and patch methods. 57 * Number of seconds to map a diff before giving up (0 for infinity). 65 * The size beyond which the double-ended diff activates. 114 // DIFF FUNCTIONS 118 * The data structure representing a diff is a Linked list of Diff objects: 119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye") [all...] |
/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
|
global_section.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
linker_private_linkages.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
properties.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/tcpdump/tests/ |
esp1.sh | 7 if diff esp1.new esp1.out
|