#include "Test.h" #include "Pattern.h" #include "dsp/fast_math_functions.h" class FastMathQ15:public Client::Suite { public: FastMathQ15(Testing::testID_t id); virtual void setUp(Testing::testID_t,std::vector& paramsArgs,Client::PatternMgr *mgr); virtual void tearDown(Testing::testID_t,Client::PatternMgr *mgr); private: #include "FastMathQ15_decl.h" Client::Pattern input; Client::Pattern numerator; Client::Pattern denominator; Client::LocalPattern output; Client::LocalPattern shift; // Reference patterns are not loaded when we are in dump mode Client::RefPattern ref; Client::RefPattern refShift; };