Searched refs:_v2 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | weak_def_can_be_hidden.ll | 19 ; CHECK: .globl _v2 20 ; CHECK: .weak_definition _v2 22 ; CHECK-D89: .globl _v2 23 ; CHECK-D89: .weak_definition _v2
|
/external/llvm/test/CodeGen/X86/ |
D | weak_def_can_be_hidden.ll | 20 ; CHECK: .globl _v2 21 ; CHECK: .weak_definition _v2 23 ; CHECK-D89: .globl _v2 24 ; CHECK-D89: .weak_definition _v2
|
D | coff-comdat.ll | 79 ; CHECK: .globl _v2
|
/external/opencv3/modules/video/test/ |
D | test_optflowpyrlk.cpp | 73 CvMat *_u = 0, *_v = 0, *_v2 = 0; in run() local 115 _v2 = cvCloneMat( _u ); in run() 116 v2 = (CvPoint2D32f*)_v2->data.fl; in run() 206 cvReleaseMat( &_v2 ); in run()
|
/external/valgrind/none/tests/s390x/ |
D | spechelper-or.c | 3 #define branch(mask,_v1,_v2) \ argument 6 unsigned b1 = _v1, b2 = _v2; \
|
D | spechelper-slgr.c | 3 #define branch(mask,_v1,_v2) \ argument 7 unsigned long b2 = _v2; \
|
D | spechelper-slr.c | 3 #define branch(mask,_v1,_v2) \ argument 7 unsigned int b2 = _v2; \
|
D | spechelper-cr.c | 3 #define branch(mask,_v1,_v2) \ argument 6 unsigned b1 = _v1, b2 = _v2; \
|
D | spechelper-clr.c | 3 #define branch(mask,_v1,_v2) \ argument 6 unsigned b1 = _v1, b2 = _v2; \
|
D | spechelper-alr.c | 3 #define branch(mask,_v1,_v2) \ argument 7 unsigned b2 = _v2; \
|
D | spechelper-algr.c | 3 #define branch(mask,_v1,_v2) \ argument 7 unsigned long b2 = _v2; \
|
/external/opencv3/modules/core/src/ |
D | matmul.cpp | 2487 double cv::Mahalanobis( InputArray _v1, InputArray _v2, InputArray _icovar ) in Mahalanobis() argument 2489 Mat v1 = _v1.getMat(), v2 = _v2.getMat(), icovar = _icovar.getMat(); in Mahalanobis()
|