Home
last modified time | relevance | path

Searched refs:DoubleToString (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/blastinput/
H A Dblast_input_aux.hpp94 return ">=" + NStr::DoubleToString(m_MinValue); in GetUsage()
119 return "<=" + NStr::DoubleToString(m_MaxValue); in GetUsage()
155 retval = "(>" + NStr::DoubleToString(m_MinValue) + " and <" in GetUsage()
156 + NStr::DoubleToString(m_MaxValue) + ")"; in GetUsage()
158 retval = "(>=" + NStr::DoubleToString(m_MinValue) + " and =<" in GetUsage()
159 + NStr::DoubleToString(m_MaxValue) + ")"; in GetUsage()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/blastinput/
H A Dblast_input_aux.hpp94 return ">=" + NStr::DoubleToString(m_MinValue); in GetUsage()
119 return "<=" + NStr::DoubleToString(m_MaxValue); in GetUsage()
155 retval = "(>" + NStr::DoubleToString(m_MinValue) + " and <" in GetUsage()
156 + NStr::DoubleToString(m_MaxValue) + ")"; in GetUsage()
158 retval = "(>=" + NStr::DoubleToString(m_MinValue) + " and =<" in GetUsage()
159 + NStr::DoubleToString(m_MaxValue) + ")"; in GetUsage()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/splign/
H A Dsplign_cmdargs.cpp122 NStr::DoubleToString(CSplign::s_GetDefaultCompartmentPenalty())); in SetupArgDescriptions()
129 NStr::DoubleToString(CSplign::s_GetDefaultMinCompartmentIdty())); in SetupArgDescriptions()
154 NStr::DoubleToString(CSplign::s_GetDefaultMinExonIdty())); in SetupArgDescriptions()
163 NStr::DoubleToString(CSplign::s_GetDefaultPolyaExtIdty())); in SetupArgDescriptions()
203 NStr::DoubleToString(double(CNWAligner::GetDefaultSpaceLimit()) / kMb)); in SetupArgDescriptions()
/dports/www/firefox/firefox-99.0/js/src/util/
H A Dmoz.build28 # DoubleToString.cpp cannot be built in unified mode because we want to suppress
33 "DoubleToString.cpp",
39 SOURCES["DoubleToString.cpp"].flags += ["-Wno-implicit-fallthrough"]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResourceBrowseWnd.cpp32 m_used_points(GG::Wnd::Create<CUILabel>(DoubleToString(used, 3, false), GG::FORMAT_LEFT)), in ResourceBrowseWnd()
35 m_output_points(GG::Wnd::Create<CUILabel>(DoubleToString(output, 3, false), GG::FORMAT_LEFT)), in ResourceBrowseWnd()
38 …m_target_points(GG::Wnd::Create<CUILabel>(DoubleToString(target_output, 3, false), GG::FORMAT_LEFT… in ResourceBrowseWnd()
42 …m_stockpile_points(GG::Wnd::Create<CUILabel>(DoubleToString(stockpile, 3, false), GG::FORMAT_LEFT)… in ResourceBrowseWnd()
45 …m_stockpile_used_points(GG::Wnd::Create<CUILabel>(DoubleToString(stockpile_use, 3, false), GG::FOR… in ResourceBrowseWnd()
48 …m_stockpile_change_points(GG::Wnd::Create<CUILabel>(DoubleToString(stockpile_change, 3, false), GG… in ResourceBrowseWnd()
56 m_output_points->SetText(DoubleToString(stockpile_use_limit, 3, false)); in ResourceBrowseWnd()
268 m_output(GG::Wnd::Create<CUILabel>(DoubleToString(capacity, 3, false), GG::FORMAT_LEFT)), in WastedStockpiledResourceBrowseWnd()
274 m_excess(GG::Wnd::Create<CUILabel>(DoubleToString(excess, 3, false), GG::FORMAT_LEFT)), in WastedStockpiledResourceBrowseWnd()
280 m_stockpile(GG::Wnd::Create<CUILabel>(DoubleToString(to_stockpile, 3, false), GG::FORMAT_LEFT)), in WastedStockpiledResourceBrowseWnd()
[all …]
H A DSystemResourceSummaryBrowseWnd.cpp202 std::string amount_text = DoubleToString(production, 3, false); in UpdateProduction()
256DoubleToString(m_production, 3, false))); in UpdateProduction()
301 std::string amount_text = DoubleToString(allocation, 3, false); in UpdateAllocation()
354 std::string system_allocation_text = DoubleToString(m_allocation, 3, false); in UpdateAllocation()
403 amount_text = DoubleToString(difference, 3, false); in UpdateImportExport()
407 amount_text = DoubleToString(std::abs(difference), 3, false); in UpdateImportExport()
H A DMeterBrowseWnd.cpp36 return ColourWrappedtext(DoubleToString(number, digits, true), clr); in ColouredNumber()
284 m_current_value->SetText(DoubleToString(primary_meter->Initial(), 3, false)); in UpdateSummary()
285 m_next_turn_value->SetText(DoubleToString(primary_meter->Current(), 3, false)); in UpdateSummary()
303 DoubleToString(breakdown_total, 3, false))); in UpdateSummary()
499 DoubleToString(breakdown_total, 3, false))); in UpdateSummary()
692 DoubleToString(breakdown_total, 3, false))); in UpdateSummary()
841 …std::string fighter_damage_text = ColourWrappedtext(DoubleToString(fighter_damage, 3, false), DAMA… in UpdateEffectLabelsAndValues()
858 std::string damage_value_text = DoubleToString(first_wave.damage, 3, false); in UpdateEffectLabelsAndValues()
907 …std::string detail_value_text = ColourWrappedtext(DoubleToString(last_bout.total_damage, 3, false)… in UpdateEffectLabelsAndValues()
951 std::string formula_value_text = DoubleToString(bout.damage, 3, false); in UpdateEffectLabelsAndValues()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dcmdline_flags.cpp154 NStr::DoubleToString(kSegLocut) + string(" ") +
155 NStr::DoubleToString(kSegHicut);
160 NStr::DoubleToString(kDustWindow) + string(" ") +
161 NStr::DoubleToString(kDustLinker);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dcmdline_flags.cpp154 NStr::DoubleToString(kSegLocut) + string(" ") +
155 NStr::DoubleToString(kSegHicut);
160 NStr::DoubleToString(kDustWindow) + string(" ") +
161 NStr::DoubleToString(kDustLinker);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/demo/
H A Dcobalt_app.cpp164 NStr::DoubleToString(COBALT_RPS_EVALUE)); in Init()
178 NStr::DoubleToString(COBALT_DOMAIN_BOOST)); in Init()
219 NStr::DoubleToString(COBALT_CONSERVED_CUTOFF)); in Init()
223 NStr::DoubleToString(COBALT_PSEUDO_COUNT, 1)); in Init()
229 NStr::DoubleToString(COBALT_LOCAL_BOOST, 1)); in Init()
257 NStr::DoubleToString(COBALT_BLAST_EVALUE)); in Init()
273 NStr::DoubleToString(COBALT_MAX_CLUSTER_DIAM)); in Init()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbi_process.cpp61 … << "real: " << ((r >= 0) ? NStr::DoubleToString(r, 2, NStr::fDoubleFixed) : kUnknown) << ", " in PrintTimes()
62 … << "user: " << ((u >= 0) ? NStr::DoubleToString(u, 2, NStr::fDoubleFixed) : kUnknown) << ", " in PrintTimes()
63 << "sys: " << ((s >= 0) ? NStr::DoubleToString(s, 2, NStr::fDoubleFixed) : kUnknown) in PrintTimes()
H A Dtest_stacktrace.cpp71 Func4(NStr::DoubleToString(d)); in Func3()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_expr.cpp89 static FStringProd *DoubleToString (FProduction *prod);
349 static FStringProd *DoubleToString (FProduction *prod) in DoubleToString() function
389 prod2 = DoubleToString (prod2); in MaybeStringCoerce()
394 prod1 = DoubleToString (prod1); in MaybeStringCoerce()
410 prod1 = DoubleToString (prod1); in MustStringCoerce()
414 prod2 = DoubleToString (prod2); in MustStringCoerce()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dfldbas.cxx516 pFormatter->GetOutputString(DoubleToString(rVal, nFormatLng), nFormat, in ExpandValue()
526 OUString SwValueFieldType::DoubleToString(const double &rVal, in DoubleToString() function in SwValueFieldType
535 return DoubleToString(rVal, pEntry->GetLanguage()); in DoubleToString()
538 OUString SwValueFieldType::DoubleToString( const double &rVal, in DoubleToString() function in SwValueFieldType
728 … m_sFormula = static_cast<SwValueFieldType *>(GetTyp())->DoubleToString(fTmpValue, nFormat); in SetExpandedFormula()
748 … OUString sTempIn(static_cast<SwValueFieldType *>(GetTyp())->DoubleToString(GetValue(), nFormat)); in GetExpandedFormula()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/strings/
H A Dnumformatter.cpp53 CPPUNIT_TEST( DoubleToString );
66 void DoubleToString();
133 void NumFormatterTestCase::DoubleToString() in DoubleToString() function in NumFormatterTestCase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/strings/
H A Dnumformatter.cpp53 CPPUNIT_TEST( DoubleToString );
66 void DoubleToString();
133 void NumFormatterTestCase::DoubleToString() in DoubleToString() function in NumFormatterTestCase
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dfldbas.cxx572 pFormatter->GetOutputString(DoubleToString(rVal, nFormatLng), nFormat, in ExpandValue()
582 OUString SwValueFieldType::DoubleToString(const double &rVal, in DoubleToString() function in SwValueFieldType
591 return DoubleToString(rVal, pEntry->GetLanguage()); in DoubleToString()
594 OUString SwValueFieldType::DoubleToString( const double &rVal, in DoubleToString() function in SwValueFieldType
784 … m_sFormula = static_cast<SwValueFieldType *>(GetTyp())->DoubleToString(fTmpValue, nFormat); in SetExpandedFormula()
804 … OUString sTempIn(static_cast<SwValueFieldType *>(GetTyp())->DoubleToString(GetValue(), nFormat)); in GetExpandedFormula()
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dmodel_exporter.cc373 std::string DoubleToString(double d) { return absl::StrCat((d)); } in DoubleToString() function
396 line_breaker.Append(absl::StrCat(" = ", DoubleToString(ub), "\n")); in AppendConstraint()
406 absl::StrCat(" <= ", DoubleToString(ub), "\n"); in AppendConstraint()
419 absl::StrCat(" >= ", DoubleToString(lb), "\n"); in AppendConstraint()
453 UpdateMaxSize(DoubleToString(new_number), size); in UpdateMaxSize()
624 absl::StrAppend(output, DoubleToString(lb), " <= "); in ExportModelAsLpFormat()
628 absl::StrAppend(output, " <= ", DoubleToString(ub)); in ExportModelAsLpFormat()
665 absl::StrAppendFormat(output, *mps_format_, name, DoubleToString(value)); in AppendMpsPair()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Unix/System.Private.CoreLib.Native/
H A DInterop.Number.cs14 …internal static extern unsafe int DoubleToString(double value, byte* format, byte* buffer, int buf… in DoubleToString() method in Interop.Sys
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/segmasker/
H A Dsegmasker.cpp143 NStr::DoubleToString(kSegLocut)); in Init()
146 NStr::DoubleToString(kSegHicut)); in Init()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_namedpipe_connector.cpp177 + NStr::DoubleToString in Client()
209 + NStr::DoubleToString(m_Timeout.sec in Server()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/segmasker/
H A Dsegmasker.cpp143 NStr::DoubleToString(kSegLocut)); in Init()
146 NStr::DoubleToString(kSegHicut)); in Init()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/
H A Dsam_formatter.cpp259 EV = "\tEV:f:" + NStr::DoubleToString(GetFloatScore(**score)); in AddRow()
264 BS = "\tBS:f:" + NStr::DoubleToString(GetFloatScore(**score)); in AddRow()
275 PI = "\tPI:f:" + NStr::DoubleToString(pi, 2); in AddRow()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/
H A Dsam_formatter.cpp259 EV = "\tEV:f:" + NStr::DoubleToString(GetFloatScore(**score)); in AddRow()
264 BS = "\tBS:f:" + NStr::DoubleToString(GetFloatScore(**score)); in AddRow()
275 PI = "\tPI:f:" + NStr::DoubleToString(pi, 2); in AddRow()
/dports/math/acalc/acalc-0.3/aCalc/aCalc/
H A Dcalcparser.cpp57 SetVariable("pi", DoubleToString(M_PI), FLOAT, true); in CalcParser()
58 SetVariable("e", DoubleToString(exp(1)), FLOAT, true); in CalcParser()
151 v.value = DoubleToString(res.ValueFloat()); in InitVariableFromExpression()
213 t->SetValue(DoubleToString(number)); in SetScale()
1454 String s = DoubleToString(arg, precision); // округление через строки... in RoundS()
1503 String CalcParser::DoubleToString(long double n, int precision) in DoubleToString() function in CalcParser
1529 str_stream << HexToBinString(DoubleToString(n)); in DoubleToString()

12345678910