Searched refs:test_ExactMulByPot (Results 1 – 1 of 1) sorted by relevance
422 void test_ExactMulByPot(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_ExactMulByPot() function in gemmlowp::__anon6f94b9cb0111::TestFixedPoint429 void test_ExactMulByPot(const std::vector<ScalarType>& testvals) { in test_ExactMulByPot() function in gemmlowp::__anon6f94b9cb0111::TestFixedPoint433 test_ExactMulByPot<tExponent, tIntegerBits_a>(aq); in test_ExactMulByPot()567 test_ExactMulByPot<0, 0>(testvals); in RunTests()568 test_ExactMulByPot<0, 4>(testvals); in RunTests()569 test_ExactMulByPot<1, 4>(testvals); in RunTests()570 test_ExactMulByPot<3, 2>(testvals); in RunTests()571 test_ExactMulByPot<-4, 5>(testvals); in RunTests()572 test_ExactMulByPot<-2, 6>(testvals); in RunTests()