Home
last modified time | relevance | path

Searched defs:testvals_int32 (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/test/
Dtest_fixedpoint.cc25 void test_Rescale(const std::vector<int32_t>& testvals_int32) { in test_Rescale()
49 void test_mul(const std::vector<int32_t>& testvals_int32) { in test_mul()
69 void test_ExactMulByPot(const std::vector<int32_t>& testvals_int32) { in test_ExactMulByPot()
88 const std::vector<int32_t>& testvals_int32) { in test_exp_on_interval_between_negative_one_quarter_and_0_excl()
107 void test_exp_on_negative_values(const std::vector<int32_t>& testvals_int32) { in test_exp_on_negative_values()
127 const std::vector<int32_t>& testvals_int32) { in test_one_minus_x_over_one_plus_x_for_x_in_0_1()
147 void test_tanh(const std::vector<int32_t>& testvals_int32) { in test_tanh()
156 void test_int32x4(const std::vector<int32_t>& testvals_int32) { in test_int32x4()
180 std::vector<int32_t> testvals_int32; in main() local