Searched refs:TEST_FUNCTION (Results 1 – 2 of 2) sorted by relevance
100 #define TEST_FUNCTION(Func) \ macro198 TEST_FUNCTION(factorial); \223 TEST_FUNCTION(factorial_rec); \300 TEST_FUNCTION(neon_matrix_multiply); in TEST()340 TEST_FUNCTION(add2_vectors); in TEST()354 TEST_FUNCTION(add3_double); \380 TEST_FUNCTION(add4_double); \406 TEST_FUNCTION(sum_array); \434 TEST_FUNCTION(func_abs); \467 TEST_FUNCTION(crc32); in TEST()[all …]
67 #define TEST_FUNCTION do_test(argc, argv) macro104 exit(TEST_FUNCTION); in main()