Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/
Darm_class_marks_example_f32.c165 arm_matrix_instance_f32 dstC; in main() local
170 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()