void testA(); void testB(); // Pattern IDs static const int INPUT1_F32_ID=0; static const int INPUT2_F32_ID=1; // Output IDs static const int OUT_SAMPLES_F32_ID=0; // Test IDs static const int TESTA_1=1; static const int TESTB_2=2;