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

/barrelfish-master/usr/bench/rcce/bt/
H A Dsolve_subs.c213 double pivot, coeff; local
231 coeff = lhs(2,1);
232 lhs(2,2)= lhs(2,2) - coeff*lhs(1,2);
233 lhs(2,3)= lhs(2,3) - coeff*lhs(1,3);
234 lhs(2,4)= lhs(2,4) - coeff*lhs(1,4);
235 lhs(2,5)= lhs(2,5) - coeff*lhs(1,5);
236 c(2,1) = c(2,1) - coeff*c(1,1);
237 c(2,2) = c(2,2) - coeff*c(1,2);
238 c(2,3) = c(2,3) - coeff*c(1,3);
239 c(2,4) = c(2,4) - coeff*
491 double pivot, coeff; local
[all...]
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c3540 double coeff; local
3544 coeff = (double) head->val.nint;
3547 coeff = Dbl(head->val);
3548 Check_Constant_Range(coeff);
3550 lpd->objx[i] = coeff;
3747 double coeff; local
3756 coeff = (double) vcoeff.nint;
3759 coeff = Dbl(vcoeff);
3760 Check_Constant_Range(coeff);
3768 lpd->cb_value[i] = coeff;
3811 double coeff; local
3829 Log3(CPXchgqpcoef(cpx_env, lpd->lp, %d,%d,%.15e), vi.nint, vj.nint, coeff); local
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dr.pl968 linerr("bogus coeff in simplex3"-(Coeff=\=C))
1761 Output: List of mono(coeff,variable) pairs

Completed in 52 milliseconds