Home
last modified time | relevance | path

Searched refs:ofile (Results 26 – 50 of 7157) sorted by relevance

12345678910>>...287

/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DDumpGrid.cpp146 void printGrid( OFile& ofile ) const override;
163 void DumpGrid::printGrid( OFile& ofile ) const { in printGrid()
164 ofile.addConstantField("normalisation"); in printGrid()
166 ofile.addConstantField("min_" + ingrid->getComponentName(i) ); in printGrid()
167 ofile.addConstantField("max_" + ingrid->getComponentName(i) ); in printGrid()
168 ofile.addConstantField("nbins_" + ingrid->getComponentName(i) ); in printGrid()
169 ofile.addConstantField("periodic_" + ingrid->getComponentName(i) ); in printGrid()
177 ofile.fmtField(fmt); ofile.printField("normalisation", ingrid->getNorm() ); in printGrid()
187 …for(unsigned j=0; j<ingrid->getDimension(); ++j) { ofile.fmtField(fmt); ofile.printField(ingrid->g… in printGrid()
189ofile.fmtField(fmt); ofile.printField(ingrid->arg_names[ingrid->dimension+j], ingrid->getGridEleme… in printGrid()
[all …]
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A Dcopyin.c120 if (hfs_setfork(ofile, 0) == -1) in do_macb()
129 if (hfs_setfork(ofile, 1) == -1) in do_macb()
441 if (ofile && hfs_close(ofile) == -1 && *result == 0) in closefiles()
463 hfsfile *ofile; in cpi_macb() local
538 if (ofile == 0) in cpi_macb()
651 hfsfile *ofile; in cpi_binh() local
680 if (ofile == 0) in cpi_binh()
722 hfsfile *ofile; in cpi_text() local
730 if (ofile == 0) in cpi_text()
750 hfsfile *ofile; in cpi_raw() local
[all …]
H A Dcopyout.c128 int do_macb(hfsfile *ifile, int ofile) in do_macb() argument
318 if (bh_start(ofile) == -1) in do_binh()
543 if (*ofile == -1) in openfiles()
581 int ofile, result = 0; in cpo_macb() local
586 result = do_macb(ifile, ofile); in cpo_macb()
600 int ofile, result; in cpo_binh() local
605 result = do_binh(ifile, ofile); in cpo_binh()
620 int ofile, result = 0; in cpo_text() local
628 result = do_text(ifile, ofile); in cpo_text()
642 int ofile, result = 0; in cpo_raw() local
[all …]
/dports/games/yadex/yadex-1.7.0/scripts/
H A Dinstall.c89 char *ofile = NULL; in main() local
96 if (ofile == NULL) in main()
101 strcpy (ofile, target_dir); in main()
102 if (strlen (ofile) > 0 && ofile[strlen (ofile) - 1] != '/') /* FIXME */ in main()
103 strcat (ofile, "/"); in main()
104 strcat (ofile, ibasename); in main()
107 free (ofile); in main()
139 ofp = fopen (ofile, "wb"); in install_file()
162 err ("%s: write error", ofile); in install_file()
184 if (chmod (ofile, omode) != 0) in install_file()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/TESTING/
H A Ddtest.csh3 set ofile = dtest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Double-precision testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Dctest.csh3 set ofile = ctest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Single-precision complex testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Dstest.csh3 set ofile = stest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Single-precision testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Dztest.csh3 set ofile = ztest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Double-precision complex testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
/dports/math/superlu/superlu-5.2.2/TESTING/
H A Dctest.csh3 set ofile = ctest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Single-precision complex testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Ddtest.csh3 set ofile = dtest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Double-precision testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Dztest.csh3 set ofile = ztest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Double-precision complex testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
H A Dstest.csh3 set ofile = stest.out # output file
4 if ( -e $ofile ) then
5 rm -f $ofile
7 echo "Single-precision testing output" > $ofile
23 echo '== LAPACK test matrices' >> $ofile
27 echo '' >> $ofile
28 echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile
37 echo '' >> $ofile
38 echo '== sparse matrix:' $m >> $ofile
41 echo '' >> $ofile
[all …]
/dports/security/p5-Filter-Crypto/Filter-Crypto-2.09/t/
H A D03_script.t130 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
141 unlink $ofile;
154 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
165 unlink $ofile;
179 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
203 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
233 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
264 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
366 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
394 open $fh, '<', $ofile or die "Can't read file '$ofile': $!\n";
[all …]
/dports/java/java-subversion/subversion-1.14.1/build/generator/swig/
H A Dheader_wrappers.py88 self.ofile.write('#endif\n');
93 self.ofile.write('\n/* Includes */\n')
120 self.ofile.write(
140 self.ofile.write(
158 self.ofile.write(
170 self.ofile.write("\n%inline %{\n")
193 self.ofile.write("%}\n")
215 self.ofile.write("\n#endif\n")
226 self.ofile.write('#endif\n');
304 self.ofile.seek(0)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/build/generator/swig/
H A Dheader_wrappers.py88 self.ofile.write('#endif\n');
93 self.ofile.write('\n/* Includes */\n')
120 self.ofile.write(
140 self.ofile.write(
158 self.ofile.write(
170 self.ofile.write("\n%inline %{\n")
193 self.ofile.write("%}\n")
215 self.ofile.write("\n#endif\n")
226 self.ofile.write('#endif\n');
304 self.ofile.seek(0)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/build/generator/swig/
H A Dheader_wrappers.py88 self.ofile.write('#endif\n');
93 self.ofile.write('\n/* Includes */\n')
120 self.ofile.write(
140 self.ofile.write(
158 self.ofile.write(
170 self.ofile.write("\n%inline %{\n")
193 self.ofile.write("%}\n")
215 self.ofile.write("\n#endif\n")
226 self.ofile.write('#endif\n');
304 self.ofile.seek(0)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/build/generator/swig/
H A Dheader_wrappers.py88 self.ofile.write('#endif\n');
93 self.ofile.write('\n/* Includes */\n')
120 self.ofile.write(
140 self.ofile.write(
158 self.ofile.write(
170 self.ofile.write("\n%inline %{\n")
193 self.ofile.write("%}\n")
215 self.ofile.write("\n#endif\n")
226 self.ofile.write('#endif\n');
304 self.ofile.seek(0)
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/tools/
H A Dturbo2dal.py30 ofile = open(sys.argv[2],'w+') variable
108 ofile.write('!\n')
109 ofile.write('\n')
110 ofile.write('\n')
111 ofile.write('\n')
112 ofile.write('\n')
113 ofile.write('! Basis = %s\n' % (basis))
132 ofile.write(' %.6f' % (a[j][k]))
134 ofile.write('\n')
135 ofile.write('\n')
[all …]
/dports/archivers/qpress/qpress-11-source/
H A Daio.cpp60 static handle_type ofile; variable
240 SetEndOfFile(ofile); in awrite()
284 if(!CloseHandle(ofile)) in aclose_write()
290 SetEndOfFile(ofile); in aclose_write()
307 if(!CloseHandle(ofile)) in aclose_write()
313 SetEndOfFile(ofile); in aclose_write()
318 if(ofile != 0) in aclose_write()
319 fclose(ofile); in aclose_write()
350 ofile = stdout; in aopen_write()
355 ofile = fopen(file, "wb"); in aopen_write()
[all …]
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DFileHandle.h37 size_t NYTP_write(NYTP_file ofile, const void *buffer, size_t len);
39 int NYTP_printf(NYTP_file ofile, const char *format, ...);
97 size_t NYTP_write_header(NYTP_file ofile, U32 major, U32 minor);
98 size_t NYTP_write_comment(NYTP_file ofile, const char *format, ...);
99 size_t NYTP_write_attribute_string(NYTP_file ofile,
106 size_t NYTP_write_attribute_nv(NYTP_file ofile, const char *key,
108 size_t NYTP_write_option_pv(NYTP_file ofile, const char *key,
114 size_t NYTP_write_sawampersand(NYTP_file ofile, U32 fid, U32 line);
123 size_t NYTP_write_sub_callers(NYTP_file ofile, U32 fid, U32 line,
128 size_t NYTP_write_src_line(NYTP_file ofile, U32 fid,
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dmeta.c528 currentpos = TellBlob(ofile); in parse8BIM()
828 currentpos = TellBlob(ofile); in parse8BIMW()
887 (void) WriteBlobByte(ofile,c); in jpeg_transfer_1()
935 ARG_NOT_USED(ofile); in jpeg_skip_variable2()
961 (void) WriteBlobByte(ofile,c); in jpeg_nextmarker()
1086 WriteBlobByte(ofile,0xff);
1087 WriteBlobByte(ofile,M_SOI);
1088 jpeg_read_remaining(ifile, ofile);
1821 (void) WriteBlobByte(ofile,'"'); in formatString()
1830 WriteBlobString(ofile,"&lt;"); in formatString()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_sys.c989 static t_stat fprint_order (FILE *ofile, t_value *val, uint32 radix);
1730 t_stat fprint_cpu (FILE *ofile, t_value *val, uint32 radix, int32 switches) in fprint_cpu() argument
1740 - strlen (stack_ops [STACKOP_A (val [0])].mnemonic), ofile); in fprint_cpu()
3142 static t_stat fprint_order (FILE *ofile, t_value *val, uint32 radix) in fprint_order() argument
3163 fprint_value (ofile, NEG16 (ioaw), in fprint_order()
3179 fprint_value (ofile, ioaw, in fprint_order()
3185 fprint_value (ofile, IOCW_CNTL (iocw), in fprint_order()
3189 fputc (',', ofile); in fprint_order()
3191 fprint_value (ofile, ioaw, in fprint_order()
3200 fprint_value (ofile, NEG16 (IOCW_COUNT (iocw)), in fprint_order()
[all …]
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_sys.c987 static t_stat fprint_order (FILE *ofile, t_value *val, uint32 radix);
1747 t_stat fprint_cpu (FILE *ofile, t_value *val, uint32 radix, int32 switches) in fprint_cpu() argument
1757 - strlen (stack_ops [STACKOP_A (val [0])].mnemonic), ofile); in fprint_cpu()
3194 static t_stat fprint_order (FILE *ofile, t_value *val, uint32 radix) in fprint_order() argument
3215 fprint_value (ofile, NEG16 (ioaw), in fprint_order()
3231 fprint_value (ofile, ioaw, in fprint_order()
3237 fprint_value (ofile, IOCW_CNTL (iocw), in fprint_order()
3241 fputc (',', ofile); in fprint_order()
3243 fprint_value (ofile, ioaw, in fprint_order()
3252 fprint_value (ofile, NEG16 (IOCW_COUNT (iocw)), in fprint_order()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Doutas86.c419 fputc(0x2A, ofile); in as86_write()
422 fwriteint16_t(strslen, ofile); in as86_write()
434 fwriteint16_t(nsyms, ofile); in as86_write()
462 saa_fpwrite(strs, ofile); in as86_write()
474 fputc(0x13, ofile); in as86_write()
477 fputc(0x12, ofile); in as86_write()
480 fputc(0x11, ofile); in as86_write()
481 fputc(bsslen, ofile); in as86_write()
492 fputc(0x01, ofile); in as86_set_rsize()
495 fputc(0x02, ofile); in as86_set_rsize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutas86.c413 fputc(0x2A, ofile); in as86_write()
416 fwriteint16_t(strslen, ofile); in as86_write()
428 fwriteint16_t(nsyms, ofile); in as86_write()
456 saa_fpwrite(strs, ofile); in as86_write()
468 fputc(0x13, ofile); in as86_write()
471 fputc(0x12, ofile); in as86_write()
474 fputc(0x11, ofile); in as86_write()
475 fputc(bsslen, ofile); in as86_write()
486 fputc(0x01, ofile); in as86_set_rsize()
489 fputc(0x02, ofile); in as86_set_rsize()
[all …]

12345678910>>...287