You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Testing/Include/BasicMathsBenchmarksQ15.h

17 lines
591 B
C++

#include "Test.h"
#include "Pattern.h"
class BasicMathsBenchmarksQ15:public Client::Suite
{
public:
BasicMathsBenchmarksQ15(Testing::testID_t id);
void setUp(Testing::testID_t,std::vector<Testing::param_t>& params,Client::PatternMgr *mgr);
void tearDown(Testing::testID_t,Client::PatternMgr *mgr);
private:
#include "BasicMathsBenchmarksQ15_decl.h"
Client::Pattern<q15_t> input1;
Client::Pattern<q15_t> input2;
Client::LocalPattern<q15_t> output;
int nb;
};