Lines Matching refs:fileName

448            std::string fileName = this->getPatternPath(id);  in GetPatternSize()  local
450 FILE *pattern=fopen(fileName.c_str(), "r"); in GetPatternSize()
602 std::string fileName = this->getPatternPath(id); in ImportPattern_f64() local
603 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_f64()
641 std::string fileName = this->getPatternPath(id); in ImportPattern_f32() local
642 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_f32()
683 std::string fileName = this->getPatternPath(id); in ImportPattern_f16() local
684 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_f16()
725 std::string fileName = this->getPatternPath(id); in ImportPattern_q63() local
726 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_q63()
763 std::string fileName = this->getPatternPath(id); in ImportPattern_q31() local
764 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_q31()
801 std::string fileName = this->getPatternPath(id); in ImportPattern_q15() local
802 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_q15()
839 std::string fileName = this->getPatternPath(id); in ImportPattern_q7() local
840 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_q7()
877 std::string fileName = this->getPatternPath(id); in ImportPattern_u64() local
878 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_u64()
915 std::string fileName = this->getPatternPath(id); in ImportPattern_u32() local
916 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_u32()
953 std::string fileName = this->getPatternPath(id); in ImportPattern_u16() local
954 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_u16()
991 std::string fileName = this->getPatternPath(id); in ImportPattern_u8() local
992 FILE *pattern=fopen(fileName.c_str(), "r"); in ImportPattern_u8()
1022 std::string fileName = this->getOutputPath(id); in DumpPattern_f64() local
1025 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f64()
1041 std::string fileName = this->getOutputPath(id); in DumpPattern_f32() local
1044 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f32()
1061 std::string fileName = this->getOutputPath(id); in DumpPattern_f16() local
1064 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f16()
1081 std::string fileName = this->getOutputPath(id); in DumpPattern_q63() local
1084 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q63()
1098 std::string fileName = this->getOutputPath(id); in DumpPattern_q31() local
1101 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q31()
1114 std::string fileName = this->getOutputPath(id); in DumpPattern_q15() local
1117 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q15()
1130 std::string fileName = this->getOutputPath(id); in DumpPattern_q7() local
1133 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q7()
1147 std::string fileName = this->getOutputPath(id); in DumpPattern_u64() local
1150 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u64()
1164 std::string fileName = this->getOutputPath(id); in DumpPattern_u32() local
1167 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u32()
1180 std::string fileName = this->getOutputPath(id); in DumpPattern_u16() local
1183 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u16()
1196 std::string fileName = this->getOutputPath(id); in DumpPattern_u8() local
1199 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u8()