Searched defs:VY (Results 1 – 5 of 5) sorted by relevance
132 struct VY : VX struct133 { virtual ~VY() {} }; in ~VY() argument
67 #define VY 1 macro
664 #define IM_NORMALIZE2F_OVER_ZERO(VX,VY) { float d2 = VX*VX + VY*VY; if (d2 … argument665 #define IM_NORMALIZE2F_OVER_EPSILON_CLAMP(VX,VY,EPS,INVLENMAX) { float d2 = VX*VX + VY*VY; if (d2 … argument
3039 APInt VY = VX + TwoA*X + A + B; in SolveQuadraticEquationWrap() local
2813 uint32_t VY = CY->getZExtValue(); in LowerUAddSubO() local