Searched refs:realk (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c323 double realk, kerror; local in function:miPolyBuildEdge
324 realk = x0 * dy - y0 * dx;
325 kerror = Fabs (realk - k);
327 printf ("realk: %g k: %g\n", realk, k);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c805 double realk, kerror; local in function:miPolyBuildEdge
807 realk = x0 * dy - y0 * dx;
808 kerror = fabs(realk - k);
810 printf("realk: %g k: %g\n", realk, k);

Completed in 7 milliseconds