Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dinput.h8 #define VEC_LENGTH 256 macro
10 static const int16_t in_a[VEC_LENGTH] = {
44 static const int16_t in_b[VEC_LENGTH] = {
78 static const int16_t ref_add[VEC_LENGTH] = {
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dmath_ops.c31 int16_t output[VEC_LENGTH]; in test_vec_sum_int16_op()
38 vec_sum_int16(in_a, in_b, output, VEC_LENGTH); in test_vec_sum_int16_op()
42 ret = test_near_equal_q15(VEC_LENGTH, output, ref_add, ABS_ERROR_THRESH_Q15); in test_vec_sum_int16_op()
57 vec_power_int16(in_a, &output, 0, VEC_LENGTH); in test_power_int16_op()