Home
last modified time | relevance | path

Searched refs:tidy (Results 1 – 25 of 103) sorted by relevance

12345

/external/opencv3/modules/imgproc/src/opencl/
Dpyr_up.cl82 const int tidy = get_local_id(1);
90 if( tidx < (LOCAL_SIZE/2 + 2) && tidy < LOCAL_SIZE/2 + 2 )
93 int srcy = EXTRAPOLATE(mad24((int)get_group_id(1), LOCAL_SIZE/2, tidy) - 1, src_rows);
95 s_srcPatch[tidy][tidx] = convertToFT(loadpix(srcData + srcy * src_step + srcx * PIXSIZE));
108 const FT coefy1 = (tidy & 1) == 0 ? co1 : (FT) 0;
109 const FT coefy2 = (tidy & 1) == 0 ? co3 : co2;
111 if(tidy < LOCAL_SIZE/2 + 2)
113 sum = coef2* s_srcPatch[tidy][1 + ((tidx - 1) >> 1)];
114 sum = mad(coef1, s_srcPatch[tidy][1 + ((tidx ) >> 1)], sum);
115 sum = mad(coef2, s_srcPatch[tidy][1 + ((tidx + 2) >> 1)], sum);
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dpyr_up.hpp144 const int tidy = threadIdx.y; in pyrUp() local
146 sum = sum + 0.0625f * s_dstPatch[2 + tidy - 2][threadIdx.x]; in pyrUp()
147 sum = sum + 0.25f * s_dstPatch[2 + tidy - 1][threadIdx.x]; in pyrUp()
148 sum = sum + 0.375f * s_dstPatch[2 + tidy ][threadIdx.x]; in pyrUp()
149 sum = sum + 0.25f * s_dstPatch[2 + tidy + 1][threadIdx.x]; in pyrUp()
150 sum = sum + 0.0625f * s_dstPatch[2 + tidy + 2][threadIdx.x]; in pyrUp()
/external/libdaemon/doc/
DMakefile.am44 tidy: README.html target
45 tidy -e < README.html
47 .PHONY: doxygen tidy
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-template.rb134 define_template( :class_definition, tidy( <<-'END'.chomp ) )
150 define_template( :attribute, tidy( <<-'END'.chomp ) )
161 define_template( :method, tidy( <<-'END'.chomp ) )
190 vegetable.to_s.should == tidy( <<-END.chomp )
234 vegetable.to_s.should == tidy( <<-END.chomp )
/external/opencv3/modules/cudawarping/src/cuda/
Dpyr_up.cu135 const int tidy = threadIdx.y; in pyrUp() local
137 sum = sum + 0.0625f * s_dstPatch[2 + tidy - 2][threadIdx.x]; in pyrUp()
138 sum = sum + 0.25f * s_dstPatch[2 + tidy - 1][threadIdx.x]; in pyrUp()
139 sum = sum + 0.375f * s_dstPatch[2 + tidy ][threadIdx.x]; in pyrUp()
140 sum = sum + 0.25f * s_dstPatch[2 + tidy + 1][threadIdx.x]; in pyrUp()
141 sum = sum + 0.0625f * s_dstPatch[2 + tidy + 2][threadIdx.x]; in pyrUp()
/external/llvm/test/CodeGen/ARM/
Deh-resume-darwin.ll1 ; RUN: llc < %s -mtriple=armv7-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
2 ; RUN: llc < %s -mtriple=armv7k-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
3 ; RUN: llc < %s -mtriple=armv7k-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=W…
Darm-and-tst-peephole.ll1 ; RUN: llc -mtriple=arm-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=ARM %s
2 ; RUN: llc -mtriple=thumb-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=THUMB %s
3 ; RUN: llc -mtriple=thumb-eabi -arm-atomic-cfg-tidy=0 -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
5 ; RUN: llc -mtriple=thumbv8-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=V8 %s
Dcall-tc.ll1 ; RUN: llc < %s -mtriple=armv6-apple-ios5.0 -mattr=+vfp2 -arm-atomic-cfg-tidy=0 | FileCheck %s -che…
2 ; RUN: llc < %s -mtriple=thumbv7-apple-ios5.0 -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=C…
3 …: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic -mattr=+vfp2 -arm-atomic-cfg-tidy=0 \
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-ifcvt3.ll1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 -arm-default-it | FileCheck %s
3 ; RUN: llc < %s -mtriple=thumbv8-apple-darwin -arm-atomic-cfg-tidy=0 -arm-no-restrict-it | FileChec…
Dv8_IT_3.ll1 ; RUN: llc < %s -mtriple=thumbv8 -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7 -arm-atomic-cfg-tidy=0 -arm-restrict-it | FileCheck %s
3 ; RUN: llc < %s -mtriple=thumbv8 -arm-atomic-cfg-tidy=0 -relocation-model=pic | FileCheck %s --chec…
4 ; RUN: llc < %s -mtriple=thumbv7 -arm-atomic-cfg-tidy=0 -arm-restrict-it -relocation-model=pic | Fi…
Dthumb2-ifcvt2.ll1 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -arm-default-it | FileCheck %s
3 ; RUN: llc < %s -mtriple=thumbv8-apple-ios -arm-atomic-cfg-tidy=0 -arm-no-restrict-it | FileCheck %s
Dv8_IT_5.ll1 ; RUN: llc < %s -mtriple=thumbv8 -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7 -arm-atomic-cfg-tidy=0 -arm-restrict-it | FileCheck %s
Dbuildvector-crash.ll1 ; RUN: llc < %s -O3 -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -mcpu=cortex-a8 | FileCheck %s
D2010-04-15-DynAllocBug.ll1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -arm-atomic-cfg-tidy=0 -O3 | FileChec…
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddot.rb71 TREE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
83 NODE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
87 EDGE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
Ddfa.rb161 message = Util.tidy( <<-END )
224 ANTLR3.bug!( Util.tidy( <<-END ) )
288 ANTLR3.bug!( Util.tidy( <<-END ) )
/external/markdown/markdown/extensions/
Dhtml_tidy.py32 import tidy
57 return unicode(tidy.parseString(text.encode('utf-8'),
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-branch_weights.ll1 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -veri…
2 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -fast-isel -fast-isel-abort=1 -ve…
Djump-table.ll1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=aarch64-none-linux-gnu -aarch64-atomic-cfg-tidy=0…
2 …machineinstrs -o - %s -mtriple=aarch64-none-linux-gnu -aarch64-atomic-cfg-tidy=0 | FileCheck --che…
3 …linux-gnu -verify-machineinstrs -relocation-model=pic -aarch64-atomic-cfg-tidy=0 -o - %s | FileChe…
Dblockaddress.ll1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs < %s | …
2 ; RUN: llc -code-model=large -mtriple=aarch64-none-linux-gnu -aarch64-atomic-cfg-tidy=0 -verify-mac…
Ddirectcond.ll1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 -aarch64-atomic-cfg-tidy=0 | F…
2 …< %s -mtriple=aarch64-none-linux-gnu -mattr=-fp-armv8 -aarch64-atomic-cfg-tidy=0 | FileCheck --che…
Darm64-frame-index.ll1 ; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-atomic-cfg-tidy=0 < %s | FileCheck %s
Dbreg.ll1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=aarch64-linux-gnu -aarch64-atomic-cfg-tidy=0 | Fi…
/external/markdown/docs/extensions/
DHTML_Tidy.txt9 [HTML Tidy]: http://tidy.sourceforge.net/
20 [options]: http://tidy.sourceforge.net/docs/quickref.html
/external/markdown/MarkdownTest/
Dreadme.txt1 MarkdownTest_1.0_2007-05-09 updated for the new version of tidy.

12345