Home
last modified time | relevance | path

Searched refs:GetMinValue (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/src/
H A DContinuumDesignVariableNature.cpp267 this->GetMinValue(), this->GetMaxValue() in GetRandomValue()
280 ContinuumDesignVariableNature::GetMinValue( in GetMinValue() function in JEGA::Utilities::ContinuumDesignVariableNature
382 EDDY_ASSERT(this->GetMinValue() <= this->GetMaxValue()); in IsValueInBounds()
383 return (value >= this->GetMinValue()) && (value <= this->GetMaxValue()); in IsValueInBounds()
456 Math::Min(value, this->GetMaxValue()), this->GetMinValue() in GetNearestValidValue()
H A DDesignVariableTypeBase.cpp295 return this->_nature->GetMinValue(); in GetDefaultValue()
308 DesignVariableTypeBase::GetMinValue( in GetMinValue() function in JEGA::Utilities::DesignVariableTypeBase
313 return this->_nature->GetMinValue(); in GetMinValue()
H A DDesignVariableInfo.cpp179 return (val < this->GetMinValue()) ? this->GetMinValue() - val : in GetValueBoundViolation()
H A DIntegerDesignVariableType.cpp314 EDDY_ASSERT(Math::IsWhole(GetMinValue())); in GetNearestValidValue()
358 SignedRounder::Round(temp, this->GetMinValue(), this->GetMaxValue()) in GetRandomValue()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemScalarField.cpp328 vRange=GetMaxValue()-GetMinValue(); in DoScalarField()
383 d=d*vRange+GetMinValue(); in DoScalarField()
384 if (d<(double)GetMinValue()) d=(double)GetMinValue(); in DoScalarField()
387 if (v<GetMinValue()) v=GetMinValue(); in DoScalarField()
420 tx=ax+aw*(((double)GetValue())-GetMinValue())/vRange; in DoScalarField()
444 k1=(emInt64)ceil(((x3-ax)/f+GetMinValue()-0.01)/ivals[l]); in DoScalarField()
445 k2=(emInt64)floor(((x3+w3-ax)/f+GetMinValue()+0.01)/ivals[l]); in DoScalarField()
448 tx=(v-GetMinValue())*f+ax; in DoScalarField()
H A DemCoreConfigPanel.cpp191 m=1.0/rec->GetMinValue(); in Val2Cfg()
208 m=1.0/rec->GetMinValue(); in Cfg2Val()
755 Config->DownscaleQuality.GetMinValue(), in AutoExpand()
773 Config->UpscaleQuality.GetMinValue(), in AutoExpand()
/dports/games/warmux/warmux-11.04/src/gui/
H A Dspin_button_picture.cpp85 if (GetValue() > GetMinValue()) { in Draw()
120 float angle = (2.0f*M_PI - OPEN_ANGLE) * (GetValue() - GetMinValue()) in RecreateTorus()
121 / (GetMaxValue() - GetMinValue()); in RecreateTorus()
H A Dabstract_spin_button.h38 int GetMinValue() const { return m_min_value; } in GetMinValue() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dslider_unittest.cc151 float GetMinValue() const;
228 float SliderTest::GetMinValue() const { in GetMinValue() function in views::SliderTest
244 EXPECT_EQ(GetMinValue(), slider()->GetValue()); in TEST_P()
257 EXPECT_EQ(GetMinValue(), slider()->GetValue()); in TEST_P()
295 EXPECT_FLOAT_EQ(GetMinValue(), slider()->GetValue()); in TEST_P()
321 EXPECT_EQ(GetMinValue(), slider()->GetValue()); in TEST_P()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DDateTimeUtil.cs29 return GetMinValue(time.Kind); in Add()
57 public static DateTime GetMinValue(DateTimeKind kind) in GetMinValue() method in System.IdentityModel.DateTimeUtil
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Stats.h48 virtual ValueType GetMinValue() const = 0;
105 ValueType GetMinValue() const override;
144 C4Graph::ValueType GetMinValue() const override;
H A DC4Network2Stats.cpp112 C4Graph::ValueType C4TableGraph::GetMinValue() const in GetMinValue() function in C4TableGraph
245 C4Graph::ValueType C4GraphCollection::GetMinValue() const in GetMinValue() function in C4GraphCollection
248 C4Graph::ValueType iVal = (*i)->GetMinValue(); in GetMinValue()
249 while (++i != end()) iVal = std::min(iVal, (*i)->GetMinValue()); in GetMinValue()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbgraflashprogressbar.pas41 function GetMinValue: integer; in GetMinValue() function
80 property MinValue: integer Read GetMinValue Write SetMinValue;
250 function TBGRAFlashProgressBar.GetMinValue: integer; in GetMinValue() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgSequence.cpp83 txtMin->SetValue(sequence->GetMinValue().ToString()); in Go()
224 || txtMin->GetValue() != sequence->GetMinValue().ToString() in CheckChange()
287 else if (StrToLongLong(txtMin->GetValue()) < sequence->GetMinValue()) in GetSql()
315 …if ((!txtMin->GetValue().IsEmpty()) && StrToLongLong(txtMin->GetValue()) > sequence->GetMinValue()) in GetSql()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemScalarField.h69 emInt64 GetMinValue() const;
195 inline emInt64 emScalarField::GetMinValue() const in GetMinValue() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/include/inline/
H A DDesignVariableInfo.hpp.inl169 DesignVariableInfo::GetMinValue( function in JEGA::Utilities::DesignVariableInfo
173 return this->GetType().GetMinValue();
182 return this->GetMaxValue() - this->GetMinValue();
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCVarSystem.cpp119 valueMin = cvar->GetMinValue(); in idInternalCVar()
190 if ( valueMin != cvar->GetMinValue() || valueMax != cvar->GetMaxValue() ) { in Update()
200 valueMin = cvar->GetMinValue(); in Update()
1145 if ( cvar->GetMinValue() < cvar->GetMaxValue() ) { in ListByFlags()
1146 …_GREEN "int " S_COLOR_WHITE "[%d, %d]\n", cvar->GetName(), (int) cvar->GetMinValue(), (int) cvar->… in ListByFlags()
1151 if ( cvar->GetMinValue() < cvar->GetMaxValue() ) { in ListByFlags()
1152 …RED "float " S_COLOR_WHITE "[%s, %s]\n", cvar->GetName(), idStr( cvar->GetMinValue() ).c_str(), id… in ListByFlags()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_variables.h93 Var_t GetMinValue() const;
157 inline Game_Variables::Var_t Game_Variables::GetMinValue() const { in GetMinValue() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_lib_agw_knobctrl.py30 self.assertEqual(knobctrl.GetMinValue(), 0)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/include/
H A DContinuumDesignVariableNature.hpp363 GetMinValue(
H A DDiscreteDesignVariableNature.hpp357 GetMinValue(
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbindex.cpp85 virtual const OGRField* GetMinValue(int& eOutType) in GetMinValue() function in OpenFileGDB::FileGDBTrivialIterator
86 { return poParentIter->GetMinValue(eOutType); } in GetMinValue()
247 virtual const OGRField* GetMinValue(int& eOutType);
257 const OGRField* FileGDBIterator::GetMinValue(int& eOutType) in GetMinValue() function in OpenFileGDB::FileGDBIterator
1658 const OGRField* FileGDBIndexIterator::GetMinValue(int& eOutType) in GetMinValue() function in OpenFileGDB::FileGDBIndexIterator
1661 return FileGDBIterator::GetMinValue(eOutType); in GetMinValue()
1675 return FileGDBIterator::GetMinValue(eOutType); in GetMaxValue()
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Dregiongammainfo.h61 double GetMinValue(void) const;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/colorspace/
H A Duhorseshoe.pas318 min[j] := colorspace.GetMinValue(j);
366 if colorspace.GetMaxValue(zIndex)-colorspace.GetMinValue(zIndex) < 10 then
370 tbZ.Min := round(colorspace.GetMinValue(zIndex)*zFactor);
603 minChX := colorspace.GetMinValue(idxChX);
612 minChY := colorspace.GetMinValue(idxChY);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/colorspace/
H A Duhorseshoe.pas318 min[j] := colorspace.GetMinValue(j);
366 if colorspace.GetMaxValue(zIndex)-colorspace.GetMinValue(zIndex) < 10 then
370 tbZ.Min := round(colorspace.GetMinValue(zIndex)*zFactor);
603 minChX := colorspace.GetMinValue(idxChX);
612 minChY := colorspace.GetMinValue(idxChY);

12345678910>>...18