Home
last modified time | relevance | path

Searched refs:array_inplace_repeat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c876 array_inplace_repeat(arrayobject *self, Py_ssize_t n) in array_inplace_repeat() function
1946 (ssizeargfunc)array_inplace_repeat /*sq_inplace_repeat*/
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c1067 array_inplace_repeat(arrayobject *self, Py_ssize_t n) in array_inplace_repeat() function
2844 {Py_sq_inplace_repeat, array_inplace_repeat},
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a7.rst153 Improve performance of ``array_inplace_repeat`` by reducing the number of