Searched refs:testvals (Results 1 – 1 of 1) sorted by relevance
326 const std::vector<ScalarType>& testvals) { in TestUnaryOp() argument327 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() argument386 for (auto a : testvals) { in test_Rescale()409 void test_mul(const std::vector<ScalarType>& testvals) { in test_mul() argument410 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 …]