Searched refs:vectAsString (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_select_main.cpp | 60 std::cout << vectAsString<TI1>(Cond) in testSelect() 61 << ", Value1=" << vectAsString<T>(Value1) in testSelect() 62 << ", Value2=" << vectAsString<T>(Value2) << ")\n"; in testSelect() 63 std::cout << "llc=" << vectAsString<T>(ResultLlc) << "\n"; in testSelect() 64 std::cout << "sz =" << vectAsString<T>(ResultSz) << "\n"; in testSelect() 96 std::cout << vectAsString<v4i1>(Cond) in testSelect() 97 << ", Value1=" << vectAsString<v4f32>(Value1) in testSelect() 98 << ", Value2=" << vectAsString<v4f32>(Value2) << ")\n"; in testSelect() 99 std::cout << "llc=" << vectAsString<v4f32>(ResultLlc) << "\n"; in testSelect() 100 std::cout << "sz =" << vectAsString<v4f32>(ResultSz) << "\n"; in testSelect() [all …]
|
D | test_icmp_main.cpp | 250 << vectAsString<TypeUnsignedLabel>(Value1) << "," in testsVecInt() 251 << vectAsString<TypeUnsignedLabel>(Value2) in testsVecInt() 252 << "): sz=" << vectAsString<TypeUnsignedLabel>(ResultSz) in testsVecInt() 253 << " llc=" << vectAsString<TypeUnsignedLabel>(ResultLlc) in testsVecInt() 311 << vectAsString<T>(Value1) << "," in testsVecI1() 312 << vectAsString<T>(Value2) in testsVecI1() 313 << "): sz=" << vectAsString<T>(ResultSz) in testsVecI1() 314 << " llc=" << vectAsString<T>(ResultLlc) << "\n"; in testsVecI1() 338 << vectAsString<T>(Value1) << "," << vectAsString<T>(Value2) in testsVecI1() 339 << "): sz=" << vectAsString<T>(ResultSz) in testsVecI1() [all …]
|
D | test_vector_ops_main.cpp | 90 std::cout << vectAsString<T>(Vect) in testInsertElement() 93 std::cout << "llc=" << vectAsString<T>(ResultLlc) << "\n"; in testInsertElement() 94 std::cout << "sz =" << vectAsString<T>(ResultSz) << "\n"; in testInsertElement() 123 std::cout << vectAsString<T>(Vect) << ", Pos=" << I << ")\n"; in testExtractElement() 155 std::cout << vectAsString<T>(Vect0) in testShuffleVector() 156 << ", Vect1=" << vectAsString<T>(Vect1) << ", Which=" << VJ in testShuffleVector() 158 std::cout << "llc=" << vectAsString<T>(ResultLlc) << "\n"; in testShuffleVector() 159 std::cout << "sz =" << vectAsString<T>(ResultSz) << "\n"; in testShuffleVector()
|
D | test_arith_main.cpp | 234 << vectAsString<TypeUnsignedLabel>(Value1) << "," in testsVecInt() 235 << vectAsString<TypeUnsignedLabel>(Value2) in testsVecInt() 236 << "): sz=" << vectAsString<TypeUnsignedLabel>(ResultSz) in testsVecInt() 237 << " llc=" << vectAsString<TypeUnsignedLabel>(ResultLlc) in testsVecInt() 355 << "(" << vectAsString<v4f32>(Value1) << "," in testsVecFp() 356 << vectAsString<v4f32>(Value2) in testsVecFp() 357 << "): sz=" << vectAsString<v4f32>(ResultSz) << " llc" in testsVecFp() 358 << vectAsString<v4f32>(ResultLlc) << "\n"; in testsVecFp() 369 << "(" << vectAsString<v4f32>(Value1) in testsVecFp() 370 << "): sz=" << vectAsString<v4f32>(ResultSz) << " llc" in testsVecFp() [all …]
|
D | test_fcmp_main.cpp | 195 std::cout << Funcs[f].Name << "Vector(" << vectAsString<v4f32>(Value1) in testsVector() 196 << ", " << vectAsString<v4f32>(Value2) in testsVector() 197 << "): sz=" << vectAsString<v4si32>(ResultSz) in testsVector() 198 << " llc=" << vectAsString<v4si32>(ResultLlc) << "\n"; in testsVector()
|
D | test_cast_main.cpp | 88 << ToString << ">(" << vectAsString<FromCName>(Input) \ 90 std::cout << "sz=" << vectAsString<ToCName>(ResultSz) \ 91 << " llc=" << vectAsString<ToCName>(ResultLlc); \
|
D | vectors.h | 85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString() function
|