Searched refs:DP (Results 1 - 25 of 32) sorted by relevance

12

/external/opencv/cv/src/
H A Dcvcondens.cpp49 // DP - dimension of the dynamical vector
57 CV_IMPL CvConDensation* cvCreateConDensation( int DP, int MP, int SamplesNum ) argument
65 if( DP < 0 || MP < 0 || SamplesNum < 0 )
72 CD->DP = DP;
77 CV_CALL( CD->flSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP ));
78 CV_CALL( CD->flNewSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP ));
83 CD->flSamples[i] = CD->flSamples[i - 1] + DP;
84 CD->flNewSamples[i] = CD->flNewSamples[i - 1] + DP;
87 CV_CALL( CD->State = (float *) cvAlloc( sizeof( float ) * DP ));
[all...]
H A Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP ) argument
53 if( DP <= 0 || MP <= 0 )
58 CP = DP;
64 kalman->DP = DP;
68 CV_CALL( kalman->state_pre = cvCreateMat( DP, 1, CV_32FC1 ));
71 CV_CALL( kalman->state_post = cvCreateMat( DP, 1, CV_32FC1 ));
74 CV_CALL( kalman->transition_matrix = cvCreateMat( DP, DP, CV_32FC1 ));
77 CV_CALL( kalman->process_noise_cov = cvCreateMat( DP, D
[all...]
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp106 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const {
107 DP << getMsgStr();
109 DP << " at line " << getLocCookie();
112 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
113 DP << "stack size limit exceeded (" << getStackSize() << ") in "
117 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const {
118 DP << "ignoring debug info with an invalid version (" << getMetadataVersion()
122 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const {
124 DP << getFileName() << ":" << getLineNum() << ": ";
126 DP << getFileNam
[all...]
H A DLLVMContext.cpp169 DiagnosticPrinterRawOStream DP(Stream);
170 DI.print(DP);
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h88 /// Print using the given \p DP a user-friendly message.
94 virtual void print(DiagnosticPrinter &DP) const = 0;
139 void print(DiagnosticPrinter &DP) const override;
166 void print(DiagnosticPrinter &DP) const override;
194 void print(DiagnosticPrinter &DP) const override;
219 void print(DiagnosticPrinter &DP) const override;
258 void print(DiagnosticPrinter &DP) const override;
/external/iproute2/tc/
H A Dq_gred.c40 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
46 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
76 fprintf(stderr, "\"default DP\" must be "
82 "\"default DP\" must be less than %d\n",
162 } else if (strcmp(*argv, "DP") == 0) {
164 opt.DP=strtol(*argv, (char **)NULL, 10);
165 DPRINTF ("\n ******* DP =%u\n",opt.DP);
166 if (opt.DP >MAX_DPs) { /* need a better error check */
167 fprintf(stderr, "DP
[all...]
/external/opencv/cv/include/
H A Dcvtypes.h251 int DP; member in struct:CvConDensation
274 int DP; /* number of state vector dimensions */ member in struct:CvKalman
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentCatalogActionsDictionary_autogen.cpp59 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DP(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentCatalogActionsDictionary
60 SkPdfNativeObject* ret = get("DP", "");
68 return get("DP", "") != NULL;
H A DSkPdfDocumentCatalogActionsDictionary_autogen.h529 SkPdfDictionary* DP(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentCatalogActionsDictionary_autogen.cpp59 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DP(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentCatalogActionsDictionary
60 SkPdfNativeObject* ret = get("DP", "");
68 return get("DP", "") != NULL;
H A DSkPdfDocumentCatalogActionsDictionary_autogen.h529 SkPdfDictionary* DP(SkPdfNativeDoc* doc);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp555 DiagnosticPrinterRawOStream DP(Stream);
556 DI.print(DP);
/external/libnl/include/linux/
H A Dpkt_sched.h213 __u32 DP; /* upto 2^32 DPs */ member in struct:tc_gred_qopt
/external/clang/lib/Parse/
H A DParser.cpp990 Decl *DP = Actions.HandleDeclarator(ParentScope, D, local
992 D.complete(DP);
998 if (DP) {
999 FunctionDecl *FnD = DP->getAsFunction();
1001 Actions.MarkAsLateParsedTemplate(FnD, DP, Toks);
1003 return DP;
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp529 DiagnosticPrinterRawOStream DP(Stream);
530 DI.print(DP);
/external/iproute2/include/linux/
H A Dpkt_sched.h268 __u32 DP; /* up to 2^32 DPs */ member in struct:tc_gred_qopt
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp125 Reg = CurDAG->getRegister(XCore::DP, MVT::i32);
H A DXCoreRegisterInfo.cpp235 Reserved.set(XCore::DP);
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h280 __u32 DP; /* up to 2^32 DPs */ member in struct:tc_gred_qopt
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp1058 HANDLE_NAME_ABBR(key, DecodeParms, DP);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp1058 HANDLE_NAME_ABBR(key, DecodeParms, DP);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1570 function RSASetPrivateEx(N,E,D,P,Q,DP,DQ,C) {
1577 this.dmp1 = parseBigInt(DP,16);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1570 function RSASetPrivateEx(N,E,D,P,Q,DP,DQ,C) {
1577 this.dmp1 = parseBigInt(DP,16);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1570 function RSASetPrivateEx(N,E,D,P,Q,DP,DQ,C) {
1577 this.dmp1 = parseBigInt(DP,16);
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js1578 function RSASetPrivateEx(N,E,D,P,Q,DP,DQ,C) {
1585 this.dmp1 = parseBigInt(DP,16);

Completed in 439 milliseconds

12