Home
last modified time | relevance | path

Searched refs:Py2 (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Doc/howto/
Dsorting.rst211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
218 In Py2.x, sort allowed an optional function which can be called for doing the
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ in sample_2d_footprint() local
1802 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() local
1940 if (Px2 < Py2) { in sample_lambda_2d_aniso()
1941 Pmax2 = Py2; in sample_lambda_2d_aniso()
1946 Pmin2 = Py2; in sample_lambda_2d_aniso()
/external/python/cpython2/Doc/howto/
Dsorting.rst211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2582 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local
2589 if (Px2 < Py2) { in mip_filter_linear_aniso()
2590 Pmax2 = Py2; in mip_filter_linear_aniso()
2595 Pmin2 = Py2; in mip_filter_linear_aniso()
/external/python/cpython2/Objects/
Ddictnotes.txt24 Size 126 interned strings (as of Py2.3b1).
/external/python/cpython3/Misc/NEWS.d/
D3.6.5rc1.rst140 converting Py2 print statements to Py3 builtin print function calls. Patch
D3.7.0b1.rst194 converting Py2 print statements to Py3 builtin print function calls. Patch
/external/python/cpython3/Doc/whatsnew/
D3.2.rst637 * The :func:`callable` builtin function from Py2.x was resurrected. It provides
/external/python/cpython2/Misc/
DHISTORY3182 starting with Py2.3 are guaranteed to be stable (the relative order of
3321 seed. Modified to match Py2.2 behavior and use fractional seconds so
3506 - sets.py now runs under Py2.2. In addition, the argument restrictions
3514 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.3
3515 and removed in Py2.4.
/external/curl/
DCHANGES4175 In focal, python-impacket (Py2.7) has been removed, leaving only
/external/python/cpython3/Misc/
DHISTORY12584 - Update collections.OrderedDict to match the implementation in Py2.7 (based on
20566 starting with Py2.3 are guaranteed to be stable (the relative order of
20705 seed. Modified to match Py2.2 behavior and use fractional seconds so
20890 - sets.py now runs under Py2.2. In addition, the argument restrictions
20898 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.3
20899 and removed in Py2.4.