Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/
H A Darm_nnexamples_nn_test.h13 extern int test_index;
46 test_flags[test_index++] = 0; in verify_results_q7()
48 test_flags[test_index++] = 1; in verify_results_q7()
71 test_flags[test_index++] = 0; in verify_results_q15()
73 test_flags[test_index++] = 1; in verify_results_q15()
H A Darm_nnexamples_nn_test.cpp50 int test_index = 0; variable
66 for (test_index = 0; test_index<50; test_index++) { in main()
67 test_flags[test_index] = -1; in main()
69 test_index = 0; in main()
787 test_index = 0; in main()
788 while (test_flags[test_index] != -1) { in main()
789 if (test_flags[test_index]) { in main()
792 test_index ++; in main()