Searched refs:test_ExactMulByPot (Results 1 – 1 of 1) sorted by relevance
62 void test_ExactMulByPot(FixedPoint<int32_t, tIntegerBits_a> a) { in test_ExactMulByPot() function69 void test_ExactMulByPot(const std::vector<int32_t>& testvals_int32) { in test_ExactMulByPot() function73 test_ExactMulByPot<tExponent, tIntegerBits_a>(aq); in test_ExactMulByPot()232 test_ExactMulByPot<0, 0>(testvals_int32); in main()233 test_ExactMulByPot<0, 4>(testvals_int32); in main()234 test_ExactMulByPot<1, 4>(testvals_int32); in main()235 test_ExactMulByPot<3, 2>(testvals_int32); in main()236 test_ExactMulByPot<-4, 5>(testvals_int32); in main()237 test_ExactMulByPot<-2, 6>(testvals_int32); in main()