Searched refs:in_log (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ |
D | f32.c | 151 DEFINE_TEST_VARIANT3(fastmath_f32, arm_vlog_f32, all, in_log, ref_log, 25); 152 DEFINE_TEST_VARIANT3(fastmath_f32, arm_vlog_f32, 3, in_log, ref_log, 3); 153 DEFINE_TEST_VARIANT3(fastmath_f32, arm_vlog_f32, 8, in_log, ref_log, 8); 154 DEFINE_TEST_VARIANT3(fastmath_f32, arm_vlog_f32, 11, in_log, ref_log, 11);
|
D | f16.c | 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);
|
D | f32.pat | 15 static const uint32_t in_log[25] = {
|
D | f16.pat | 11 static const uint16_t in_log[25] = {
|