Home
last modified time | relevance | path

Searched refs:outfmt (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/science/xtb/xtb-6.4.1/src/xtb/
H A Dcalculator.f9086 character(len=*),private,parameter :: outfmt = &
220 write(env%unit,outfmt) "total w/o Gsasa/hb", &
254 write(iunit,outfmt) "H0 energy ", res%e_elec, "Eh "
255 write(iunit,outfmt) "repulsion energy ", res%e_rep, "Eh "
256 write(iunit,outfmt) "electrostat energy", res%e_es, "Eh "
257 write(iunit,outfmt) "-> Gsolv ", res%g_solv, "Eh "
259 write(iunit,outfmt) " -> Gsasa ", res%g_sasa, "Eh "
261 write(iunit,outfmt) " -> Gshift ", res%g_shift,"Eh "
262 write(iunit,outfmt) "dispersion energy ", res%e_disp, "Eh "
263 write(iunit,outfmt) "short-range corr. ", res%e_xb, "Eh "
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/
H A Daudio.c100 sh = syn123_new(outfmt.rate, 1, outfmt.encoding, 0, &err); in audio_setup()
154 } else if(outfmt.rate) in audio_prepare()
251 fprintf(stderr," %5ld |", outfmt ? outfmt->rate : rate); in capline()
254 int fmt = outfmt in capline()
255 ? (encs[enci] == outfmt->encoding ? outfmt->channels : 0) in capline()
379 outfmt.channels = 0; in audio_capabilities()
380 outfmt.encoding = 0; in audio_capabilities()
460 if(!outfmt.encoding) in audio_capabilities()
468 outfmt.channels = 1; in audio_capabilities()
472 outfmt.channels = 2; in audio_capabilities()
[all …]
/dports/science/xtb/xtb-6.4.1/src/gfnff/
H A Dcalculator.f9073 character(len=*),private,parameter :: outfmt = & variable
186 write(env%unit,outfmt) "total w/o Gsolv ", &
188 write(env%unit,outfmt) "total w/o Gsasa/hb", &
218 write(iunit,outfmt) "bond energy ", res_gff%e_bond, "Eh "
219 write(iunit,outfmt) "angle energy ", res_gff%e_angl, "Eh "
220 write(iunit,outfmt) "torsion energy ", res_gff%e_tors, "Eh "
221 write(iunit,outfmt) "repulsion energy ", res_gff%e_rep, "Eh "
222 write(iunit,outfmt) "electrostat energy", res_gff%e_es, "Eh "
223 write(iunit,outfmt) "dispersion energy ", res_gff%e_disp, "Eh "
224 write(iunit,outfmt) "HB energy ", res_gff%e_hb, "Eh "
[all …]
/dports/multimedia/vlc/vlc-3.0.16/src/audio_output/
H A Dfilters.c59 filter->fmt_out.audio = *outfmt; in CreateFilter()
60 filter->fmt_out.i_codec = outfmt->i_format; in CreateFilter()
67 if( outfmt->i_physical_channels != 0 ) in CreateFilter()
68 assert( aout_FormatNbChannels( outfmt ) == outfmt->i_channels ); in CreateFilter()
171 || infmt->i_chan_mode != outfmt->i_chan_mode in aout_FiltersPipelineCreate()
225 if (input.i_rate != outfmt->i_rate) in aout_FiltersPipelineCreate()
231 output.i_rate = outfmt->i_rate; in aout_FiltersPipelineCreate()
246 if (input.i_format != outfmt->i_format) in aout_FiltersPipelineCreate()
524 if (!AOUT_FMT_LINEAR(outfmt)) in aout_FiltersNew()
539 if (aout_FormatNbChannels(outfmt) == 0) in aout_FiltersNew()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/date_time/
H A Dstrings_from_facet.hpp45 string_type outfmt(short_fmt); in gather_month_strings() local
47 outfmt = long_fmt; in gather_month_strings()
59 &*outfmt.begin(), in gather_month_strings()
60 &*outfmt.begin()+outfmt.size()); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
111 &*outfmt.begin(), in gather_weekday_strings()
112 &*outfmt.begin()+outfmt.size()); in gather_weekday_strings()
/dports/sysutils/logtool/logtool-1.3.1/src/
H A Dmod_snort.c52 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_psids()
80 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pproc()
139 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pips()
151 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pips()
197 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pproto()
223 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pprior()
250 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort_pclass()
347 if(modsn_2lines == TRUE && cf.outfmt != OUTPUT_CSV) strcat(event.pmsg, "\n\t"); in ltm_snort()
365 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort()
372 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in ltm_snort()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dhmmconvert.c39 char *outfmt = esl_opt_GetString(go, "--outfmt"); in main() local
44 if (outfmt != NULL) { in main()
45 if (strcmp(outfmt, "3/a") == 0) fmtcode = p7_HMMFILE_3a; in main()
46 else if (strcmp(outfmt, "3/b") == 0) fmtcode = p7_HMMFILE_3b; in main()
47 else if (strcmp(outfmt, "3/c") == 0) fmtcode = p7_HMMFILE_3c; in main()
48 else if (strcmp(outfmt, "3/d") == 0) fmtcode = p7_HMMFILE_3d; in main()
49 else if (strcmp(outfmt, "3/e") == 0) fmtcode = p7_HMMFILE_3e; in main()
50 else if (strcmp(outfmt, "3/f") == 0) fmtcode = p7_HMMFILE_3f; in main()
51 else p7_Fail("No such 3.x output format code %s.\n", outfmt); in main()
H A Dhmmemit.c71 int outfmt = 0; in main() local
88 if (esl_opt_GetBoolean(go, "-a")) outfmt = eslMSAFILE_STOCKHOLM; in main()
89 else outfmt = eslSQFILE_FASTA; in main()
105 if (esl_opt_GetBoolean(go, "-c")) emit_consensus(go, ofp, outfmt, hmm); in main()
106 else if (esl_opt_GetBoolean(go, "-C")) emit_fancycons(go, ofp, outfmt, hmm); in main()
107 else if (esl_opt_GetBoolean(go, "-a")) emit_alignment(go, ofp, outfmt, r, hmm); in main()
108 else emit_sequences(go, ofp, outfmt, r, hmm); in main()
157 emit_consensus(ESL_GETOPTS *go, FILE *ofp, int outfmt, P7_HMM *hmm) in emit_consensus() argument
172 emit_fancycons(ESL_GETOPTS *go, FILE *ofp, int outfmt, P7_HMM *hmm) in emit_fancycons() argument
213 esl_msafile_Write(ofp, msa, outfmt); in emit_alignment()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Dhmmconvert.c39 char *outfmt = esl_opt_GetString(go, "--outfmt"); in main() local
44 if (outfmt != NULL) { in main()
45 if (strcmp(outfmt, "3/a") == 0) fmtcode = p7_HMMFILE_3a; in main()
46 else if (strcmp(outfmt, "3/b") == 0) fmtcode = p7_HMMFILE_3b; in main()
47 else if (strcmp(outfmt, "3/c") == 0) fmtcode = p7_HMMFILE_3c; in main()
48 else if (strcmp(outfmt, "3/d") == 0) fmtcode = p7_HMMFILE_3d; in main()
49 else if (strcmp(outfmt, "3/e") == 0) fmtcode = p7_HMMFILE_3e; in main()
50 else if (strcmp(outfmt, "3/f") == 0) fmtcode = p7_HMMFILE_3f; in main()
51 else p7_Fail("No such 3.x output format code %s.\n", outfmt); in main()
H A Dhmmemit.c71 int outfmt = 0; in main() local
88 if (esl_opt_GetBoolean(go, "-a")) outfmt = eslMSAFILE_STOCKHOLM; in main()
89 else outfmt = eslSQFILE_FASTA; in main()
105 if (esl_opt_GetBoolean(go, "-c")) emit_consensus(go, ofp, outfmt, hmm); in main()
106 else if (esl_opt_GetBoolean(go, "-C")) emit_fancycons(go, ofp, outfmt, hmm); in main()
107 else if (esl_opt_GetBoolean(go, "-a")) emit_alignment(go, ofp, outfmt, r, hmm); in main()
108 else emit_sequences(go, ofp, outfmt, r, hmm); in main()
157 emit_consensus(ESL_GETOPTS *go, FILE *ofp, int outfmt, P7_HMM *hmm) in emit_consensus() argument
172 emit_fancycons(ESL_GETOPTS *go, FILE *ofp, int outfmt, P7_HMM *hmm) in emit_fancycons() argument
213 esl_msafile_Write(ofp, msa, outfmt); in emit_alignment()
[all …]
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Dreformat_main.c76 int outfmt; /* output format */ in main() local
129 outfmt = kUnknown; in main()
132 outfmt = seqfmt[i].fmt; in main()
134 if (outfmt == kUnknown) in main()
145 (outfmt == kMSF || outfmt == kSelex)) in main()
161 switch (outfmt) { in main()
167 else if (outfmt == kMSF || outfmt == kSelex) in main()
183 WriteSeq(stdout, outfmt, seq, &sqinfo); in main()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_format.c37 unsigned int outfmt; member
47 if (vf->priv->outfmt) in query_format()
48 fmt = vf->priv->outfmt; in query_format()
56 unsigned flags, unsigned outfmt){ in config() argument
57 return vf_next_config(vf, width, height, d_width, d_height, flags, vf->priv->outfmt); in config()
64 if (vf->priv->outfmt) in vf_open()
72 {"outfmt", ST_OFF(outfmt), CONF_TYPE_IMGFMT, 0,0 ,0, NULL},
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_format.c37 unsigned int outfmt; member
47 if (vf->priv->outfmt) in query_format()
48 fmt = vf->priv->outfmt; in query_format()
56 unsigned flags, unsigned outfmt){ in config() argument
57 return vf_next_config(vf, width, height, d_width, d_height, flags, vf->priv->outfmt); in config()
64 if (vf->priv->outfmt) in vf_open()
72 {"outfmt", ST_OFF(outfmt), CONF_TYPE_IMGFMT, 0,0 ,0, NULL},
/dports/biology/wise/wise2.4.1/src/HMMer2/
H A Dhmmconvert.c81 outfmt; /* output format */ in main() local
95 outfmt = P7ASCII; in main()
101 if (strcmp(optname, "-a") == 0) { outfmt = P7ASCII; } in main()
102 else if (strcmp(optname, "-b") == 0) { outfmt = P7BINARY; } in main()
103 else if (strcmp(optname, "-p") == 0) { outfmt = GCGPROFILE; } in main()
106 else if (strcmp(optname, "-P") == 0) { outfmt = BICPROFILE; } in main()
142 switch (outfmt) { in main()
154 switch (outfmt) { in main()
173 switch (outfmt) { in main()
191 switch(outfmt) { in main()
/dports/devel/hyperscan/boost_1_75_0/boost/date_time/
H A Dstrings_from_facet.hpp46 string_type outfmt(short_fmt); in gather_month_strings() local
48 outfmt = long_fmt; in gather_month_strings()
53 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
99 string_type outfmt(short_fmt); in gather_weekday_strings() local
101 outfmt = long_fmt; in gather_weekday_strings()
106 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/date_time/
H A Dstrings_from_facet.hpp46 string_type outfmt(short_fmt); in gather_month_strings() local
48 outfmt = long_fmt; in gather_month_strings()
53 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
99 string_type outfmt(short_fmt); in gather_weekday_strings() local
101 outfmt = long_fmt; in gather_weekday_strings()
106 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/devel/R-cran-BH/BH/inst/include/boost/date_time/
H A Dstrings_from_facet.hpp46 string_type outfmt(short_fmt); in gather_month_strings() local
48 outfmt = long_fmt; in gather_month_strings()
53 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
99 string_type outfmt(short_fmt); in gather_weekday_strings() local
101 outfmt = long_fmt; in gather_weekday_strings()
106 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Dstrings_from_facet.hpp45 string_type outfmt(short_fmt); in gather_month_strings() local
47 outfmt = long_fmt; in gather_month_strings()
52 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
98 string_type outfmt(short_fmt); in gather_weekday_strings() local
100 outfmt = long_fmt; in gather_weekday_strings()
105 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/date_time/
H A Dstrings_from_facet.hpp45 string_type outfmt(short_fmt); in gather_month_strings() local
47 outfmt = long_fmt; in gather_month_strings()
52 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
98 string_type outfmt(short_fmt); in gather_weekday_strings() local
100 outfmt = long_fmt; in gather_weekday_strings()
105 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Dstrings_from_facet.hpp44 string_type outfmt(short_fmt); in gather_month_strings() local
46 outfmt = long_fmt; in gather_month_strings()
51 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
104 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/date_time/
H A Dstrings_from_facet.hpp46 string_type outfmt(short_fmt); in gather_month_strings() local
48 outfmt = long_fmt; in gather_month_strings()
53 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
99 string_type outfmt(short_fmt); in gather_weekday_strings() local
101 outfmt = long_fmt; in gather_weekday_strings()
106 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/databases/xtrabackup/boost_1_59_0/boost/date_time/
H A Dstrings_from_facet.hpp44 string_type outfmt(short_fmt); in gather_month_strings() local
46 outfmt = long_fmt; in gather_month_strings()
51 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
104 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/databases/percona57-server/boost_1_59_0/boost/date_time/
H A Dstrings_from_facet.hpp44 string_type outfmt(short_fmt); in gather_month_strings() local
46 outfmt = long_fmt; in gather_month_strings()
51 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
104 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/date_time/
H A Dstrings_from_facet.hpp44 string_type outfmt(short_fmt); in gather_month_strings() local
46 outfmt = long_fmt; in gather_month_strings()
51 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
104 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/dports/databases/percona57-client/boost_1_59_0/boost/date_time/
H A Dstrings_from_facet.hpp44 string_type outfmt(short_fmt); in gather_month_strings() local
46 outfmt = long_fmt; in gather_month_strings()
51 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
97 string_type outfmt(short_fmt); in gather_weekday_strings() local
99 outfmt = long_fmt; in gather_weekday_strings()
104 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()

12345678910>>...25