Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c88 _PyLong_Negate(PyLongObject **x_p) in _PyLong_Negate() function
2589 _PyLong_Negate(&z); in long_divrem()
2596 _PyLong_Negate(prem); in long_divrem()
3564 _PyLong_Negate(&z); in long_mul()
4089 _PyLong_Negate(&c); in long_pow()
4221 _PyLong_Negate(&x); in long_invert()