Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 25 of 43) sorted by relevance

12

/external/opencv3/modules/core/src/opencl/runtime/generator/
Dparser_clamdfft.py17 fns = [] variable
76 fns.append(fn)
80 print 'Found %d functions' % len(fns)
82 postProcessParameters(fns)
85 pprint(fns)
90 numEnabled = readFunctionFilter(fns, filterFileName)
92 functionsFilter = generateFilterNames(fns)
97 ctx['CLAMDFFT_REMAP_ORIGIN'] = generateRemapOrigin(fns)
98 ctx['CLAMDFFT_REMAP_DYNAMIC'] = generateRemapDynamic(fns)
99 ctx['CLAMDFFT_FN_DECLARATIONS'] = generateFnDeclaration(fns)
[all …]
Dparser_cl.py23 fns = [] variable
85 fns.append(fn)
89 print 'Found %d functions' % len(fns)
91 postProcessParameters(fns)
94 pprint(fns)
99 numEnabled = readFunctionFilter(fns, filterFileName)
101 functionsFilter = generateFilterNames(fns)
106 ctx['CL_REMAP_ORIGIN'] = generateRemapOrigin(fns)
107 ctx['CL_REMAP_DYNAMIC'] = generateRemapDynamic(fns)
108 ctx['CL_FN_DECLARATIONS'] = generateFnDeclaration(fns)
[all …]
Dparser_clamdblas.py16 fns = [] variable
79 fns.append(fn)
83 print 'Found %d functions' % len(fns)
85 postProcessParameters(fns)
88 pprint(fns)
93 numEnabled = readFunctionFilter(fns, filterFileName)
95 functionsFilter = generateFilterNames(fns)
100 ctx['CLAMDBLAS_REMAP_ORIGIN'] = generateRemapOrigin(fns)
101 ctx['CLAMDBLAS_REMAP_DYNAMIC'] = generateRemapDynamic(fns)
102 ctx['CLAMDBLAS_FN_DECLARATIONS'] = generateFnDeclaration(fns)
[all …]
Dcommon.py67 def postProcessParameters(fns): argument
68 fns.sort(key=lambda x: x['name'])
69 for fn in fns:
83 def readFunctionFilter(fns, fileName): argument
102 for fn in fns:
134 def generateFilterNames(fns): argument
135 for fn in fns:
137 print '#total %d' % len(fns)
140 def generateStructDefinitions(fns, lprefix='opencl_fn', enumprefix='OPENCL_FN'): argument
143 for fn in fns:
[all …]
/external/clang/examples/PrintFunctionNames/
DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 …sserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print…
11 … ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-erro…
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 …rts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print…
16 …/../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-erro…
/external/valgrind/massif/tests/
DMakefile.am7 alloc-fns-A.post.exp alloc-fns-A.stderr.exp alloc-fns-A.vgtest \
8 alloc-fns-B.post.exp alloc-fns-B.stderr.exp alloc-fns-B.vgtest \
53 alloc-fns \
Dalloc-fns-A.vgtest1 prog: alloc-fns
Dalloc-fns-B.vgtest1 prog: alloc-fns
Dbig-alloc.post.exp-64bit48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Dbig-alloc.post.exp-ppc6448 99.38% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Ddeep-D.post.exp-ppc6448 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Doverloaded-new.post.exp-mips3244 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
/external/opencv3/3rdparty/libpng/
Dopencv-libpng.patch7 /* Memory model/platform independent fns */
18 -# ifdef _WINDOWS_ /* Favor Windows over C runtime fns */
19 +# if defined(_WINDOWS_) && !defined(WINRT) /* Favor Windows over C runtime fns */
/external/valgrind/none/tests/x86/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/valgrind/none/tests/amd64/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp692 FileNode fns = *it; in load() local
694 st.threshold = (float)fns[CUDA_CC_STAGE_THRESHOLD] - CUDA_THRESHOLD_EPS; in load()
696 fns = fns[CUDA_CC_WEAK_CLASSIFIERS]; in load()
697 if (fns.empty()) in load()
700 st.ntrees = (int)fns.size(); in load()
708 FileNodeIterator it1 = fns.begin(), it1_end = fns.end(); in load()
/external/valgrind/callgrind/
Dfn.c297 file->fns[i] = NULL; in new_file_node()
394 curr_fn_node = curr_file_node->fns[fnname_hash]; in get_fn_node_infile()
400 curr_file_node->fns[fnname_hash] = curr_fn_node = in get_fn_node_infile()
402 curr_file_node->fns[fnname_hash]); in get_fn_node_infile()
Dthreads.c112 CLG_(init_fn_stack) ( &(t->fns) ); in new_thread()
146 CLG_(copy_current_fn_stack) ( &(t->fns) ); in CLG_()
170 CLG_(set_current_fn_stack) ( &(t->fns) ); in CLG_()
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Ddoctest_webapp.py82 fns = os.listdir(dir)
83 fns.sort()
84 for fn in fns:
/external/libcxx/src/
Dios.cpp237 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
238 if (fns == 0) in register_callback()
240 __fn_ = fns; in register_callback()
/external/valgrind/auxprogs/
Dppc64shifts.c429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument
438 fn = fns[i]; in do_unary()
/external/e2fsprogs/doc/
DMakefile.in72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/llvm/lib/Target/Sparc/
DREADME.txt56 leaf fns.
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
/external/bison/doc/
DMakefile.am22 CLEANFILES = bison.fns

12