Home | History | Annotate | Download | only in swrast

Lines Matching refs:Pmin2

1927       GLfloat Pmin2;
1937 Pmin2 = Px2;
1941 Pmin2 = Py2;
1947 e = Pmax2 / Pmin2;
1952 Pmin2 *= s; */
1953 Pmin2 = Pmax2 / maxEccentricity;
1956 /* note: we need to have Pmin=sqrt(Pmin2) here, but we can avoid
1959 lod = 0.5 * LOG2(Pmin2);