Searched refs:Py2 (Results 1 – 13 of 13) sorted by relevance
14 …V9�j�ս�D-��t���h�yŇ٨L�MP�_G��aA��A�>q�������dz�AQf���'���]���Ĥ>���&Py2�lRKYF��"��M�g��
111 …//storage.googleapis.com/tensorflow-kokoro-build-badges/rpi01-py3.html) | [Py2](https://storage.go…112 …//storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.html) | [Py2](https://storage.go…
198 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to205 In Py2.x, sort allowed an optional function which can be called for doing the
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()
2430 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local2437 if (Px2 < Py2) { in mip_filter_linear_aniso()2438 Pmax2 = Py2; in mip_filter_linear_aniso()2443 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).
195 converting Py2 print statements to Py3 builtin print function calls. Patch
140 converting Py2 print statements to Py3 builtin print function calls. Patch
635 * The :func:`callable` builtin function from Py2.x was resurrected. It provides
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.
12584 - Update collections.OrderedDict to match the implementation in Py2.7 (based on20566 starting with Py2.3 are guaranteed to be stable (the relative order of20705 seed. Modified to match Py2.2 behavior and use fractional seconds so20890 - sets.py now runs under Py2.2. In addition, the argument restrictions20898 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.320899 and removed in Py2.4.