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/Benchmarks/ComplexMathsBenchmarksQ31.h

19 lines
666 B
C++

#include "Test.h"
#include "Pattern.h"
class ComplexMathsBenchmarksQ31:public Client::Suite
{
public:
ComplexMathsBenchmarksQ31(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 "ComplexMathsBenchmarksQ31_decl.h"
Client::Pattern<q31_t> input1;
Client::Pattern<q31_t> input2;
// REal input
Client::Pattern<q31_t> input3;
Client::LocalPattern<q31_t> output;
int nb;
};