Searched defs:discr (Results 1 – 6 of 6) sorted by relevance
99 float discr = b*b - 4*1*c; in initAtlasFlags() local
654 float discr = b*b - 4*a*c; in cubic_has_cusp() local
391 Sk2f p, q, qqq, discr, numRoots, D; in find_chops_around_loop_intersection() local660 float discr = b*b - 4*a*c; in find_midtangent() local
592 static float solve_quadratic_equation_for_midtangent(float a, float b, float c, float discr) { in solve_quadratic_equation_for_midtangent()643 float discr = b*b - 4*a*c; in SkFindCubicMidTangent() local837 double discr = 3*D2*D2 - 4*D1*D3; in SkClassifyCubic() local
634 double discr = 3*D2*D2 - 4*D1*D3; in SkClassifyCubic() local
4243 float discr = b*b - a*c; in stbtt__ray_intersect_bezier() local