Home
last modified time | relevance | path

Searched refs:fillRatio (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/tylertreat/BoomFilters/
H A Dboom.go45 const fillRatio = 0.5 const
66 return uint(math.Ceil(float64(n) / ((math.Log(fillRatio) *
67 math.Log(1-fillRatio)) / math.Abs(math.Log(fpRate)))))
H A Dscalable.go59 p: fillRatio,
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Ddownloadedpiecesbar.cpp155 float fillRatio = piecesToValue + piecesToValueDl; in updateImage() local
156 float ratio = piecesToValueDl / fillRatio; in updateImage()
159 mixedColor = mixTwoColors(backgroundColor().rgb(), mixedColor, fillRatio); in updateImage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java59 float fillRatio, in reshapeToAspectRatio() argument
68 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
71 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java70 float fillRatio, in reshapeToAspectRatio() argument
79 desiredY = (int) (fillRatio * y); in reshapeToAspectRatio()
82 desiredX = (int) (fillRatio * x); in reshapeToAspectRatio()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DCompositor.h539 float fillRatio = 0; in GetFillRatio() local
541 fillRatio = 100.0f * float(mPixelsFilled) / float(mPixelsPerFrame); in GetFillRatio()
542 if (fillRatio > 999.0f) { in GetFillRatio()
543 fillRatio = 999.0f; in GetFillRatio()
546 return fillRatio; in GetFillRatio()
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dskylabeler.h299 float fillRatio();
H A Dskylabeler.cpp669 float SkyLabeler::fillRatio() in fillRatio() function in SkyLabeler
686 printf(" fillRatio=%.1f%%\n", fillRatio()); in printInfo()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/benchmarking/
H A DBenchmarkDeviceAdapter.cxx313 vtkm::Float32 fillRatio, in BenchBitFieldToUnorderedSetImpl() argument
318 static_cast<vtkm::Id>(static_cast<vtkm::Float32>(numWords) * fillRatio); in BenchBitFieldToUnorderedSetImpl()
495 vtkm::Float32 fillRatio, in BenchCountSetBitsImpl() argument
500 static_cast<vtkm::Id>(static_cast<vtkm::Float32>(numWords) * fillRatio); in BenchCountSetBitsImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DLayerManagerComposite.cpp657 float fillRatio = mCompositor->GetFillRatio(); in RenderDebugOverlay() local
658 mFPS->DrawFPS(now, drawFrameColorBars ? 10 : 1, 2, unsigned(fillRatio), mCompositor); in RenderDebugOverlay()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1648 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1657 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1648 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1657 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DTree.h2154 const double fillRatio = (100.0 * double(numActiveLeafVoxels))
2156 os << " Average leaf node fill ratio: " << fillRatio << "%\n";
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1648 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1657 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1635 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1644 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1635 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1644 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1634 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() argument
1643 …GraphicsUtilities.reshapeToAspectRatio(frame, aspectRatio, fillRatio, frame.getParent().getSize()); in showPanel()

12