Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-3.5.0/Testing/FrameworkSource/
DSemihosting.cpp448 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()
[all …]
DFPGA.cpp729 std::string fileName = this->getOutputPath(id); in DumpPattern_f64() local
732 printf("D: %s\n",fileName.c_str()); in DumpPattern_f64()
752 std::string fileName = this->getOutputPath(id); in DumpPattern_f32() local
755 printf("D: %s\n",fileName.c_str()); in DumpPattern_f32()
772 std::string fileName = this->getOutputPath(id); in DumpPattern_f16() local
775 printf("D: %s\n",fileName.c_str()); in DumpPattern_f16()
792 std::string fileName = this->getOutputPath(id); in DumpPattern_q63() local
795 printf("D: %s\n",fileName.c_str()); in DumpPattern_q63()
815 std::string fileName = this->getOutputPath(id); in DumpPattern_q31() local
818 printf("D: %s\n",fileName.c_str()); in DumpPattern_q31()
[all …]
/cmsis-dsp-3.5.0/Testing/
DextractDb.py620 fileName=re.sub(r'[() :]','',section.name)
621 path=os.path.join(args.comments,fileName+".html")