Home
last modified time | relevance | path

Searched refs:SetRange (Results 1 – 25 of 2279) sorted by relevance

12345678910>>...92

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A DFxTemplate.cpp53 mLife.SetRange( 50.0f, 50.0f ); in CPrimitiveTemplate()
55 mRadius.SetRange( 10.0f, 10.0f ); in CPrimitiveTemplate()
56 mHeight.SetRange( 10.0f, 10.0f ); in CPrimitiveTemplate()
62 mRedStart.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
66 mRedEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
67 mGreenEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
68 mBlueEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
71 mAlphaEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
74 mSizeEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
77 mSize2End.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
[all …]
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A DFxTemplate.cpp51 mLife.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
53 mRadius.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
54 mHeight.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
59 mRedStart.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
63 mRedEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
64 mGreenEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
65 mBlueEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
68 mAlphaEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
71 mSizeEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
74 mSize2End.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A DFxTemplate.cpp44 mElasticity.SetRange(0.1f, 0.1f); in CPrimitiveTemplate()
51 mLife.SetRange( 50.0f, 50.0f ); in CPrimitiveTemplate()
53 mRadius.SetRange( 10.0f, 10.0f ); in CPrimitiveTemplate()
54 mHeight.SetRange( 10.0f, 10.0f ); in CPrimitiveTemplate()
60 mRedStart.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
64 mRedEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
65 mGreenEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
66 mBlueEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
69 mAlphaEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
72 mSizeEnd.SetRange( 1.0f, 1.0f ); in CPrimitiveTemplate()
[all …]
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dtune.h37 struct SetRange { struct
38 explicit SetRange(RangeFun f) : fun(f) {} in SetRange() argument
39 SetRange(int min, int max) : fun(nullptr), range(min, max) {} in SetRange() function
46 #define SetDefaultRange SetRange(default_range) argument
104 Entry(const std::string& n, T& v, const SetRange& r) : name(n), value(v), range(r) {} in Entry()
111 SetRange range;
119 int add(const SetRange&, std::string&&) { return 0; } in add() argument
122 int add(const SetRange& range, std::string&& names, T& value, Args&&... args) { in add()
129 int add(const SetRange& range, std::string&& names, T (&value)[N], Args&&... args) { in add()
137 int add(const SetRange&, std::string&& names, SetRange& value, Args&&... args) { in add() argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/model/
H A DGetObjectRequest.h247 inline void SetRange(const Aws::String& value) { m_rangeHasBeenSet = true; m_range = value; } in SetRange() function
256 …inline void SetRange(Aws::String&& value) { m_rangeHasBeenSet = true; m_range = std::move(value); } in SetRange() function
265 inline void SetRange(const char* value) { m_rangeHasBeenSet = true; m_range.assign(value); } in SetRange() function
274 inline GetObjectRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;} in WithRange()
283 …inline GetObjectRequest& WithRange(Aws::String&& value) { SetRange(std::move(value)); return *this… in WithRange()
292 inline GetObjectRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dvariables.cpp43 s.SetRange(-1, n, 42);
52 s.SetRange(2, n-2, 20);
76 s.SetRange(1, 2, 20);
96 s.SetRange(1, 2, 20);
116 s.SetRange(1, 2, 20);
139 s.SetRange(1, 2, 20);
166 s.SetRange(1, 2, 8);
186 s.SetRange(2, 5, 0);
214 s.SetRange(2, 5, 0);
225 s.SetRange(2, 5, 0);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dspinbutt.h53 virtual void SetMin(int minVal) { SetRange ( minVal , m_max ) ; } in SetMin()
54 virtual void SetMax(int maxVal) { SetRange ( m_min , maxVal ) ; } in SetMax()
55 virtual void SetRange(int minVal, int maxVal) in SetRange() function
60 void SetRange( const wxRange& range) { SetRange( range.GetMin(), range.GetMax()); } in SetRange() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dspinbutt.h53 virtual void SetMin(int minVal) { SetRange ( minVal , m_max ) ; } in SetMin()
54 virtual void SetMax(int maxVal) { SetRange ( m_min , maxVal ) ; } in SetMax()
55 virtual void SetRange(int minVal, int maxVal) in SetRange() function
60 void SetRange( const wxRange& range) { SetRange( range.GetMin(), range.GetMax()); } in SetRange() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dspinbutt.h53 virtual void SetMin(int minVal) { SetRange ( minVal , m_max ) ; } in SetMin()
54 virtual void SetMax(int maxVal) { SetRange ( m_min , maxVal ) ; } in SetMax()
55 virtual void SetRange(int minVal, int maxVal) in SetRange() function
60 void SetRange( const wxRange& range) { SetRange( range.GetMin(), range.GetMax()); } in SetRange() function
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestAxes.cxx59 axis->SetRange(nullptr); // check that null pointers don't cause trouble in TestAxes()
60 axis->SetRange(-1, 50); in TestAxes()
76 axesVertical[2]->SetRange(3.2, 97.0); in TestAxes()
101 axis->SetRange(-1, 50); in TestAxes()
136 axesHorizontal[0]->SetRange(20, 60); // restore range so rest of test can proceed in TestAxes()
138 axesHorizontal[1]->SetRange(10, -10); in TestAxes()
141 axesHorizontal[2]->SetRange(10, -5); in TestAxes()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestAxes.cxx59 axis->SetRange(nullptr); // check that null pointers don't cause trouble in TestAxes()
60 axis->SetRange(-1, 50); in TestAxes()
76 axesVertical[2]->SetRange(3.2, 97.0); in TestAxes()
102 axis->SetRange(-1, 50); in TestAxes()
140 axesHorizontal[0]->SetRange(20, 60); // restore range so rest of test can proceed in TestAxes()
142 axesHorizontal[1]->SetRange(10, -10); in TestAxes()
145 axesHorizontal[2]->SetRange(10, -5); in TestAxes()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/include/aws/glacier/model/
H A DGetJobOutputRequest.h272 inline void SetRange(const Aws::String& value) { m_rangeHasBeenSet = true; m_range = value; } in SetRange() function
298 …inline void SetRange(Aws::String&& value) { m_rangeHasBeenSet = true; m_range = std::move(value); } in SetRange() function
324 inline void SetRange(const char* value) { m_rangeHasBeenSet = true; m_range.assign(value); } in SetRange() function
350 … inline GetJobOutputRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;} in WithRange()
376 …inline GetJobOutputRequest& WithRange(Aws::String&& value) { SetRange(std::move(value)); return *t… in WithRange()
402 inline GetJobOutputRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
H A DUploadMultipartPartRequest.h258 inline void SetRange(const Aws::String& value) { m_rangeHasBeenSet = true; m_range = value; } in SetRange() function
266 …inline void SetRange(Aws::String&& value) { m_rangeHasBeenSet = true; m_range = std::move(value); } in SetRange() function
274 inline void SetRange(const char* value) { m_rangeHasBeenSet = true; m_range.assign(value); } in SetRange() function
282 …inline UploadMultipartPartRequest& WithRange(const Aws::String& value) { SetRange(value); return *… in WithRange()
290 …inline UploadMultipartPartRequest& WithRange(Aws::String&& value) { SetRange(std::move(value)); re… in WithRange()
298 … inline UploadMultipartPartRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A Dvrp_time_windows_per_vehicles.py183 time_dimension.CumulVar(index_0).SetRange(540, 660)
188 time_dimension.CumulVar(index_1).SetRange(660, 780)
193 time_dimension.CumulVar(index_2).SetRange(780, 900)
198 time_dimension.CumulVar(index_3).SetRange(900, 1020)
209 time_dimension.CumulVar(index).SetRange(480, 1020) # (8am, 5pm)
215 time_dimension.CumulVar(index).SetRange(480, 1020) # (8am, 5pm)
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A DvtkChartHistogram.cpp58 this->GetAxis(vtkAxis::BOTTOM)->SetRange(0, 255); in vtkStandardNewMacro()
60 this->GetAxis(vtkAxis::LEFT)->SetRange(0.0001, 10); in vtkStandardNewMacro()
66 this->GetAxis(vtkAxis::RIGHT)->SetRange(0.0, 1.0); in vtkStandardNewMacro()
147 this->GetAxis(vtkAxis::LEFT)->SetRange(0, 1.0); in SetHistogramInputData()
148 this->GetAxis(vtkAxis::BOTTOM)->SetRange(0, 255); in SetHistogramInputData()
181 bottomAxis->SetRange(range[0] - halfInc, range[1] + halfInc); in SetHistogramInputData()
186 rightAxis->SetRange(0.0, 1.0); in SetHistogramInputData()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A DvtkChartHistogram.cpp58 this->GetAxis(vtkAxis::BOTTOM)->SetRange(0, 255); in vtkStandardNewMacro()
60 this->GetAxis(vtkAxis::LEFT)->SetRange(0.0001, 10); in vtkStandardNewMacro()
66 this->GetAxis(vtkAxis::RIGHT)->SetRange(0.0, 1.0); in vtkStandardNewMacro()
147 this->GetAxis(vtkAxis::LEFT)->SetRange(0, 1.0); in SetHistogramInputData()
148 this->GetAxis(vtkAxis::BOTTOM)->SetRange(0, 255); in SetHistogramInputData()
181 bottomAxis->SetRange(range[0] - halfInc, range[1] + halfInc); in SetHistogramInputData()
186 rightAxis->SetRange(0.0, 1.0); in SetHistogramInputData()
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DSlider.cpp17 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
26 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
37 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
46 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-clouddirectory/include/aws/clouddirectory/model/
H A DObjectAttributeRange.h85 …inline void SetRange(const TypedAttributeValueRange& value) { m_rangeHasBeenSet = true; m_range = … in SetRange() function
90 …inline void SetRange(TypedAttributeValueRange&& value) { m_rangeHasBeenSet = true; m_range = std::… in SetRange() function
95 …inline ObjectAttributeRange& WithRange(const TypedAttributeValueRange& value) { SetRange(value); r… in WithRange()
100 …inline ObjectAttributeRange& WithRange(TypedAttributeValueRange&& value) { SetRange(std::move(valu… in WithRange()
H A DTypedLinkAttributeRange.h96 …inline void SetRange(const TypedAttributeValueRange& value) { m_rangeHasBeenSet = true; m_range = … in SetRange() function
101 …inline void SetRange(TypedAttributeValueRange&& value) { m_rangeHasBeenSet = true; m_range = std::… in SetRange() function
106 …inline TypedLinkAttributeRange& WithRange(const TypedAttributeValueRange& value) { SetRange(value)… in WithRange()
111 …inline TypedLinkAttributeRange& WithRange(TypedAttributeValueRange&& value) { SetRange(std::move(v… in WithRange()
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DSlider.cpp17 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
26 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
37 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
46 pSlider->SetRange(0, 100); in GWEN_CONTROL_INLINE()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestAxes.cxx59 axis->SetRange(NULL); // check that NULL pointers don't cause trouble in TestAxes()
60 axis->SetRange(-1, 50); in TestAxes()
97 axis->SetRange(-1, 50); in TestAxes()
135 axesHorizontal[0]->SetRange(20, 60); // restore range so rest of test can proceed in TestAxes()
137 axesHorizontal[1]->SetRange(10, -10); in TestAxes()
140 axesHorizontal[2]->SetRange(10, -5); in TestAxes()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dspinctrltest.cpp208 m_spin->SetRange(1, 10);
216 m_spin->SetRange(-10, 10);
222 m_spin->SetRange(0, 10);
232 m_spin->SetRange(-20, 20);
237 m_spin->SetRange(2, 8);
246 m_spin->SetRange(75, 50);
296 m_spin->SetRange(-10, 10);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/hgvs/
H A Dsemantic_actions.cpp187 result->SetRange().SetStart().SetVal(start_val); in AssignCountRange()
191 result->SetRange().SetStop().SetUnknown(); in AssignCountRange()
195 result->SetRange().SetStop().SetVal(stop_val); in AssignCountRange()
392 result->SetRange().SetStart(*start); in AssignNtSiteRange()
393 result->SetRange().SetStop(*stop); in AssignNtSiteRange()
409 result->SetInt().SetStart().SetRange(start->SetRange()); in AssignNtInterval()
415 result->SetInt().SetStop().SetRange(stop->SetRange()); in AssignNtInterval()
431 start_loc->SetSite(nt_loc->SetRange().SetStart()); in s_SetSequenceInfo()
435 stop_loc->SetSite(nt_loc->SetRange().SetStop()); in s_SetSequenceInfo()
444 start_loc->SetRange(nt_loc->SetInt().SetStart().SetRange()); in s_SetSequenceInfo()
[all …]
/dports/graphics/lcms2/lcms2-2.12/utils/transicc/
H A Dtransicc.c322 SetRange(100, IsInput); in ComponentNames()
329 SetRange(1, IsInput); in ComponentNames()
336 SetRange(1, IsInput); in ComponentNames()
343 SetRange(255, IsInput); in ComponentNames()
351 SetRange(1, IsInput); in ComponentNames()
358 SetRange(255, IsInput); in ComponentNames()
365 SetRange(255, IsInput); in ComponentNames()
370 SetRange(255, IsInput); in ComponentNames()
384 SetRange(1, IsInput); in ComponentNames()
392 SetRange(1, IsInput); in ComponentNames()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_condformat.cxx50 pFormat->SetRange(aDestRange); in testCopyPasteSkipEmptyConditionalFormatting()
65 pClipFormat->SetRange(aSrcRange); in testCopyPasteSkipEmptyConditionalFormatting()
103 pFormat->SetRange(aRangeList); in testCondFormatINSDEL()
128 pFormat->SetRange(aRangeList); in testCondFormatInsertCol()
151 pFormat->SetRange(aRangeList); in testCondFormatInsertRow()
281 pFormat->SetRange(aRangeList); in testCondCopyPaste()
320 pFormat->SetRange(aRangeList); in testCondCopyPasteSingleCell()
359 pFormat->SetRange(aRangeList); in testCondCopyPasteSingleCellToRange()
404 pFormat->SetRange(aRangeList); in testCondCopyPasteSingleCellIntoSameFormatRange()
441 pFormat->SetRange(aRangeList); in testCondCopyPasteSingleRowToRange()
[all …]

12345678910>>...92