Searched refs:SetLeftSide (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/libs/linprog/ |
H A D | Constraint.h | 38 bool SetLeftSide(SummandList* summands, 41 bool SetLeftSide(double coeff1, Variable* var1); 42 bool SetLeftSide(double coeff1, Variable* var1, 44 bool SetLeftSide(double coeff1, Variable* var1, 47 bool SetLeftSide(double coeff1, Variable* var1,
|
/haiku/src/libs/linprog/ |
H A D | Constraint.cpp | 95 Constraint::SetLeftSide(SummandList* summands, bool deleteOldSummands) in SetLeftSide() function in Constraint 140 Constraint::SetLeftSide(double coeff1, Variable* var1) in SetLeftSide() function in Constraint 144 return SetLeftSide(list, true); in SetLeftSide() 149 Constraint::SetLeftSide(double coeff1, Variable* var1, in SetLeftSide() function in Constraint 155 return SetLeftSide(list, true); in SetLeftSide() 160 Constraint::SetLeftSide(double coeff1, Variable* var1, in SetLeftSide() function in Constraint 168 return SetLeftSide(list, true); in SetLeftSide() 173 Constraint::SetLeftSide(double coeff1, Variable* var1, in SetLeftSide() function in Constraint 183 return SetLeftSide(list, true); in SetLeftSide() 382 SetLeftSide(summands, false); in Constraint()
|
/haiku/src/libs/alm/ |
H A D | Area.cpp | 85 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight); in SetLeft() 87 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight); in SetLeft() 104 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight); in SetRight() 106 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight); in SetRight() 121 fMinContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom); in SetTop() 123 fMaxContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom); in SetTop() 138 fMinContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom); in SetBottom() 140 fMaxContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom); in SetBottom() 231 fContentAspectRatioC->SetLeftSide(-1.0, fLeft, 1.0, fRight, ratio, in SetContentAspectRatio()
|