Home | History | Annotate | Download | only in core

Lines Matching refs:fB

320         , fB(B)
329 fB = times_2(P1 - fC);
339 return (fA * tt + fB) * tt + fC;
343 Sk2s fB;
357 fNumer.fB = times_2(p1w - p0);
360 fDenom.fB = times_2(ww - fDenom.fC);
361 fDenom.fA = Sk2s(0) - fDenom.fB;
383 fB = three * (P2 - times_2(P1) + P0);
394 return ((fA * t + fB) * t + fC) * t + fD;
398 Sk2s fB;