Home
last modified time | relevance | path

Searched defs:VX (Results 1 – 5 of 5) 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/pdfium/third_party/lcms/include/
Dlcms2_plugin.h66 #define VX 0 macro
/external/mesa3d/src/imgui/
Dimgui_draw.cpp664 #define IM_NORMALIZE2F_OVER_ZERO(VX,VY) { float d2 = VX*VX + VY*VY; if (d2 … argument
665 #define IM_NORMALIZE2F_OVER_EPSILON_CLAMP(VX,VY,EPS,INVLENMAX) { float d2 = VX*VX + VY*VY; if (d2 … argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp3038 APInt VX = (A*X + B)*X + C; in SolveQuadraticEquationWrap() local