Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_math_helpers.cc55 void test_ceil_quotient(Integer x, Integer y) { in test_ceil_quotient() function
61 void test_ceil_quotient() { in test_ceil_quotient() function
66 test_ceil_quotient(x, y); in test_ceil_quotient()
67 test_ceil_quotient(x, Integer(1 + (Random() % (N - 1)))); in test_ceil_quotient()
68 test_ceil_quotient(Integer(Random() % N), y); in test_ceil_quotient()
69 test_ceil_quotient(Integer(Random() % N), in test_ceil_quotient()
117 test_ceil_quotient<std::int8_t>(); in test_math_helpers()
118 test_ceil_quotient<std::uint8_t>(); in test_math_helpers()
119 test_ceil_quotient<std::int16_t>(); in test_math_helpers()
120 test_ceil_quotient<std::uint16_t>(); in test_math_helpers()
[all …]