Home
last modified time | relevance | path

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

/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dd97540e982d90b06dcecd065ccfeecbd.000009f0.honggfuzz.cov14 …V9�j�ս�D-��t���h�yŇ٨L�MP�_G ��aA��A�>q�������dz�AQf���'� ��]���Ĥ>���&Py2�lRKYF��"��M�g��
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dd97540e982d90b06dcecd065ccfeecbd.000009f0.honggfuzz.cov14 …V9�j�ս�D-��t���h�yŇ٨L�MP�_G ��aA��A�>q�������dz�AQf���'� ��]���Ĥ>���&Py2�lRKYF��"��M�g��
/external/tensorflow/
DREADME.md111 …//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…
/external/python/cpython3/Doc/howto/
Dsorting.rst198 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
205 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/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2430 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local
2437 if (Px2 < Py2) { in mip_filter_linear_aniso()
2438 Pmax2 = Py2; in mip_filter_linear_aniso()
2443 Pmin2 = Py2; in mip_filter_linear_aniso()
/external/python/cpython2/Doc/howto/
Dsorting.rst211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
/external/python/cpython2/Objects/
Ddictnotes.txt24 Size 126 interned strings (as of Py2.3b1).
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst195 converting Py2 print statements to Py3 builtin print function calls. Patch
D3.6.5rc1.rst140 converting Py2 print statements to Py3 builtin print function calls. Patch
/external/python/cpython3/Doc/whatsnew/
D3.2.rst635 * 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/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.