Home
last modified time | relevance | path

Searched refs:DP (Results 1 – 25 of 62) sorted by relevance

123

/external/opencv/cv/src/
Dcvcondens.cpp57 CV_IMPL CvConDensation* cvCreateConDensation( int DP, int MP, int SamplesNum ) in cvCreateConDensation() argument
65 if( DP < 0 || MP < 0 || SamplesNum < 0 ) in cvCreateConDensation()
72 CD->DP = DP; in cvCreateConDensation()
77 CV_CALL( CD->flSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP )); in cvCreateConDensation()
78 CV_CALL( CD->flNewSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP )); in cvCreateConDensation()
83 CD->flSamples[i] = CD->flSamples[i - 1] + DP; in cvCreateConDensation()
84 CD->flNewSamples[i] = CD->flNewSamples[i - 1] + DP; in cvCreateConDensation()
87 CV_CALL( CD->State = (float *) cvAlloc( sizeof( float ) * DP )); in cvCreateConDensation()
88 CV_CALL( CD->DynamMatr = (float *) cvAlloc( sizeof( float ) * DP * DP )); in cvCreateConDensation()
92 CV_CALL( CD->RandS = (CvRandState *) cvAlloc( sizeof( CvRandState ) * DP )); in cvCreateConDensation()
[all …]
Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP ) in cvCreateKalman() argument
53 if( DP <= 0 || MP <= 0 ) in cvCreateKalman()
58 CP = DP; in cvCreateKalman()
64 kalman->DP = DP; in cvCreateKalman()
68 CV_CALL( kalman->state_pre = cvCreateMat( DP, 1, CV_32FC1 )); in cvCreateKalman()
71 CV_CALL( kalman->state_post = cvCreateMat( DP, 1, CV_32FC1 )); in cvCreateKalman()
74 CV_CALL( kalman->transition_matrix = cvCreateMat( DP, DP, CV_32FC1 )); in cvCreateKalman()
77 CV_CALL( kalman->process_noise_cov = cvCreateMat( DP, DP, CV_32FC1 )); in cvCreateKalman()
80 CV_CALL( kalman->measurement_matrix = cvCreateMat( MP, DP, CV_32FC1 )); in cvCreateKalman()
86 CV_CALL( kalman->error_cov_pre = cvCreateMat( DP, DP, CV_32FC1 )); in cvCreateKalman()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dfloat-cmp.ll3 …-none-eabihf -mcpu=cortex-m7 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP
4 …-none-eabihf -mcpu=cortex-a8 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP
153 ; DP: vcmpe.f64
154 ; DP: moveq r0, #1
162 ; DP: vcmpe.f64
163 ; DP: movgt r0, #1
171 ; DP: vcmpe.f64
172 ; DP: movge r0, #1
180 ; DP: vcmpe.f64
181 ; DP: movmi r0, #1
[all …]
Dfloat-ops.ll3 …tex-m7 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP -check-prefix=FP-ARM…
4 …-check-prefix=CHECK -check-prefix=HARD -check-prefix=DP -check-prefix=VFP4-ALL -check-prefix=VFP4-
20 ; DP: vadd.f64 d0, d0, d1
39 ; DP: vsub.f64 d0, d0, d1
58 ; DP: vmul.f64 d0, d0, d1
77 ; DP: vdiv.f64 d0, d0, d1
142 ; DP: vcvt.f64.f32 d0, s0
151 ; DP: vcvt.f32.f64 s0, d0
170 ; DP: vcvt.s32.f64 s0, d0
171 ; DP: vmov r0, s0
[all …]
Daapcs.ll3 …-a8 -mattr=+vfp3 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP
21 ; DP: vmov.f64 d0, d1
/external/llvm/lib/IR/
DDiagnosticInfo.cpp107 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const { in print()
108 DP << getMsgStr(); in print()
110 DP << " at line " << getLocCookie(); in print()
113 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const { in print()
114 DP << "stack size limit exceeded (" << getStackSize() << ") in " in print()
118 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const { in print()
119 DP << "ignoring debug info with an invalid version (" << getMetadataVersion() in print()
123 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const { in print()
125 DP << getFileName() << ":" << getLineNum() << ": "; in print()
127 DP << getFileName() << ": "; in print()
[all …]
DLLVMContext.cpp205 DiagnosticPrinterRawOStream DP(Stream); in diagnose() local
206 DI.print(DP); in diagnose()
/external/llvm/test/CodeGen/ARM/
Darm32-rounding.ll1 …triple=armv8-linux-gnueabihf -mattr=+fp-armv8 | FileCheck --check-prefix=CHECK --check-prefix=DP %s
3 … llc < %s -mtriple=thumbv7em-linux-gnueabihf -mattr=+fp-armv8,+d16 | FileCheck --check-prefix=DP %s
15 ; DP: vrintm.f64
32 ; DP: vrintp.f64
49 ; DP: vrinta.f64
66 ; DP: vrintz.f64
83 ; DP: vrintr.f64
100 ; DP: vrintx.f64
/external/llvm/test/CodeGen/Generic/
Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
20 store i64 %d, i64* %DP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
40 store i64 %d, i64* %DP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
60 store i64 %d, i64* %DP
/external/iproute2/tc/
Dq_gred.c164 opt.DP=strtol(*argv, (char **)NULL, 10); in gred_parse_opt()
165 DPRINTF ("\n ******* DP =%u\n",opt.DP); in gred_parse_opt()
166 if (opt.DP >MAX_DPs) { /* need a better error check */ in gred_parse_opt()
167 fprintf(stderr, "DP =%u \n",opt.DP); in gred_parse_opt()
221 (opt.DP<0)) { in gred_parse_opt()
295 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
298 qopt->DP, in gred_print_opt()
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-fp-no-external-funcs.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
Dtest-fp.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
13 store double %R, double* %DP
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-fp-no-external-funcs.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
Dtest-fp.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
13 store double %R, double* %DP
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dtest-fp-no-external-funcs-remote.ll3 define double @test(double* %DP, double %Arg) nounwind {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dtest-fp-no-external-funcs-remote.ll3 define double @test(double* %DP, double %Arg) nounwind {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h99 virtual void print(DiagnosticPrinter &DP) const = 0;
146 void print(DiagnosticPrinter &DP) const override;
173 void print(DiagnosticPrinter &DP) const override;
201 void print(DiagnosticPrinter &DP) const override;
226 void print(DiagnosticPrinter &DP) const override;
266 void print(DiagnosticPrinter &DP) const override;
/external/clang/test/Modules/
Dadd-remove-private.m7 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
15 // RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -DP 2>&…
20 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp40 DiagnosticPrinterRawOStream DP(Stream); in LLVMParseBitcodeInContext() local
43 Buf, Ctx, [&](const DiagnosticInfo &DI) { DI.print(DP); }); in LLVMParseBitcodeInContext()
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp305 DivergencePropagator DP(F, TTI, in runOnFunction() local
308 DP.populateWithSourcesOfDivergence(); in runOnFunction()
309 DP.propagate(); in runOnFunction()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td39 def DP : Ri<13, "dp">, DwarfRegNum<[13]>;
57 R11, CP, DP, SP, LR)> {
/external/llvm/tools/llvm-link/
Dllvm-link.cpp105 DiagnosticPrinterRawOStream DP(errs()); in diagnosticHandler() local
106 DI.print(DP); in diagnosticHandler()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp128 DiagnosticPrinterRawOStream DP(OS); in diagnosticHandler() local
129 DI.print(DP); in diagnosticHandler()
/external/opencv/cv/include/
Dcvtypes.h251 int DP; member
274 int DP; /* number of state vector dimensions */ member
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_dur.pkb4 … ��s2!Q"!0������`A1�X�q����`00��3E�2q���` 0 ��kr�KR�2DP!�������00`q1…
9 �@�R`�bp r�DP�@�A1�1�!�1�Q!1 �A!�`%@� �&����Y��J��

123