Home
last modified time | relevance | path

Searched refs:PyNumber_Negative (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Modules/
Dtestcapi_long.h91 x = PyNumber_Negative(one); in TESTNAME()
151 x = PyNumber_Negative(y); /* -(2**(NBITS-1)) */ in TESTNAME()
Doperator.c97 spam1(op_neg , PyNumber_Negative) in spami()
/external/python/cpython3/Modules/
Dtestcapi_long.h90 x = PyNumber_Negative(one); in TESTNAME()
150 x = PyNumber_Negative(y); /* -(2**(NBITS-1)) */ in TESTNAME()
D_operator.c145 return PyNumber_Negative(a); in _operator_neg()
D_tkinter.c1169 PyObject *res2 = PyNumber_Negative(res); in fromBignumObj()
/external/python/cpython2/PC/os2vacpp/
Dpython.def290 PyNumber_Negative
/external/python/cpython3/Objects/
Drangeobject.c172 step = PyNumber_Negative(step); in compute_range_length()
1178 it->step = PyNumber_Negative(range->step); in range_reverse()
Dweakrefobject.c504 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY()
Dfloatobject.c448 ww = PyNumber_Negative(w); in float_richcompare()
Dabstract.c1187 PyNumber_Negative(PyObject *o) in PyNumber_Negative() function
/external/python/cpython2/Include/
Dabstract.h747 PyAPI_FUNC(PyObject *) PyNumber_Negative(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h668 PyAPI_FUNC(PyObject *) PyNumber_Negative(PyObject *o);
/external/python/cpython2/Python/
Dpeephole.c207 newconst = PyNumber_Negative(v); in fold_unaryops_on_constants()
Dbltinmodule.c1883 PyObject *neg_step = PyNumber_Negative(step); in handle_range_longs()
/external/python/cpython3/PC/
Dpython3.def408 PyNumber_Negative=python37.PyNumber_Negative
/external/python/cpython2/Objects/
Dweakrefobject.c503 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY()
Dintobject.c819 PyObject *result = PyNumber_Negative(o); in int_neg()
Dfloatobject.c543 ww = PyNumber_Negative(w); in float_richcompare()
Dabstract.c1411 PyNumber_Negative(PyObject *o) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst80 .. c:function:: PyObject* PyNumber_Negative(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def139 "PyNumber_Negative"
/external/python/cpython2/Doc/c-api/
Dnumber.rst82 .. c:function:: PyObject* PyNumber_Negative(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat875 PyNumber_Negative:PyObject*::+1:
876 PyNumber_Negative:PyObject*:o:0:
/external/python/cpython3/Python/
Dast_opt.c122 [USub] = PyNumber_Negative, in fold_unaryop()
/external/python/cpython3/Doc/data/
Drefcounts.dat1487 PyNumber_Negative:PyObject*::+1:
1488 PyNumber_Negative:PyObject*:o:0:

12