Searched refs:Py2 (Results 1 – 5 of 5) sorted by relevance
1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ in sample_2d_footprint() local1802 if (Px2 > Py2) { in sample_2d_footprint()1808 numSamples = (GLint) ceilf(sqrtf(Py2)); in sample_2d_footprint()1929 GLfloat Py2 = dudy * dudy + dvdy * dvdy; in sample_lambda_2d_aniso() local1940 if (Px2 < Py2) { in sample_lambda_2d_aniso()1941 Pmax2 = Py2; in sample_lambda_2d_aniso()1946 Pmin2 = Py2; in sample_lambda_2d_aniso()
2447 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local2454 if (Px2 < Py2) { in mip_filter_linear_aniso()2455 Pmax2 = Py2; in mip_filter_linear_aniso()2460 Pmin2 = Py2; in mip_filter_linear_aniso()
211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
24 Size 126 interned strings (as of Py2.3b1).
3182 starting with Py2.3 are guaranteed to be stable (the relative order of3321 seed. Modified to match Py2.2 behavior and use fractional seconds so3506 - sets.py now runs under Py2.2. In addition, the argument restrictions3514 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.33515 and removed in Py2.4.