Searched refs:SetLeftSide (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/linprog/
H A DConstraint.h38 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 DConstraint.cpp95 Constraint::SetLeftSide(SummandList* summands, bool deleteOldSummands) function in class:Constraint
140 Constraint::SetLeftSide(double coeff1, Variable* var1) function in class:Constraint
144 return SetLeftSide(list, true);
149 Constraint::SetLeftSide(double coeff1, Variable* var1, function in class:Constraint
155 return SetLeftSide(list, true);
160 Constraint::SetLeftSide(double coeff1, Variable* var1, function in class:Constraint
168 return SetLeftSide(list, true);
173 Constraint::SetLeftSide(double coeff1, Variable* var1, function in class:Constraint
183 return SetLeftSide(list, true);
382 SetLeftSide(summand
[all...]
/haiku/src/libs/alm/
H A DArea.cpp85 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
87 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
104 fMinContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
106 fMaxContentWidth->SetLeftSide(-1.0, fLeft, 1.0, fRight);
121 fMinContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom);
123 fMaxContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom);
138 fMinContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom);
140 fMaxContentHeight->SetLeftSide(-1.0, fTop, 1.0, fBottom);
231 fContentAspectRatioC->SetLeftSide(-1.0, fLeft, 1.0, fRight, ratio,

Completed in 71 milliseconds