Home
last modified time | relevance | path

Searched refs:ShowPoint (Results 1 – 6 of 6) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/
H A DSign.cpp60 formatted_text << Format::Precision(Format::ShowPoint(part ? part->temp - 273.15f : 0.0f), 2); in getDisplayText()
70 formatted_text << Format::Precision(Format::ShowPoint(pressure), 2); in getDisplayText()
76 formatted_text << Format::Precision(Format::ShowPoint(aheat), 2); in getDisplayText()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/dialogs/
H A Ddialoghistory.h97 void ShowPoint();
H A Ddialoghistory.cpp74 ShowPoint(); in DialogHistory()
495 void DialogHistory::ShowPoint() in ShowPoint() function in DialogHistory
/dports/games/powder-toy/The-Powder-Toy-95.0/src/common/
H A DFormat.h120 …ne FlagsOverride<T, std::ios_base::showpoint, std::ios_base::showpoint> ShowPoint(T value) { retur…
124 …inline FlagsOverride<void, std::ios_base::showpoint, std::ios_base::showpoint> ShowPoint() { retur…
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DWorksheet.h1220 void ShowPoint(wxPoint point);
H A DWorksheet.cpp7565 void Worksheet::ShowPoint(wxPoint point) in ShowPoint() function in Worksheet
8411 ShowPoint(point); in ScrollToCaret()