Home
last modified time | relevance | path

Searched refs:NumElementsInType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith_main.cpp203 const static size_t NumElementsInType = Vectors<TypeUnsigned>::NumElements; in testsVecInt() local
209 for (size_t j = 0; j < NumElementsInType; ++j) { in testsVecInt()
234 std::cout << "test" << Funcs[f].Name << "v" << NumElementsInType << "i" in testsVecInt()
336 const static size_t NumElementsInType = 4; in testsVecFp() local
342 for (size_t j = 0; j < NumElementsInType; ++j) { in testsVecFp()
Dtest_fcmp_main.cpp170 const static size_t NumElementsInType = 4; in testsVector() local
179 for (size_t j = 0; j < NumElementsInType; ++j) { in testsVector()
Dtest_cast_main.cpp126 const static size_t NumElementsInType = Vectors<FromType>::NumElements; in testVector() local
138 for (size_t j = 0; j < NumElementsInType; ++j) { in testVector()
Dtest_icmp_main.cpp212 const static size_t NumElementsInType = Vectors<TypeUnsigned>::NumElements; in testsVecInt() local
218 for (size_t j = 0; j < NumElementsInType; ++j) { in testsVecInt()