Home
last modified time | relevance | path

Searched refs:ElementTypeUnsigned (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith_main.cpp169 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() typedef
208 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()
Dtest_icmp_main.cpp203 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() typedef