Home
last modified time | relevance | path

Searched defs:VX (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Dsmallvectors.cpp18 typedef Matrix<Scalar, Dynamic, 1> VX; in smallVectors() typedef
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp129 struct VX struct
130 { virtual ~VX() {} }; in ~VX() argument
/external/valgrind/main/VEX/priv/
Dmain_main.c1156 const UInt VX = VEX_HWCAPS_PPC32_VX; in show_hwcaps_ppc32() local
1180 const UInt VX = VEX_HWCAPS_PPC64_VX; in show_hwcaps_ppc64() local
/external/qemu/
Dppc-dis.c1713 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) macro