Home
last modified time | relevance | path

Searched refs:gnuplot_output (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dplotframes89 my $gnuplot_output;
97 'output|o=s' => \$gnuplot_output,
152 print FH "set output \"$gnuplot_output\"\n" if $gnuplot_output;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-10/
H A Dstep-10.cc77 void gnuplot_output() in gnuplot_output() function
406 Step10::gnuplot_output<2>(); in main()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/src/
H A Dcmd_line.cc169 bool gnuplot_output=false,povp_output=false,povv_output=false,polydisperse=false; in main() local
209 gnuplot_output=true; in main()
411 if(gnuplot_output) { in main()
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/src/
H A Dcmd_line.cc169 bool gnuplot_output=false,povp_output=false,povv_output=false,polydisperse=false; in main() local
209 gnuplot_output=true; in main()
411 if(gnuplot_output) { in main()
/dports/science/voro++/voro++-0.4.6/src/
H A Dcmd_line.cc170 bool gnuplot_output=false,povp_output=false,povv_output=false,polydisperse=false;
210 gnuplot_output=true; in test_apply_to_empty_series()
412 if(gnuplot_output) {
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12b/
H A Dstep-12b.cc593 std::ofstream gnuplot_output(filename); in output_results() local
601 data_out.write_gnuplot(gnuplot_output); in output_results()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-30/
H A Dstep-30.cc931 std::ofstream gnuplot_output(filename); in output_results() local
939 data_out.write_vtu(gnuplot_output); in output_results()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-39/
H A Dstep-39.cc924 std::ofstream gnuplot_output(filename); in output_results() local
933 data_out.write_gnuplot(gnuplot_output); in output_results()