Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_fixedpoint.cc326 const std::vector<ScalarType>& testvals) { in TestUnaryOp() argument
327 Check(0 == (testvals.size() % kSimdLanes)); in TestUnaryOp()
328 for (std::size_t i = 0; i < testvals.size(); i += kSimdLanes) { in TestUnaryOp()
333 const ScalarType raw_input = testvals[i + j]; in TestUnaryOp()
385 void test_Rescale(const std::vector<ScalarType>& testvals) { in test_Rescale() argument
386 for (auto a : testvals) { in test_Rescale()
409 void test_mul(const std::vector<ScalarType>& testvals) { in test_mul() argument
410 for (auto a : testvals) { in test_mul()
411 for (auto b : testvals) { in test_mul()
429 void test_ExactMulByPot(const std::vector<ScalarType>& testvals) { in test_ExactMulByPot() argument
[all …]