Searched refs:fastmath_f16 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ |
D | f16.c | 98 ZTEST_SUITE(fastmath_f16, NULL, NULL, NULL, NULL, NULL); 100 ZTEST(fastmath_f16, test_arm_sqrt_f16) in ZTEST() argument 169 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vlog_f16, all, in_log, ref_log, 25); 170 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vlog_f16, 3, in_log, ref_log, 3); 171 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vlog_f16, 8, in_log, ref_log, 8); 172 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vlog_f16, 11, in_log, ref_log, 11); 201 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vexp_f16, all, in_exp, ref_exp, 52); 202 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vexp_f16, 3, in_exp, ref_exp, 3); 203 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vexp_f16, 8, in_exp, ref_exp, 8); 204 DEFINE_TEST_VARIANT3(fastmath_f16, arm_vexp_f16, 11, in_exp, ref_exp, 11); [all …]
|