Home | History | Annotate | Download | only in src

Lines Matching defs:bx

505                 double bx = 0, by = 0;
546 bx += t0 * ix[x];
566 bx += (double) (t * ix[x]);
591 mx = (float) ((Gyy * bx - Gxy * by) * D);
592 my = (float) ((Gxx * by - Gxy * bx) * D);