Searched refs:dstC (Results 1 – 1 of 1) sorted by relevance
165 arm_matrix_instance_f32 dstC; in main() local170 arm_mat_init_f32(&dstC, numStudents, 1, testOutput); in main()177 arm_matrix_instance_f32 dstC = {NUMSTUDENTS, 1, testOutput}; in main()185 arm_mat_mult_f32(&srcA, &srcB, &dstC); in main()