Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/
H A Darm_nnexamples_nn_test.cpp62 q15_t *test2; in main() local
74 test2 = new q15_t[NNMULT_DIM*2]; in main()
85 test2[i] = (rand() % 65536 - 32768); in main()
102 arm_nn_mult_q15(test2, test2+NNMULT_DIM, mult_out_q15, 13, NNMULT_DIM); in main()
104 arm_nn_mult_q15_ref(test2, test2+NNMULT_DIM, mult_ref_q15, 13, NNMULT_DIM); in main()
108 arm_nn_mult_q15(test2, test2+NNMULT_DIM, mult_out_q15, 18, NNMULT_DIM); in main()
110 arm_nn_mult_q15_ref(test2, test2+NNMULT_DIM, mult_ref_q15, 18, NNMULT_DIM); in main()
123 test2 = new q15_t[SIGMOID_DIM]; in main()
132 test2[i] = (rand() % 65536 - 32768); in main()
134 test4[i] = test2[i]; in main()
[all …]
/btstack/test/fifo/
H A Dfifo.c73 static void test2(void){ in test2() function
96 test2(); in main()
/btstack/test/sbc/
H A DMakefile89 ./pklg_msbc_test pklg/test2
/btstack/test/hfp/
H A DMakefile142 build-asan/pklg_cvsd_test pklg/test2