Home
last modified time | relevance | path

Searched refs:PyNumber_Negative (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Modules/
H A Dtestcapi_long.h90 x = PyNumber_Negative(one); in error()
93 "unexpected NULL from PyNumber_Negative"); in error()
150 x = PyNumber_Negative(y); /* -(2**(NBITS-1)) */ in error()
154 "unexpected NULL from PyNumber_Negative"); in error()
H A D_operator.c160 return PyNumber_Negative(a); in _operator_neg()
H A D_tkinter.c1128 PyObject *res2 = PyNumber_Negative(res); in fromBignumObj()
/third_party/python/Objects/
H A Drangeobject.c206 step = PyNumber_Negative(step); in compute_range_length()
1234 it->step = PyNumber_Negative(range->step); in range_reverse()
H A Dweakrefobject.c515 WRAP_UNARY(proxy_neg, PyNumber_Negative)
H A Dfloatobject.c514 ww = PyNumber_Negative(w); in float_richcompare()
H A Dabstract.c1327 PyNumber_Negative(PyObject *o) in PyNumber_Negative() function
/third_party/python/Include/
H A Dabstract.h473 PyAPI_FUNC(PyObject *) PyNumber_Negative(PyObject *o);
/third_party/python/PC/
H A Dpython3dll.c417 EXPORT_FUNC(PyNumber_Negative)
/third_party/python/Python/
H A Dast_opt.c110 [USub] = PyNumber_Negative, in fold_unaryop()
H A Dceval.c1923 PyObject *res = PyNumber_Negative(value);

Completed in 31 milliseconds