Home
last modified time | relevance | path

Searched refs:plotFileName (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/stats/examples/
H A Dgnuplot-example.cc40 std::string plotFileName = fileNameWithNoExtension + ".plt"; in Create2DPlotFile() local
85 std::ofstream plotFile (plotFileName.c_str()); in Create2DPlotFile()
106 std::string plotFileName = fileNameWithNoExtension + ".plt"; in Create2DPlotWithErrorBarsFile() local
163 std::ofstream plotFile (plotFileName.c_str()); in Create2DPlotWithErrorBarsFile()
184 std::string plotFileName = fileNameWithNoExtension + ".plt"; in Create3DPlotFile() local
247 std::ofstream plotFile (plotFileName.c_str()); in Create3DPlotFile()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_plot_schematic.cpp504 wxFileName plotFileName = createPlotFileName( fname, ext, &reporter ); in createDXFFiles() local
506 if( !plotFileName.IsOk() ) in createDXFFiles()
512 msg.Printf( _( "Plotted to '%s'." ), plotFileName.GetFullPath() ); in createDXFFiles()
675 if( !plotFileName.IsOk() ) in createHPGLFiles()
808 wxFileName plotFileName; in createPDFFile() local
831 plotFileName = createPlotFileName( fname, ext, &reporter ); in createPDFFile()
833 if( !plotFileName.IsOk() ) in createPDFFile()
836 if( !plotter->OpenFile( plotFileName.GetFullPath() ) ) in createPDFFile()
872 msg.Printf( _( "Plotted to '%s'.\n" ), plotFileName.GetFullPath() ); in createPDFFile()
1026 if( !plotFileName.IsOk() ) in createPSFiles()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/stats/model/
H A Dgnuplot-aggregator.cc72 std::string plotFileName = m_outputFileNameWithoutExtension + ".plt"; in ~GnuplotAggregator() local
77 plotFile.open (plotFileName.c_str ()); in ~GnuplotAggregator()
98 scriptFile << "gnuplot " << plotFileName << std::endl; in ~GnuplotAggregator()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/doc/manual/source/
H A Dgnuplot.rst88 string plotFileName = fileNameWithNoExtension + ".plt";
133 ofstream plotFile (plotFileName.c_str());
156 string plotFileName = fileNameWithNoExtension + ".plt";
213 ofstream plotFile (plotFileName.c_str());
236 string plotFileName = fileNameWithNoExtension + ".plt";
299 ofstream plotFile (plotFileName.c_str());
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A Dcorrelation_heatmap.py16 def plot_correlation(corr_matrix, labels, plotFileName, vmax=None, argument
109 fig.savefig(plotFileName, format=image_format)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h826 static const char *plotFileName; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h834 static const char *plotFileName; variable
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h826 static const char *plotFileName; variable
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h826 static const char *plotFileName; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h827 static const char *plotFileName; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h827 static const char *plotFileName; variable
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp460 const char *kmp_stats_output_module::plotFileName = NULL;
553 plotFileName = getenv("KMP_STATS_PLOT_FILE");
565 plotFileName = plotFileName ? plotFileName : "events.plt";
695 FILE *plotOut = fopen(plotFileName, "w+");
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL;
554 plotFileName = getenv("KMP_STATS_PLOT_FILE");
566 plotFileName = plotFileName ? plotFileName : "events.plt";
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+");
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/
H A DEnrichPlot.py244 plotFileName = '%s.gnu' % (details.plotFile)
245 gnuF = open(plotFileName, 'w+')
273 p('load "%s"' % (plotFileName))

12