/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | binary_f32.c | 36 arm_matrix_instance_f32 mat_in2; in test_op2() local 51 mat_in2.pData = tmp2; in test_op2() 64 mat_in2.numRows = internal; in test_op2() 65 mat_in2.numCols = columns; in test_op2() 74 memcpy(mat_in2.pData, input2, in test_op2() 80 status = arm_mat_mult_f32(&mat_in1, &mat_in2, in test_op2() 127 arm_matrix_instance_f32 mat_in2; in test_op2c() local 142 mat_in2.pData = tmp2; in test_op2c() 155 mat_in2.numRows = internal; in test_op2c() 156 mat_in2.numCols = columns; in test_op2c() [all …]
|
D | binary_f64.c | 36 arm_matrix_instance_f64 mat_in2; in test_op2() local 51 mat_in2.pData = tmp2; in test_op2() 64 mat_in2.numRows = internal; in test_op2() 65 mat_in2.numCols = columns; in test_op2() 74 memcpy(mat_in2.pData, input2, in test_op2() 80 status = arm_mat_mult_f64(&mat_in1, &mat_in2, in test_op2() 132 arm_matrix_instance_f64 mat_in2; 147 mat_in2.pData = tmp2; 160 mat_in2.numRows = internal; 161 mat_in2.numCols = columns; [all …]
|
D | binary_q31.c | 36 arm_matrix_instance_q31 mat_in2; in test_op2() local 51 mat_in2.pData = tmp2; in test_op2() 64 mat_in2.numRows = internal; in test_op2() 65 mat_in2.numCols = columns; in test_op2() 74 memcpy(mat_in2.pData, input2, in test_op2() 80 status = arm_mat_mult_q31(&mat_in1, &mat_in2, in test_op2() 125 arm_matrix_instance_q31 mat_in2; in test_op2c() local 140 mat_in2.pData = tmp2; in test_op2c() 153 mat_in2.numRows = internal; in test_op2c() 154 mat_in2.numCols = columns; in test_op2c() [all …]
|
D | binary_f16.c | 36 arm_matrix_instance_f16 mat_in2; in test_op2() local 51 mat_in2.pData = tmp2; in test_op2() 64 mat_in2.numRows = internal; in test_op2() 65 mat_in2.numCols = columns; in test_op2() 74 memcpy(mat_in2.pData, input2, in test_op2() 80 status = arm_mat_mult_f16(&mat_in1, &mat_in2, in test_op2() 127 arm_matrix_instance_f16 mat_in2; in test_op2c() local 142 mat_in2.pData = tmp2; in test_op2c() 155 mat_in2.numRows = internal; in test_op2c() 156 mat_in2.numCols = columns; in test_op2c() [all …]
|
D | binary_q15.c | 38 arm_matrix_instance_q15 mat_in2; in test_op2() local 56 mat_in2.pData = tmp2; in test_op2() 69 mat_in2.numRows = internal; in test_op2() 70 mat_in2.numCols = columns; in test_op2() 79 memcpy(mat_in2.pData, input2, in test_op2() 86 &mat_in1, &mat_in2, &mat_out, in test_op2() 133 arm_matrix_instance_q15 mat_in2; in test_op2c() local 151 mat_in2.pData = tmp2; in test_op2c() 164 mat_in2.numRows = internal; in test_op2c() 165 mat_in2.numCols = columns; in test_op2c() [all …]
|
D | binary_q7.c | 34 arm_matrix_instance_q7 mat_in2; in test_op2() local 52 mat_in2.pData = tmp2; in test_op2() 65 mat_in2.numRows = internal; in test_op2() 66 mat_in2.numCols = columns; in test_op2() 75 memcpy(mat_in2.pData, input2, in test_op2() 82 &mat_in1, &mat_in2, &mat_out, in test_op2()
|
D | unary_f64.c | 39 arm_matrix_instance_f64 mat_in2; in test_op2() local 54 mat_in2.pData = tmp2; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 64 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in test_op2() 70 memcpy(mat_in2.pData, in_com2, in test_op2() 76 status = arm_mat_sub_f64(&mat_in1, &mat_in2, in test_op2() 323 arm_matrix_instance_f64 mat_in2; in ZTEST() local 340 mat_in2.pData = tmp2; in ZTEST() 348 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST() 349 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in ZTEST() [all …]
|
D | unary_f16.c | 51 arm_matrix_instance_f16 mat_in2; in test_op2() local 66 mat_in2.pData = tmp2; in test_op2() 75 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 76 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in test_op2() 82 memcpy(mat_in2.pData, in_com2, in test_op2() 88 status = arm_mat_add_f16(&mat_in1, &mat_in2, in test_op2() 92 status = arm_mat_sub_f16(&mat_in1, &mat_in2, in test_op2() 493 arm_matrix_instance_f16 mat_in2; in ZTEST() local 510 mat_in2.pData = tmp2; in ZTEST() 518 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST() [all …]
|
D | unary_f32.c | 47 arm_matrix_instance_f32 mat_in2; in test_op2() local 62 mat_in2.pData = tmp2; in test_op2() 71 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 72 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in test_op2() 78 memcpy(mat_in2.pData, in_com2, in test_op2() 84 status = arm_mat_add_f32(&mat_in1, &mat_in2, in test_op2() 88 status = arm_mat_sub_f32(&mat_in1, &mat_in2, in test_op2() 489 arm_matrix_instance_f32 mat_in2; in ZTEST() local 506 mat_in2.pData = tmp2; in ZTEST() 514 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in ZTEST() [all …]
|
D | unary_q15.c | 39 arm_matrix_instance_q15 mat_in2; in test_op2() local 54 mat_in2.pData = tmp2; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 64 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in test_op2() 68 memcpy(mat_in2.pData, in_com2, rows * columns * sizeof(q15_t)); in test_op2() 73 status = arm_mat_add_q15(&mat_in1, &mat_in2, in test_op2() 77 status = arm_mat_sub_q15(&mat_in1, &mat_in2, in test_op2()
|
D | unary_q31.c | 39 arm_matrix_instance_q31 mat_in2; in test_op2() local 54 mat_in2.pData = tmp2; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 64 mat_in1.numCols = mat_in2.numCols = mat_out.numCols = columns; in test_op2() 68 memcpy(mat_in2.pData, in_com2, rows * columns * sizeof(q31_t)); in test_op2() 73 status = arm_mat_add_q31(&mat_in1, &mat_in2, in test_op2() 77 status = arm_mat_sub_q31(&mat_in1, &mat_in2, in test_op2()
|