Searched refs:PyLong_Type (Results 1 - 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dlongobject.h12 PyAPI_DATA(PyTypeObject) PyLong_Type;
16 #define PyLong_CheckExact(op) (Py_TYPE(op) == &PyLong_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dlongobject.h12 PyAPI_DATA(PyTypeObject) PyLong_Type;
16 #define PyLong_CheckExact(op) (Py_TYPE(op) == &PyLong_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dintobject.c482 return PyLong_Type.tp_as_number->nb_add((PyObject *)v, (PyObject *)w);
495 return PyLong_Type.tp_as_number->nb_subtract((PyObject *)v,
560 return PyLong_Type.tp_as_number->nb_multiply(v, w);
633 return PyLong_Type.tp_as_number->nb_divide((PyObject *)x,
654 return PyLong_Type.tp_as_number->nb_divide((PyObject *)x,
684 return PyLong_Type.tp_as_number->nb_true_divide(
704 return PyLong_Type.tp_as_number->nb_remainder((PyObject *)x,
722 return PyLong_Type.tp_as_number->nb_divmod((PyObject *)x,
778 return PyLong_Type.tp_as_number->nb_power(
789 return PyLong_Type
[all...]
H A Dfloatobject.c1713 PyNumberMethods *long_methods = PyLong_Type.tp_as_number;
H A Dobject.c2141 if (PyType_Ready(&PyLong_Type) < 0)
H A Dtypeobject.c3741 else if (PyType_IsSubtype(base, &PyLong_Type))
5414 h = PyLong_Type.tp_hash(res);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dintobject.c468 return PyLong_Type.tp_as_number->nb_add((PyObject *)v, (PyObject *)w);
481 return PyLong_Type.tp_as_number->nb_subtract((PyObject *)v,
546 return PyLong_Type.tp_as_number->nb_multiply(v, w);
619 return PyLong_Type.tp_as_number->nb_divide((PyObject *)x,
640 return PyLong_Type.tp_as_number->nb_divide((PyObject *)x,
670 return PyLong_Type.tp_as_number->nb_true_divide(
690 return PyLong_Type.tp_as_number->nb_remainder((PyObject *)x,
708 return PyLong_Type.tp_as_number->nb_divmod((PyObject *)x,
758 return PyLong_Type.tp_as_number->nb_power(
769 return PyLong_Type
[all...]
H A Dlongobject.c92 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
4001 if (type != &PyLong_Type)
4053 assert(PyType_IsSubtype(type, &PyLong_Type));
4054 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);
4290 PyTypeObject PyLong_Type = { variable
H A Dfloatobject.c1698 PyNumberMethods *long_methods = PyLong_Type.tp_as_number;
H A Dobject.c2132 if (PyType_Ready(&PyLong_Type) < 0)
H A Dtypeobject.c3706 else if (PyType_IsSubtype(base, &PyLong_Type))
5362 h = PyLong_Type.tp_hash(res);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dmodule.c158 if (type == &PyInt_Type || type == &PyLong_Type || type == &PyFloat_Type
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c92 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
4001 if (type != &PyLong_Type)
4053 assert(PyType_IsSubtype(type, &PyLong_Type));
4054 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);
4290 PyTypeObject PyLong_Type = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c88 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
4021 if (type != &PyLong_Type)
4079 assert(PyType_IsSubtype(type, &PyLong_Type));
4080 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);
4322 PyTypeObject PyLong_Type = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dbltinmodule.c2717 SETBUILTIN("long", &PyLong_Type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c2706 SETBUILTIN("long", &PyLong_Type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A DcPickle.c2600 if (type == &PyLong_Type) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcPickle.c2568 if (type == &PyLong_Type) {

Completed in 150 milliseconds