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

/haiku/src/libs/alm/
H A DSharedSolver.cpp318 * double: coefficient
344 double coefficient = summand->Coeff(); local
345 buffer.Write(&coefficient, sizeof(coefficient));
370 * double: coefficient
400 double coefficient; local
401 buffer.Read(&coefficient, sizeof(coefficient));
403 summandList->AddItem(new Summand(coefficient, var));
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp8 * The phase coefficient computation was taken from the X driver written by
51 /*! Splits the coefficient floating point value into the 3 components
55 split_coefficient(double &coefficient, int32 mantissaSize, argument
58 double absCoefficient = fabs(coefficient);
61 if (coefficient < 0.0)
74 coefficient = (double)intCoefficient / (double)(4 * maxValue);
79 coefficient = (double)intCoefficient / (double)(2 * maxValue);
84 coefficient = (double)intCoefficient / (double)maxValue;
89 coefficient = (double)intCoefficient / (double)(maxValue / 2);
91 // coefficient ou
[all...]
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp487 double coefficient = summand->Coeff(); local
489 system.A(rowIndex, columnIndex) = coefficient;

Completed in 88 milliseconds