Searched refs:ElementTypeUnsigned (Results 1 – 2 of 2) sorted by relevance
169 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() typedef208 ElementTypeUnsigned Element1 = Values[Index() % NumValues]; in testsVecInt()209 ElementTypeUnsigned Element2 = Values[Index() % NumValues]; in testsVecInt()214 Element2 &= CHAR_BIT * sizeof(ElementTypeUnsigned) - 1; in testsVecInt()233 << (CHAR_BIT * sizeof(ElementTypeUnsigned)) << "(" in testsVecInt()
203 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() typedef