Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsQ7.cpp106 static const q7_t testReadQ7[4]={-4,-3,-2,1}; variable
112 q7_t *p = (q7_t*)testReadQ7; in test_read_q7x4_ia()
117 ASSERT_TRUE(p == testReadQ7 + 4); in test_read_q7x4_ia()
124 q7_t *p = (q7_t*)testReadQ7; in test_read_q7x4_da()
129 ASSERT_TRUE(p == testReadQ7 - 4); in test_read_q7x4_da()