Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_math_helpers.cc35 void test_round_up_down(int x) { in test_round_up_down() function
46 void test_round_up_down() { in test_round_up_down() function
48 test_round_up_down<Modulus>(i); in test_round_up_down()
50 test_round_up_down<Modulus>(Random() % N); in test_round_up_down()
94 test_round_up_down<1>(); in test_math_helpers()
95 test_round_up_down<2>(); in test_math_helpers()
96 test_round_up_down<3>(); in test_math_helpers()
97 test_round_up_down<4>(); in test_math_helpers()
98 test_round_up_down<5>(); in test_math_helpers()
99 test_round_up_down<6>(); in test_math_helpers()
[all …]