HomeSort by relevance Sort by last modified time
    Searched refs:_PyLong_One (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Objects/
rangeobject.c 88 Py_INCREF(_PyLong_One);
89 step = _PyLong_One;
189 if ((diff = PyNumber_Subtract(tmp1, _PyLong_One)) == NULL)
195 if ((result = PyNumber_Add(tmp2, _PyLong_One)) == NULL)
425 cmp_result = PyObject_RichCompareBool(r0->length, _PyLong_One, Py_EQ);
494 cmp_result = PyObject_RichCompareBool(r->length, _PyLong_One, Py_EQ);
978 new_index = PyNumber_Add(r->index, _PyLong_One);
    [all...]
enumobject.c 118 stepped_up = PyNumber_Add(next_index, _PyLong_One);
floatobject.c 466 temp = PyNumber_Lshift(ww, _PyLong_One);
472 temp = PyNumber_Lshift(vv, _PyLong_One);
478 temp = PyNumber_Or(vv, _PyLong_One);
    [all...]
longobject.c 35 PyObject *_PyLong_One = NULL;
    [all...]
sliceobject.c 381 step = _PyLong_One;
  /external/python/cpython3/Include/
longobject.h 214 PyAPI_DATA(PyObject *) _PyLong_One;
  /external/python/cpython3/Modules/_io/
iobase.c 547 PyObject *readahead = PyObject_CallFunctionObjArgs(peek, _PyLong_One, NULL);
  /external/python/cpython3/Modules/
_collectionsmodule.c     [all...]
_datetimemodule.c     [all...]
itertoolsmodule.c     [all...]

Completed in 212 milliseconds