Searched defs:transpose (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 114 static void test_op1(int op, const q15_t *ref, size_t length, bool transpose) in test_op1() 261 static void test_op1c(int op, const q15_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_q31.c | 114 static void test_op1(int op, const q31_t *ref, size_t length, bool transpose) in test_op1() 261 static void test_op1c(int op, const q31_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_q7.c | 26 static void test_op1(int op, const q7_t *ref, size_t length, bool transpose) in test_op1()
|
D | unary_f32.c | 128 bool transpose) in test_op1() 342 static void test_op1c(int op, const uint32_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_f16.c | 132 bool transpose) in test_op1() 346 static void test_op1c(int op, const uint16_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_f64.c | 113 bool transpose) in test_op1()
|