Lines Matching refs:std

49         std::string path;
56 …Semihosting::Semihosting(std::string path,std::string patternRootPath,std::string outputRootPath,s… in Semihosting()
60 this->path=new std::vector<std::string>(); in Semihosting()
64 this->patternFilenames=new std::vector<std::string>(); in Semihosting()
65 this->outputNames=new std::vector<std::string>(); in Semihosting()
66 this->parameterNames=new std::vector<struct pathOrGen>(); in Semihosting()
72 …for (std::vector<struct pathOrGen>::iterator it = this->parameterNames->begin() ; it != this->para… in DeleteParams()
108 std::string tmpstr; in ReadPatternList()
133 std::string tmpstr; in ReadParameterList()
159 std::string tmp; in ReadParameterList()
228 std::string tmpstr; in ReadOutputList()
265 std::vector<std::string>::const_iterator iter; in recomputeTestDir()
400 std::string Semihosting::getPatternPath(Testing::PatternID_t id) in getPatternPath()
402 std::string tmp; in getPatternPath()
430 std::string Semihosting::getOutputPath(Testing::outputID_t id) in getOutputPath()
434 std::string tmp; in getOutputPath()
438 tmp += std::string(fmt); in getOutputPath()
448 std::string fileName = this->getPatternPath(id); in GetPatternSize()
471 Testing::nbSamples_t Semihosting::GetFileSize(std::string &filepath) in GetFileSize()
491 void Semihosting::DumpParams(std::vector<Testing::param_t>& params) in DumpParams()
495 … for(std::vector<Testing::param_t>::iterator it = params.begin(); it != params.end(); ++it) in DumpParams()
602 std::string fileName = this->getPatternPath(id); in ImportPattern_f64()
641 std::string fileName = this->getPatternPath(id); in ImportPattern_f32()
683 std::string fileName = this->getPatternPath(id); in ImportPattern_f16()
725 std::string fileName = this->getPatternPath(id); in ImportPattern_q63()
763 std::string fileName = this->getPatternPath(id); in ImportPattern_q31()
801 std::string fileName = this->getPatternPath(id); in ImportPattern_q15()
839 std::string fileName = this->getPatternPath(id); in ImportPattern_q7()
877 std::string fileName = this->getPatternPath(id); in ImportPattern_u64()
915 std::string fileName = this->getPatternPath(id); in ImportPattern_u32()
953 std::string fileName = this->getPatternPath(id); in ImportPattern_u16()
991 std::string fileName = this->getPatternPath(id); in ImportPattern_u8()
1022 std::string fileName = this->getOutputPath(id); in DumpPattern_f64()
1041 std::string fileName = this->getOutputPath(id); in DumpPattern_f32()
1061 std::string fileName = this->getOutputPath(id); in DumpPattern_f16()
1081 std::string fileName = this->getOutputPath(id); in DumpPattern_q63()
1098 std::string fileName = this->getOutputPath(id); in DumpPattern_q31()
1114 std::string fileName = this->getOutputPath(id); in DumpPattern_q15()
1130 std::string fileName = this->getOutputPath(id); in DumpPattern_q7()
1147 std::string fileName = this->getOutputPath(id); in DumpPattern_u64()
1164 std::string fileName = this->getOutputPath(id); in DumpPattern_u32()
1180 std::string fileName = this->getOutputPath(id); in DumpPattern_u16()
1196 std::string fileName = this->getOutputPath(id); in DumpPattern_u8()