Home
last modified time | relevance | path

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

1234

/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/opencv3/modules/video/src/
Dkalman.cpp52 void KalmanFilter::init(int DP, int MP, int CP, int type) in init() argument
54 CV_Assert( DP > 0 && MP > 0 ); in init()
58 statePre = Mat::zeros(DP, 1, type); in init()
59 statePost = Mat::zeros(DP, 1, type); in init()
60 transitionMatrix = Mat::eye(DP, DP, type); in init()
62 processNoiseCov = Mat::eye(DP, DP, type); in init()
63 measurementMatrix = Mat::zeros(MP, DP, type); in init()
66 errorCovPre = Mat::zeros(DP, DP, type); in init()
67 errorCovPost = Mat::zeros(DP, DP, type); in init()
68 gain = Mat::zeros(DP, MP, type); in init()
[all …]
Dcompat_video.cpp93 cvCreateKalman( int DP, int MP, int CP ) in cvCreateKalman() argument
97 if( DP <= 0 || MP <= 0 ) in cvCreateKalman()
102 CP = DP; in cvCreateKalman()
108 kalman->DP = DP; in cvCreateKalman()
112 kalman->state_pre = cvCreateMat( DP, 1, CV_32FC1 ); in cvCreateKalman()
115 kalman->state_post = cvCreateMat( DP, 1, CV_32FC1 ); in cvCreateKalman()
118 kalman->transition_matrix = cvCreateMat( DP, DP, CV_32FC1 ); in cvCreateKalman()
121 kalman->process_noise_cov = cvCreateMat( DP, DP, CV_32FC1 ); in cvCreateKalman()
124 kalman->measurement_matrix = cvCreateMat( MP, DP, CV_32FC1 ); in cvCreateKalman()
130 kalman->error_cov_pre = cvCreateMat( DP, DP, CV_32FC1 ); in cvCreateKalman()
[all …]
/external/llvm/lib/IR/
DDiagnosticInfo.cpp109 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const { in print()
110 DP << getMsgStr(); in print()
112 DP << " at line " << getLocCookie(); in print()
115 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const { in print()
116 DP << "stack size limit exceeded (" << getStackSize() << ") in " in print()
120 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const { in print()
121 DP << "ignoring debug info with an invalid version (" << getMetadataVersion() in print()
125 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const { in print()
127 DP << getFileName(); in print()
129 DP << ":" << getLineNum(); in print()
[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
157 ; DP: vcmpe.f64
158 ; DP: moveq r0, #1
166 ; DP: vcmpe.f64
167 ; DP: movgt r0, #1
175 ; DP: vcmpe.f64
176 ; DP: movge r0, #1
184 ; DP: vcmpe.f64
185 ; 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
140 ; DP: vcvt.f64.f32 d0, s0
149 ; DP: vcvt.f32.f64 s0, d0
168 ; DP: vcvt.s32.f64 s0, d0
169 ; DP: vmov r0, s0
[all …]
/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/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/include/llvm/IR/
DDiagnosticInfo.h103 virtual void print(DiagnosticPrinter &DP) const = 0;
152 void print(DiagnosticPrinter &DP) const override;
179 void print(DiagnosticPrinter &DP) const override;
207 void print(DiagnosticPrinter &DP) const override;
231 void print(DiagnosticPrinter &DP) const override;
261 void print(DiagnosticPrinter &DP) const override;
296 void print(DiagnosticPrinter &DP) const override;
489 void print(DiagnosticPrinter &DP) const override;
/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/iproute2/tc/
Dq_gred.c135 opt.DP = MAX_DPs; in gred_parse_opt()
168 if (get_unsigned(&opt.DP, *argv, 10)) { in gred_parse_opt()
171 } else if (opt.DP >= MAX_DPs) { in gred_parse_opt()
225 if (opt.DP == MAX_DPs || !opt.limit || !opt.qth_min || !opt.qth_max || in gred_parse_opt()
318 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
320 qopt->DP, in gred_print_opt()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUDiagnosticInfoUnsupported.cpp24 void DiagnosticInfoUnsupported::print(DiagnosticPrinter &DP) const { in print()
25 DP << "unsupported " << getDescription() << " in " << Fn.getName(); in print()
/external/clang/test/Modules/
Dadd-remove-private.m7 …dules -fimplicit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
15 …icit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -DP 2>&1 | FileCheck %s
20 …dules -fimplicit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
/external/fec/
Dsse2bfly29.s12 .set DP,512
36 movl DP(%edx),%edx # edx -> decisions
Dmmxbfly27.s12 .set DP,128
35 movl DP(%edx),%edx # edx -> decisions
Dmmxbfly29.s10 .set DP,512
37 movl DP(%edx),%edx # edx -> decisions
Dssebfly27.s13 .set DP,128
36 movl DP(%edx),%edx # edx -> decisions
188 movl %edx,DP(%ebx) # stash incremented value of vp->dp
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp288 DivergencePropagator DP(F, TTI, in runOnFunction() local
291 DP.populateWithSourcesOfDivergence(); in runOnFunction()
292 DP.propagate(); in runOnFunction()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td39 def DP : Ri<13, "dp">, DwarfRegNum<[13]>;
57 R11, CP, DP, SP, LR)> {

1234