Searched refs:Min (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/libs/linprog/
H A DVariable.h29 double Min() const;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h46 int32 Min() const;
H A DPopupSlider.h71 int32 Min() const;
H A DSliderView.cpp34 if (Max() < Min())
35 SetMax(Min());
44 float size = Max() - Min();
257 // Min
259 SliderView::Min() const function in class:SliderView
H A DPopupSlider.cpp345 // Min
347 PopupSlider::Min() const function in class:PopupSlider
351 value = fSlider->Min();
354 value = fSlider->Min();
/haiku/src/libs/linprog/
H A DVariable.cpp87 Variable::Min() const function in class:Variable
H A DActiveSetSolver.cpp555 double min = variable->Min();
565 constraintGE->SetLabel("Var Min");
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.h89 inline int32 Min() const function in class:IntProperty
132 inline float Min() const function in class:FloatProperty

Completed in 91 milliseconds