Searched refs:vtm (Results 1 - 3 of 3) sorted by relevance
/external/opencv3/modules/viz/src/vtk/ |
H A D | vtkVizInteractorStyle.cpp | 980 vtkMatrix4x4 *vtm = cam->GetViewTransformMatrix(); local 981 Vec3d a_vector(vtm->GetElement(0,0), vtm->GetElement(0,1), vtm->GetElement(0,2)); 1020 vtkMatrix4x4 *vtm = cam->GetViewTransformMatrix(); local 1021 Vec3d a_vector(vtm->GetElement(0,0), vtm->GetElement(0,1), vtm->GetElement(0,2));
|
/external/llvm/test/MC/SystemZ/ |
H A D | insn-good-z13.s | 4479 #CHECK: vtm %v0, %v0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0xd8] 4480 #CHECK: vtm %v0, %v15 # encoding: [0xe7,0x0f,0x00,0x00,0x00,0xd8] 4481 #CHECK: vtm %v0, %v31 # encoding: [0xe7,0x0f,0x00,0x00,0x04,0xd8] 4482 #CHECK: vtm %v15, %v0 # encoding: [0xe7,0xf0,0x00,0x00,0x00,0xd8] 4483 #CHECK: vtm %v31, %v0 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0xd8] 4484 #CHECK: vtm %v14, %v17 # encoding: [0xe7,0xe1,0x00,0x00,0x04,0xd8] 4486 vtm %v0, %v0 4487 vtm %v0, %v15 4488 vtm %v0, %v31 4489 vtm [all...] |
H A D | insn-bad-zEC12.s | 1401 #CHECK: vtm %v0, %v0 1403 vtm %v0, %v0
|
Completed in 118 milliseconds