Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Df32.c35 test_equal_f32(length, (float32_t *)input1, output), in test_arm_copy_f32()
196 test_equal_f32(length, output, (float32_t *)ref), in test_arm_sort_out()
255 test_equal_f32(length, output, (float32_t *)ref), in test_arm_merge_sort_out()
288 test_equal_f32(length, output, (float32_t *)ref), in test_arm_sort_in()
338 test_equal_f32(length, output, (float32_t *)ref), in test_arm_sort_const()
393 test_equal_f32(length, output, (float32_t *)ref), in test_arm_merge_sort_const()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h88 static inline bool test_equal_f32( in test_equal_f32() function