Home
last modified time | relevance | path

Searched refs:PyNumber_Index (Results 1 – 25 of 65) sorted by relevance

123

/external/python/cpython3/Modules/clinic/
D_sre.c.h221 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_match()
242 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_match()
300 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_fullmatch()
321 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_fullmatch()
381 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_search()
402 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_search()
460 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_findall()
481 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_findall()
541 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_finditer()
562 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_finditer()
[all …]
D_bisectmodule.c.h56 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_bisect_right()
132 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_insort_right()
207 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_bisect_left()
283 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_insort_left()
Darraymodule.c.h92 PyObject *iobj = PyNumber_Index(args[0]); in array_array_pop()
147 PyObject *iobj = PyNumber_Index(args[0]); in array_array_insert()
263 PyObject *iobj = PyNumber_Index(args[1]); in array_array_fromfile()
D_collectionsmodule.c.h60 PyObject *iobj = PyNumber_Index(PyTuple_GET_ITEM(args, 0)); in tuplegetter_new()
D_struct.c.h134 PyObject *iobj = PyNumber_Index(args[1]); in Struct_unpack_from()
325 PyObject *iobj = PyNumber_Index(args[2]); in unpack_from()
Ditertoolsmodule.c.h180 PyObject *iobj = PyNumber_Index(args[1]); in itertools_tee()
366 PyObject *iobj = PyNumber_Index(fastargs[1]); in itertools_combinations()
419 PyObject *iobj = PyNumber_Index(fastargs[1]); in itertools_combinations_with_replacement()
D_bz2module.c.h172 PyObject *iobj = PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress()
D_lzmamodule.c.h126 PyObject *iobj = PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress()
/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h83 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_ljust()
144 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_rjust()
205 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_center()
262 PyObject *iobj = PyNumber_Index(arg); in stringlib_zfill()
/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h130 PyObject *iobj = PyNumber_Index(args[0]); in _io__Buffered_peek()
210 PyObject *iobj = PyNumber_Index(args[0]); in _io__Buffered_read1()
444 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedReader___init__()
503 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedWriter___init__()
600 PyObject *iobj = PyNumber_Index(PyTuple_GET_ITEM(args, 2)); in _io_BufferedRWPair___init__()
659 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedRandom___init__()
Diobase.c.h284 PyObject *iobj = PyNumber_Index(args[0]); in _io__RawIOBase_read()
Dstringio.c.h187 PyObject *iobj = PyNumber_Index(args[0]); in _io_StringIO_seek()
Dbytesio.c.h412 PyObject *iobj = PyNumber_Index(args[0]); in _io_BytesIO_seek()
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h96 PyObject *iobj = PyNumber_Index(args[0]); in unicode_center()
540 PyObject *iobj = PyNumber_Index(args[0]); in unicode_ljust()
740 PyObject *iobj = PyNumber_Index(args[2]); in unicode_replace()
859 PyObject *iobj = PyNumber_Index(args[0]); in unicode_rjust()
933 PyObject *iobj = PyNumber_Index(args[1]); in unicode_split()
1035 PyObject *iobj = PyNumber_Index(args[1]); in unicode_rsplit()
1241 PyObject *iobj = PyNumber_Index(arg); in unicode_zfill()
Dbytearrayobject.c.h278 PyObject *iobj = PyNumber_Index(args[2]); in bytearray_replace()
356 PyObject *iobj = PyNumber_Index(args[1]); in bytearray_split()
460 PyObject *iobj = PyNumber_Index(args[1]); in bytearray_rsplit()
529 PyObject *iobj = PyNumber_Index(args[0]); in bytearray_insert()
627 PyObject *iobj = PyNumber_Index(args[0]); in bytearray_pop()
Dlistobject.c.h34 PyObject *iobj = PyNumber_Index(args[0]); in list_insert()
138 PyObject *iobj = PyNumber_Index(args[0]); in list_pop()
Dbytesobject.c.h56 PyObject *iobj = PyNumber_Index(args[1]); in bytes_split()
212 PyObject *iobj = PyNumber_Index(args[1]); in bytes_rsplit()
503 PyObject *iobj = PyNumber_Index(args[2]); in bytes_replace()
Dlongobject.c.h219 PyObject *iobj = PyNumber_Index(args[0]); in int_to_bytes()
/external/python/cpython3/Modules/
Dmathmodule.c838 res = PyNumber_Index(args[0]); in math_gcd()
847 x = PyNumber_Index(args[i]); in math_gcd()
911 res = PyNumber_Index(args[0]); in math_lcm()
920 x = PyNumber_Index(args[i]); in math_lcm()
1731 n = PyNumber_Index(n); in math_isqrt()
2078 pyint_form = PyNumber_Index(arg); in math_factorial()
3135 n = PyNumber_Index(n); in math_perm_impl()
3145 k = PyNumber_Index(k); in math_perm_impl()
3258 n = PyNumber_Index(n); in math_comb_impl()
3268 k = PyNumber_Index(k); in math_comb_impl()
/external/python/cpython3/Python/clinic/
D_warnings.c.h53 PyObject *iobj = PyNumber_Index(args[2]); in warnings_warn()
/external/python/cpython3/Objects/
Drangeobject.c35 step = PyNumber_Index(step); in validate_step()
87 start = PyNumber_Index(args[0]); in range_from_array()
91 stop = PyNumber_Index(args[1]); in range_from_array()
104 stop = PyNumber_Index(args[0]); in range_from_array()
637 i = PyNumber_Index(item); in range_subscript()
Dsliceobject.c357 return PyNumber_Index(v); in evaluate_slice_index()
522 length = PyNumber_Index(len); in slice_indices()
Dmemoryobject.c1581 tmp = PyNumber_Index(item); in pylong_as_ld()
1596 tmp = PyNumber_Index(item); in pylong_as_lu()
1611 tmp = PyNumber_Index(item); in pylong_as_lld()
1626 tmp = PyNumber_Index(item); in pylong_as_llu()
1641 tmp = PyNumber_Index(item); in pylong_as_zd()
1656 tmp = PyNumber_Index(item); in pylong_as_zu()
Denumobject.c49 start = PyNumber_Index(start); in enum_new_impl()
/external/python/cpython2/Objects/
Denumobject.c29 start = PyNumber_Index(start); in enum_new()

123