Searched defs:test_op2 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/matrix/src/ |
D | binary_q7.c | 24 static void test_op2(int op, const q7_t *input1, const q7_t *input2, in test_op2() function
|
D | binary_f64.c | 26 static void test_op2(int op, const uint64_t *input1, const uint64_t *input2, in test_op2() function
|
D | binary_q31.c | 26 static void test_op2(int op, const q31_t *input1, const q31_t *input2, in test_op2() function
|
D | binary_f16.c | 26 static void test_op2(int op, const uint16_t *input1, const uint16_t *input2, in test_op2() function
|
D | binary_f32.c | 26 static void test_op2(int op, const uint32_t *input1, const uint32_t *input2, in test_op2() function
|
D | binary_q15.c | 28 static void test_op2(int op, const q15_t *input1, const q15_t *input2, in test_op2() function
|
D | unary_q15.c | 30 static void test_op2(int op, const q15_t *ref, size_t length) in test_op2() function
|
D | unary_q31.c | 30 static void test_op2(int op, const q31_t *ref, size_t length) in test_op2() function
|
D | unary_f64.c | 30 static void test_op2(int op, const uint64_t *ref, size_t length) in test_op2() function
|
D | unary_f32.c | 38 static void test_op2(int op, const uint32_t *ref, size_t length) in test_op2() function
|
D | unary_f16.c | 42 static void test_op2(int op, const uint16_t *ref, size_t length) in test_op2() function
|