Lines Matching refs:RunTests
478 void RunTests(const char* msg) { in RunTests() function in gemmlowp::__anon843601290111::TestFixedPoint
583 gemmlowp::TestFixedPoint<std::int32_t>().RunTests("Scalar int32"); in main()
584 gemmlowp::TestFixedPoint<std::int16_t>().RunTests("Scalar int16"); in main()
586 gemmlowp::TestFixedPoint<__m128i>().RunTests("SSE4 __m128i = int32x4"); in main()
587 gemmlowp::TestFixedPoint<gemmlowp::int16x8_m128i>().RunTests( in main()
591 gemmlowp::TestFixedPoint<int32x4_t>().RunTests("NEON int32x4_t"); in main()
592 gemmlowp::TestFixedPoint<int16x8_t>().RunTests("NEON int16x8_t"); in main()
595 gemmlowp::TestFixedPoint<v4i32>().RunTests("MSA v4i32"); in main()
596 gemmlowp::TestFixedPoint<v8i16>().RunTests("MSA v8i16"); in main()
599 gemmlowp::TestFixedPoint<__m256i>().RunTests("AVX __m256i"); in main()
600 gemmlowp::TestFixedPoint<gemmlowp::int16x16_m256i>().RunTests( in main()