Searched refs:test_equal_f32 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | f32.c | 35 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/ |
D | test_common.h | 88 static inline bool test_equal_f32( in test_equal_f32() function
|