Home | History | Annotate | Download | only in src

Lines Matching refs:idet

790     double x0, y0, idet, scale, offx = 0, offy = 0;
907 idet = a * c - b * b * 0.25;
908 idet = idet > DBL_EPSILON ? 1./idet : 0;
911 scale = sqrt( 0.25 * idet );