Home
last modified time | relevance | path

Searched refs:strstrm (Results 1 – 13 of 13) sorted by relevance

/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/infra/
H A Dstring_utils.cc59 ostringstream strstrm; in dataToString() local
60 strstrm << x; in dataToString()
61 return trim(strstrm.str()); in dataToString()
70 ostringstream strstrm; in dataToString() local
76 ostringstream strstrm; in dataToString() local
82 ostringstream strstrm; in dataToString() local
100 ostringstream strstrm; in intToString() local
110 istringstream strstrm(x); in stringToData() local
112 strstrm >> value; in stringToData()
113 bool ok = bool(strstrm); in stringToData()
[all …]
/dports/science/healpix/Healpix_3.50/src/cxx/cxxsupport/
H A Dstring_utils.cc54 ostringstream strstrm; in dataToString() local
55 strstrm << x; in dataToString()
56 return trim(strstrm.str()); in dataToString()
65 ostringstream strstrm; in dataToString() local
67 return trim(strstrm.str()); in dataToString()
71 ostringstream strstrm; in dataToString() local
77 ostringstream strstrm; in dataToString() local
95 ostringstream strstrm; in intToString() local
110 strstrm >> rest; in end_stringToData()
119 istringstream strstrm(x); in stringToData() local
[all …]
/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp273 stringstream strstrm; in fit_bivar_reml() local
274 if (grm_files.size() == 1) strstrm << ""; in fit_bivar_reml()
275 else strstrm << i + 1; in fit_bivar_reml()
276 _var_name.push_back("V(G" + strstrm.str() + ")_tr1"); in fit_bivar_reml()
277 _var_name.push_back("V(G" + strstrm.str() + ")_tr2"); in fit_bivar_reml()
278 _var_name.push_back("C(G" + strstrm.str() + ")_tr12"); in fit_bivar_reml()
279 _hsq_name.push_back("V(G" + strstrm.str() + ")/Vp_tr1"); in fit_bivar_reml()
280 _hsq_name.push_back("V(G" + strstrm.str() + ")/Vp_tr2"); in fit_bivar_reml()
375 stringstream strstrm; in calcu_rg() local
376 strstrm << "rG" << i + 1; in calcu_rg()
[all …]
H A Dmlm_assoc.cpp178 stringstream strstrm; in mlma() local
179 if (grm_files.size() == 1) strstrm << ""; in mlma()
180 else strstrm << i + 1; in mlma()
181 _var_name.push_back("V(G" + strstrm.str() + ")"); in mlma()
182 _hsq_name.push_back("V(G" + strstrm.str() + ")/Vp"); in mlma()
H A Dest_hsq.cpp383 stringstream strstrm; in fit_reml() local
384 if (grm_files.size() == 1) strstrm << ""; in fit_reml()
385 else strstrm << i + 1; in fit_reml()
386 _var_name.push_back("V(G" + strstrm.str() + ")"); in fit_reml()
387 _hsq_name.push_back("V(G" + strstrm.str() + ")/Vp"); in fit_reml()
/dports/x11-toolkits/scintilla/scite/gtk/
H A DGUIGTK.cxx47 std::ostringstream strstrm; in StringFromLongLong() local
48 strstrm << i; in StringFromLongLong()
49 return StringFromUTF8(strstrm.str()); in StringFromLongLong()
/dports/editors/scite/scite/gtk/
H A DGUIGTK.cxx47 std::ostringstream strstrm; in StringFromLongLong() local
48 strstrm << i; in StringFromLongLong()
49 return StringFromUTF8(strstrm.str()); in StringFromLongLong()
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/example/
H A Dgauss_laguerre_quadrature.cpp60 std::stringstream strstrm; in progress_bar() local
62 strstrm.precision(1); in progress_bar()
64 strstrm << std::fixed << percent << "%"; in progress_bar()
66 os << strstrm.str() << "\r"; in progress_bar()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers3/
H A DoutputFormat.h791 std::ostringstream strstrm; in dumpMatches() local
792 strstrm << "#Read: " << row(align, 0) << std::endl; in dumpMatches()
793 strstrm << "#Genome: " << row(align, 1) << std::endl; in dumpMatches()
795 append(line, strstrm.str()); in dumpMatches()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dmodule.mk73 %reldir%/oct-strstrm.h \
217 %reldir%/oct-strstrm.cc \
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dsrc-ChangeLog4307 oct-procbuf.cc, oct-stream.cc, oct-strstrm.cc, octave.cc,
20917 * oct-strstrm.h (octave_istrstream::is): Likewise.
25482 * oct-strstrm.cc (octave_base_strstream::seek,
26346 * oct-strstrm.cc (octave_base_strstream::tell): Likewise.
29198 * oct-strstrm.h: Likewise.
30585 oct-stream.cc, oct-stream.h, oct-strstrm.cc, oct-strstrm.h,
31388 * oct-strstrm.cc (octave_base_strstream::tell): Likewise.
31968 oct-stream.cc, oct-stream.h, oct-strstrm.cc, oct-strstrm.h:
34874 oct-stream.cc, oct-stream.h, oct-strstrm.cc, octave.cc,
35231 * oct-strstrm.h (octave_base_strstream::seek): Likewise.
[all …]
/dports/math/octave/octave-6.4.0/
H A DMakefile.in1065 libinterp/corefcn/libcorefcn_la-oct-strstrm.lo \
2700 libinterp/corefcn/$(DEPDIR)/libcorefcn_la-oct-strstrm.Plo \
8120 libinterp/corefcn/oct-strstrm.h \
8261 libinterp/corefcn/oct-strstrm.cc \
12230 libinterp/corefcn/libcorefcn_la-oct-strstrm.lo: \
16144 @AMDEP_TRUE@@am__include@ @am__quote@libinterp/corefcn/$(DEPDIR)/libcorefcn_la-oct-strstrm.Plo@am__…
19259 libinterp/corefcn/libcorefcn_la-oct-strstrm.lo: libinterp/corefcn/oct-strstrm.cc
19260strstrm.lo -MD -MP -MF libinterp/corefcn/$(DEPDIR)/libcorefcn_la-oct-strstrm.Tpo -c -o libinterp/c…
19261 …binterp/corefcn/$(DEPDIR)/libcorefcn_la-oct-strstrm.Tpo libinterp/corefcn/$(DEPDIR)/libcorefcn_la-…
28238 -rm -f libinterp/corefcn/$(DEPDIR)/libcorefcn_la-oct-strstrm.Plo
[all …]
H A DChangeLog1675 libinterp/corefcn/oct-stream.h libinterp/corefcn/oct-strstrm.cc
1676 libinterp/corefcn/oct-strstrm.h libinterp/corefcn/oct-tex-
11349 libinterp/corefcn/oct-strstrm.cc libinterp/corefcn/oct-strstrm.h
17091 libinterp/corefcn/oct-strstrm.cc libinterp/corefcn/oct-strstrm.h
22052 libinterp/corefcn/oct-stream.h libinterp/corefcn/oct-strstrm.cc
22053 libinterp/corefcn/oct-strstrm.h libinterp/corefcn/oct-tex-
23592 libinterp/corefcn/oct-strstrm.cc libinterp/corefcn/oct-strstrm.h
33909 src/oct-stream.cc src/oct-stream.h src/oct-strstrm.cc src/oct-
33910 strstrm.h src/oct.h src/octave-config.cc.in src/octave-config.in
36968 src/oct-stream.h src/oct-strstrm.cc src/oct-strstrm.h src/oct.h