Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dtestcapi_long.h90 x = PyNumber_Negative(one); in TESTNAME()
150 x = PyNumber_Negative(y); /* -(2**(NBITS-1)) */ in TESTNAME()
D_operator.c158 return PyNumber_Negative(a); in _operator_neg()
D_tkinter.c1255 PyObject *res2 = PyNumber_Negative(res); in fromBignumObj()
/third_party/python/Include/
Dabstract.h473 PyAPI_FUNC(PyObject *) PyNumber_Negative(PyObject *o);
/third_party/python/Objects/
Drangeobject.c208 step = PyNumber_Negative(step); in compute_range_length()
1236 it->step = PyNumber_Negative(range->step); in range_reverse()
Dweakrefobject.c540 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY()
Dfloatobject.c478 ww = PyNumber_Negative(w); in float_richcompare()
Dabstract.c1338 PyNumber_Negative(PyObject *o) in PyNumber_Negative() function
/third_party/python/Doc/c-api/
Dnumber.rst83 .. c:function:: PyObject* PyNumber_Negative(PyObject *o)
/third_party/python/Doc/data/
Dstable_abi.dat434 function,PyNumber_Negative,3.2,
Drefcounts.dat1518 PyNumber_Negative:PyObject*::+1:
1519 PyNumber_Negative:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c410 EXPORT_FUNC(PyNumber_Negative)
/third_party/python/Python/
Dast_opt.c95 [USub] = PyNumber_Negative, in fold_unaryop()
Dceval.c1952 PyObject *res = PyNumber_Negative(value); in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
Dstable_abi.txt984 function PyNumber_Negative