Home
last modified time | relevance | path

Searched refs:PyNumberMethods (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Include/cpython/
H A Dobject.h106 } PyNumberMethods; typedef
165 PyNumberMethods *tp_as_number;
245 PyNumberMethods as_number;
/third_party/python/Include/internal/
H A Dpycore_abstract.h15 PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number; in _PyIndex_Check()
/third_party/python/Doc/includes/
H A Dtypestruct.h18 PyNumberMethods *tp_as_number;
/third_party/python/Objects/
H A Dabstract.c836 PyNumberMethods *nb = Py_TYPE(o)->tp_as_number; in PyNumber_Check()
842 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
970 PyNumberMethods *mv = Py_TYPE(v)->tp_as_number; in ternary_op()
971 PyNumberMethods *mw = Py_TYPE(w)->tp_as_number; in ternary_op()
1018 PyNumberMethods *mz = Py_TYPE(z)->tp_as_number; in ternary_op()
1186 PyNumberMethods *mv = Py_TYPE(v)->tp_as_number; in binary_iop1()
1227 PyNumberMethods *mv = Py_TYPE(v)->tp_as_number; in ternary_iop()
1333 PyNumberMethods *m = Py_TYPE(o)->tp_as_number; in PyNumber_Negative()
1350 PyNumberMethods *m = Py_TYPE(o)->tp_as_number; in PyNumber_Positive()
1367 PyNumberMethods * in PyNumber_Invert()
[all...]
H A Dboolobject.c109 static PyNumberMethods bool_as_number = {
H A Dinterpreteridobject.c126 static PyNumberMethods interpid_as_number = {
H A Dunionobject.c338 static PyNumberMethods union_as_number = {
H A Dcomplexobject.c902 PyNumberMethods *nbr, *nbi = NULL; in complex_new_impl()
1039 static PyNumberMethods complex_as_number = {
H A Dfloatobject.c291 PyNumberMethods *nb; in PyFloat_AsDouble()
1581 PyNumberMethods *long_methods = PyLong_Type.tp_as_number; in float_as_integer_ratio_impl()
1854 static PyNumberMethods float_as_number = {
H A Dgenericaliasobject.c844 static PyNumberMethods ga_as_number = {
H A Drangeobject.c684 static PyNumberMethods range_as_number = {
H A Dweakrefobject.c660 static PyNumberMethods proxy_as_number = {
H A Dobject.c1649 static PyNumberMethods none_as_number = {
1783 static PyNumberMethods notimplemented_as_number = {
H A Dsetobject.c2089 static PyNumberMethods set_as_number = {
2203 static PyNumberMethods frozenset_as_number = {
H A Dodictobject.c898 static PyNumberMethods odict_as_number = {
H A Ddescrobject.c1069 static PyNumberMethods mappingproxy_as_number = {
H A Ddictobject.c3747 static PyNumberMethods dict_as_number = {
5006 static PyNumberMethods dictviews_as_number = {
H A Dbytesobject.c2567 static PyNumberMethods bytes_as_number = {
/third_party/python/PC/
H A Dwinreg.c190 static PyNumberMethods PyHKEY_NumberMethods =
/third_party/python/Modules/
H A D_datetimemodule.c2772 static PyNumberMethods delta_as_number = {
3625 static PyNumberMethods date_as_number = {
6616 static PyNumberMethods datetime_as_number = {
H A D_xxsubinterpretersmodule.c1559 static PyNumberMethods channelid_as_number = {
H A D_collectionsmodule.c2164 static PyNumberMethods defdict_as_number = {
/third_party/python/Modules/_ctypes/
H A D_ctypes.c4296 static PyNumberMethods PyCFuncPtr_as_number = {
5008 static PyNumberMethods Simple_as_number = {
5411 static PyNumberMethods Pointer_as_number = {
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c937 PyNumberMethods as_number;
1874 static PyNumberMethods SwigPyObject_as_number = { in SwigPyObject_TypeOnce()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc667 PyNumberMethods *nb; in CheckAndGetInteger()

Completed in 72 milliseconds

12