Lines Matching refs:std

43 using namespace std;
63 this->path=new std::vector<std::string>(); in FPGA()
65 this->patternOffsets=new std::vector<unsigned long>(); in FPGA()
66 this->patternSizes=new std::vector<unsigned long>(); in FPGA()
68 this->parameterOffsets=new std::vector<struct offsetOrGen>(); in FPGA()
69 this->parameterSizes=new std::vector<unsigned long>(); in FPGA()
71 this->outputNames=new std::vector<std::string>(); in FPGA()
77 …for (std::vector<struct offsetOrGen>::iterator it = this->parameterOffsets->begin() ; it != this->… in DeleteParams()
144 std::string FPGA::getOutputPath(Testing::outputID_t id) in getOutputPath()
148 std::string tmp; in getOutputPath()
151 tmp += std::string(fmt); in getOutputPath()
226 std::vector<std::string>::const_iterator iter; in recomputeTestDir()
303 std::string tmpstr; in ReadPatternList()
334 std::string tmpstr; in ReadParameterList()
392 std::string tmpstr; in ReadOutputList()
425 void FPGA::DumpParams(std::vector<Testing::param_t>& params) in DumpParams()
429 … for(std::vector<Testing::param_t>::iterator it = params.begin(); it != params.end(); ++it) in DumpParams()
729 std::string fileName = this->getOutputPath(id); in DumpPattern_f64()
752 std::string fileName = this->getOutputPath(id); in DumpPattern_f32()
772 std::string fileName = this->getOutputPath(id); in DumpPattern_f16()
792 std::string fileName = this->getOutputPath(id); in DumpPattern_q63()
815 std::string fileName = this->getOutputPath(id); in DumpPattern_q31()
834 std::string fileName = this->getOutputPath(id); in DumpPattern_q15()
853 std::string fileName = this->getOutputPath(id); in DumpPattern_q7()
872 std::string fileName = this->getOutputPath(id); in DumpPattern_u64()
896 std::string fileName = this->getOutputPath(id); in DumpPattern_u32()
915 std::string fileName = this->getOutputPath(id); in DumpPattern_u16()
934 std::string fileName = this->getOutputPath(id); in DumpPattern_u8()