Searched refs:kEQ (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/headers/libs/linprog/
H A DLinearProgrammingTypes.h34 kEQ, enumerator in enum:LinearProgramming::OperatorType
/haiku-fatelf/src/tests/libs/linprog/
H A DProgram.cpp62 Constraint* c1 = ls.AddConstraint(1, x1, kEQ, 0);
65 Constraint* c4 = ls.AddConstraint(1, x3, -1, x1, kEQ, 20);
67 Constraint* c5 = ls.AddConstraint(1, x2, -1, x1, kEQ, 10, 5, 5);
68 Constraint* c6 = ls.AddConstraint(1, x3, -1, x2, kEQ, 5, 5, 5);
94 Constraint* c1 = ls.AddConstraint(1, x1, kEQ, 0);
97 Constraint* c4 = ls.AddConstraint(1, x3, -1, x1, kEQ, 20);
99 Constraint* c5 = ls.AddConstraint(1, x2, -1, x1, kEQ, 15, 5, 5);
/haiku-fatelf/src/libs/linprog/
H A DVariable.cpp200 return fLS->AddConstraint(1.0, this, -1.0, var, kEQ, 0.0);
242 return fLS->AddConstraint(1.0, this, -1.0, var, kEQ, 0.0,
H A DConstraint.cpp32 fOp(kEQ),
349 string << ((fOp == kEQ) ? "== "
H A DActiveSetSolver.cpp308 return spec->AddConstraint(1, var, kEQ, 0, 5, 5);
316 return spec->AddConstraint(1, var, kEQ, kHugeValue, 5, 5);
397 if (constraint->Op() != kEQ)
418 kEQ, 0, constraint->PenaltyNeg(), constraint->PenaltyPos());
H A DLayoutOptimizer.cpp35 if (constraint->Op() != LinearProgramming::kEQ)
806 if (constraint->Op() != LinearProgramming::kEQ) {
/haiku-fatelf/src/tests/libs/alm/
H A DViews.cpp85 layout->Bottom(), OperatorType(kEQ), 0);
/haiku-fatelf/src/libs/alm/
H A DRowColumnManager.cpp196 row->fBottom, -1, row->fTop, kEQ, prefSize, weight, weight);
218 column->fRight, -1, column->fLeft, kEQ, prefSize, weight,
H A DArea.cpp229 ratio, fTop, -ratio, fBottom, kEQ, 0.0);
425 -factor, area->Right(), kEQ, 0.0);
440 -factor, area->Bottom(), kEQ, 0.0);
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.cpp89 LeftVar(), kEQ, 0, kExtentPenalty,
92 BottomVar(), kEQ, 0, kExtentPenalty,
121 kEQ, frame.left);
122 Constraint* topConstraint = linearSpec->AddConstraint(1.0, TopVar(), kEQ,

Completed in 69 milliseconds