Home
last modified time | relevance | path

Searched refs:numRows (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_f64.c63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2()
141 mat_in1.numRows = rows; in test_op1()
143 mat_out.numRows = transpose ? columns : rows; in test_op1()
216 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
279 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
348 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
425 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
Dunary_f16.c75 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2()
160 mat_in1.numRows = rows; in test_op1()
162 mat_out.numRows = transpose ? columns : rows; in test_op1()
241 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
304 mat_in1.numRows = rows; in test_op2v()
374 mat_in1.numRows = rows; in test_op1c()
376 mat_out.numRows = transpose ? columns : rows; in test_op1c()
449 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
518 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
595 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
Dunary_f32.c71 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2()
156 mat_in1.numRows = rows; in test_op1()
158 mat_out.numRows = transpose ? columns : rows; in test_op1()
237 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
300 mat_in1.numRows = rows; in test_op2v()
370 mat_in1.numRows = rows; in test_op1c()
372 mat_out.numRows = transpose ? columns : rows; in test_op1c()
445 mat_in1.numRows = mat_out.numRows = rows; in ZTEST()
514 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
591 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST()
Dbinary_f32.c61 mat_in1.numRows = rows; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
67 mat_out.numRows = rows; in test_op2()
152 mat_in1.numRows = rows; in test_op2c()
155 mat_in2.numRows = internal; in test_op2c()
158 mat_out.numRows = rows; in test_op2c()
Dbinary_f64.c61 mat_in1.numRows = rows; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
67 mat_out.numRows = rows; in test_op2()
157 mat_in1.numRows = rows;
160 mat_in2.numRows = internal;
163 mat_out.numRows = rows;
Dbinary_q31.c61 mat_in1.numRows = rows; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
67 mat_out.numRows = rows; in test_op2()
150 mat_in1.numRows = rows; in test_op2c()
153 mat_in2.numRows = internal; in test_op2c()
156 mat_out.numRows = rows; in test_op2c()
Dbinary_f16.c61 mat_in1.numRows = rows; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
67 mat_out.numRows = rows; in test_op2()
152 mat_in1.numRows = rows; in test_op2c()
155 mat_in2.numRows = internal; in test_op2c()
158 mat_out.numRows = rows; in test_op2c()
Dbinary_q15.c66 mat_in1.numRows = rows; in test_op2()
69 mat_in2.numRows = internal; in test_op2()
72 mat_out.numRows = rows; in test_op2()
161 mat_in1.numRows = rows; in test_op2c()
164 mat_in2.numRows = internal; in test_op2c()
167 mat_out.numRows = rows; in test_op2c()
Dunary_q15.c63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2()
142 mat_in1.numRows = rows; in test_op1()
144 mat_out.numRows = transpose ? columns : rows; in test_op1()
221 mat_in1.numRows = rows; in test_op2v()
289 mat_in1.numRows = rows; in test_op1c()
291 mat_out.numRows = transpose ? columns : rows; in test_op1c()
Dunary_q31.c63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2()
142 mat_in1.numRows = rows; in test_op1()
144 mat_out.numRows = transpose ? columns : rows; in test_op1()
221 mat_in1.numRows = rows; in test_op2v()
289 mat_in1.numRows = rows; in test_op1c()
291 mat_out.numRows = transpose ? columns : rows; in test_op1c()
Dbinary_q7.c62 mat_in1.numRows = rows; in test_op2()
65 mat_in2.numRows = internal; in test_op2()
68 mat_out.numRows = rows; in test_op2()
Dunary_q7.c54 mat_in1.numRows = rows; in test_op1()
56 mat_out.numRows = transpose ? columns : rows; in test_op1()
126 mat_in1.numRows = rows; in test_op2v()
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Dq15.c63 inst.numRows = in_bilinear_config[1]; in ZTEST()
Dq31.c63 inst.numRows = in_bilinear_config[1]; in ZTEST()
Dq7.c63 inst.numRows = in_bilinear_config[1]; in ZTEST()
Df16.c68 inst.numRows = in_bilinear_config[1]; in ZTEST()
Df32.c67 inst.numRows = in_bilinear_config[1]; in test_arm_bilinear_interp_f32()