/external/opencv3/modules/core/src/opencl/runtime/generator/ |
D | parser_clamdfft.py | 17 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 …]
|
D | parser_cl.py | 23 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 …]
|
D | parser_clamdblas.py | 16 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 …]
|
D | common.py | 67 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/ |
D | README.txt | 9 $ 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/ |
D | Makefile.am | 7 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 \
|
D | alloc-fns-A.vgtest | 1 prog: alloc-fns
|
D | alloc-fns-B.vgtest | 1 prog: alloc-fns
|
D | big-alloc.post.exp-64bit | 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | big-alloc.post.exp-ppc64 | 48 99.38% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | deep-D.post.exp-ppc64 | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | overloaded-new.post.exp-mips32 | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/opencv3/3rdparty/libpng/ |
D | opencv-libpng.patch | 7 /* 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/ |
D | x87trigOOR.c | 129 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/ |
D | x87trigOOR.c | 129 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/ |
D | cascadeclassifier.cpp | 692 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/ |
D | fn.c | 297 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()
|
D | threads.c | 112 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/ |
D | doctest_webapp.py | 82 fns = os.listdir(dir) 83 fns.sort() 84 for fn in fns:
|
/external/libcxx/src/ |
D | ios.cpp | 237 …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/ |
D | ppc64shifts.c | 429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument 438 fn = fns[i]; in do_unary()
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 56 leaf fns.
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | replace-includes | 78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
|
/external/bison/doc/ |
D | Makefile.am | 22 CLEANFILES = bison.fns
|