Lines Matching refs:tmp
103 char tmp[256]; in ReadPatternList() local
112 fgets(tmp,256,this->infile); in ReadPatternList()
114 if (tmp[strlen(tmp)-1] == '\n') in ReadPatternList()
116 tmp[strlen(tmp)-1]=0; in ReadPatternList()
118 tmpstr.assign(tmp); in ReadPatternList()
131 char tmp[256]; in ReadParameterList() local
151 fgets(tmp,256,this->infile); in ReadParameterList()
153 if (tmp[strlen(tmp)-1] == '\n') in ReadParameterList()
155 tmp[strlen(tmp)-1]=0; in ReadParameterList()
157 tmpstr.assign(tmp); in ReadParameterList()
159 std::string tmp; in ReadParameterList() local
160 tmp += this->parameterRootPath; in ReadParameterList()
161 tmp += this->testDir; in ReadParameterList()
162 tmp += "/"; in ReadParameterList()
163 tmp += tmpstr; in ReadParameterList()
167 gen.path=tmp; in ReadParameterList()
169 gen.nbInputSamples = this->GetFileSize(tmp); in ReadParameterList()
223 char tmp[256]; in ReadOutputList() local
232 fgets(tmp,256,this->infile); in ReadOutputList()
234 if (tmp[strlen(tmp)-1] == '\n') in ReadOutputList()
236 tmp[strlen(tmp)-1]=0; in ReadOutputList()
238 tmpstr.assign(tmp); in ReadOutputList()
287 char tmp[255]; in ReadTestIdentification() local
309 fgets(tmp,256,this->infile); in ReadTestIdentification()
311 if (tmp[strlen(tmp)-1] == '\n') in ReadTestIdentification()
313 tmp[strlen(tmp)-1]=0; in ReadTestIdentification()
315 currentPath.assign(tmp); in ReadTestIdentification()
402 std::string tmp; in getPatternPath() local
403 tmp += this->patternRootPath; in getPatternPath()
404 tmp += this->testDir; in getPatternPath()
405 tmp += "/"; in getPatternPath()
406 tmp += (*this->patternFilenames)[id]; in getPatternPath()
408 return(tmp); in getPatternPath()
434 std::string tmp; in getOutputPath() local
435 tmp += this->outputRootPath; in getOutputPath()
436 tmp += this->testDir; in getOutputPath()
438 tmp += std::string(fmt); in getOutputPath()
441 return(tmp); in getOutputPath()
446 char tmp[256]; in GetPatternSize() local
458 fgets(tmp,256,pattern); in GetPatternSize()
461 fgets(tmp,256,pattern); in GetPatternSize()
466 len=atoi(tmp); in GetPatternSize()
473 char tmp[256]; in GetFileSize() local
483 fgets(tmp,256,params); in GetFileSize()
486 len=atoi(tmp); in GetFileSize()
511 char tmp[256]; in ImportParams() local
530 fgets(tmp,256,params); in ImportParams()
595 char tmp[256]; in ImportPattern_f64() local
606 fgets(tmp,256,pattern); in ImportPattern_f64()
608 fgets(tmp,256,pattern); in ImportPattern_f64()
609 len=atoi(tmp); in ImportPattern_f64()
621 fgets(tmp,256,pattern); in ImportPattern_f64()
634 char tmp[256]; in ImportPattern_f32() local
644 fgets(tmp,256,pattern); in ImportPattern_f32()
646 fgets(tmp,256,pattern); in ImportPattern_f32()
647 len=atoi(tmp); in ImportPattern_f32()
661 fgets(tmp,256,pattern); in ImportPattern_f32()
676 char tmp[256]; in ImportPattern_f16() local
686 fgets(tmp,256,pattern); in ImportPattern_f16()
688 fgets(tmp,256,pattern); in ImportPattern_f16()
689 len=atoi(tmp); in ImportPattern_f16()
703 fgets(tmp,256,pattern); in ImportPattern_f16()
718 char tmp[256]; in ImportPattern_q63() local
728 fgets(tmp,256,pattern); in ImportPattern_q63()
730 fgets(tmp,256,pattern); in ImportPattern_q63()
731 len=atoi(tmp); in ImportPattern_q63()
743 fgets(tmp,256,pattern); in ImportPattern_q63()
756 char tmp[256]; in ImportPattern_q31() local
766 fgets(tmp,256,pattern); in ImportPattern_q31()
768 fgets(tmp,256,pattern); in ImportPattern_q31()
769 len=atoi(tmp); in ImportPattern_q31()
781 fgets(tmp,256,pattern); in ImportPattern_q31()
794 char tmp[256]; in ImportPattern_q15() local
804 fgets(tmp,256,pattern); in ImportPattern_q15()
806 fgets(tmp,256,pattern); in ImportPattern_q15()
807 len=atoi(tmp); in ImportPattern_q15()
819 fgets(tmp,256,pattern); in ImportPattern_q15()
832 char tmp[256]; in ImportPattern_q7() local
842 fgets(tmp,256,pattern); in ImportPattern_q7()
844 fgets(tmp,256,pattern); in ImportPattern_q7()
845 len=atoi(tmp); in ImportPattern_q7()
857 fgets(tmp,256,pattern); in ImportPattern_q7()
870 char tmp[256]; in ImportPattern_u64() local
880 fgets(tmp,256,pattern); in ImportPattern_u64()
882 fgets(tmp,256,pattern); in ImportPattern_u64()
883 len=atoi(tmp); in ImportPattern_u64()
895 fgets(tmp,256,pattern); in ImportPattern_u64()
908 char tmp[256]; in ImportPattern_u32() local
918 fgets(tmp,256,pattern); in ImportPattern_u32()
920 fgets(tmp,256,pattern); in ImportPattern_u32()
921 len=atoi(tmp); in ImportPattern_u32()
933 fgets(tmp,256,pattern); in ImportPattern_u32()
946 char tmp[256]; in ImportPattern_u16() local
956 fgets(tmp,256,pattern); in ImportPattern_u16()
958 fgets(tmp,256,pattern); in ImportPattern_u16()
959 len=atoi(tmp); in ImportPattern_u16()
971 fgets(tmp,256,pattern); in ImportPattern_u16()
984 char tmp[256]; in ImportPattern_u8() local
994 fgets(tmp,256,pattern); in ImportPattern_u8()
996 fgets(tmp,256,pattern); in ImportPattern_u8()
997 len=atoi(tmp); in ImportPattern_u8()
1009 fgets(tmp,256,pattern); in ImportPattern_u8()