Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_fixedpoint.cc422 void test_ExactMulByPot(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_ExactMulByPot() function in gemmlowp::__anon6f94b9cb0111::TestFixedPoint
429 void test_ExactMulByPot(const std::vector<ScalarType>& testvals) { in test_ExactMulByPot() function in gemmlowp::__anon6f94b9cb0111::TestFixedPoint
433 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()