/external/opencv3/modules/imgproc/src/opencl/ |
D | pyr_up.cl | 82 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/ |
D | pyr_up.hpp | 144 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/ |
D | Makefile.am | 44 tidy: README.html target 45 tidy -e < README.html 47 .PHONY: doxygen tidy
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-template.rb | 134 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/ |
D | pyr_up.cu | 135 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/ |
D | eh-resume-darwin.ll | 1 ; 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…
|
D | arm-and-tst-peephole.ll | 1 ; 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
|
D | call-tc.ll | 1 ; 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/ |
D | thumb2-ifcvt3.ll | 1 ; 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…
|
D | v8_IT_3.ll | 1 ; 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…
|
D | thumb2-ifcvt2.ll | 1 ; 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
|
D | v8_IT_5.ll | 1 ; 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
|
D | buildvector-crash.ll | 1 ; RUN: llc < %s -O3 -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -mcpu=cortex-a8 | FileCheck %s
|
D | 2010-04-15-DynAllocBug.ll | 1 ; 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/ |
D | dot.rb | 71 TREE_TEMPLATE = ERB.new( Util.tidy( <<-END ) ) 83 NODE_TEMPLATE = ERB.new( Util.tidy( <<-END ) ) 87 EDGE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
|
D | dfa.rb | 161 message = Util.tidy( <<-END ) 224 ANTLR3.bug!( Util.tidy( <<-END ) ) 288 ANTLR3.bug!( Util.tidy( <<-END ) )
|
/external/markdown/markdown/extensions/ |
D | html_tidy.py | 32 import tidy 57 return unicode(tidy.parseString(text.encode('utf-8'),
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-branch_weights.ll | 1 ; 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…
|
D | jump-table.ll | 1 ; 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…
|
D | blockaddress.ll | 1 ; 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…
|
D | directcond.ll | 1 ; 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…
|
D | arm64-frame-index.ll | 1 ; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-atomic-cfg-tidy=0 < %s | FileCheck %s
|
D | breg.ll | 1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=aarch64-linux-gnu -aarch64-atomic-cfg-tidy=0 | Fi…
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 9 [HTML Tidy]: http://tidy.sourceforge.net/ 20 [options]: http://tidy.sourceforge.net/docs/quickref.html
|
/external/markdown/MarkdownTest/ |
D | readme.txt | 1 MarkdownTest_1.0_2007-05-09 updated for the new version of tidy.
|