Home
last modified time | relevance | path

Searched refs:PyNumberMethods (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dboolobject.c107 static PyNumberMethods bool_as_number = {
Dabstract.c894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
962 PyNumberMethods *mv = v->ob_type->tp_as_number;
1041 PyNumberMethods *mv, *mw, *mz;
1280 PyNumberMethods *mv = v->ob_type->tp_as_number;
1413 PyNumberMethods *m;
1427 PyNumberMethods *m;
1441 PyNumberMethods *m;
1455 PyNumberMethods *m;
1613 PyNumberMethods *m;
1698 PyNumberMethods *m;
[all …]
Dintobject.c152 PyNumberMethods *nb; in PyInt_AsLong()
210 PyNumberMethods *nb; in PyInt_AsSsize_t()
268 PyNumberMethods *nb; in PyInt_AsUnsignedLongMask()
313 PyNumberMethods *nb; in PyInt_AsUnsignedLongLongMask()
1372 static PyNumberMethods int_as_number = {
Dcomplexobject.c1138 PyNumberMethods *nbr, *nbi = NULL; in complex_new()
1273 static PyNumberMethods complex_as_number = {
Dfloatobject.c253 PyNumberMethods *nb; in PyFloat_AsDouble()
1713 PyNumberMethods *long_methods = PyLong_Type.tp_as_number; in float_as_integer_ratio()
2068 static PyNumberMethods float_as_number = {
Dweakrefobject.c623 static PyNumberMethods proxy_as_number = {
Dsetobject.c2072 static PyNumberMethods set_as_number = {
2188 static PyNumberMethods frozenset_as_number = {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dboolobject.c107 static PyNumberMethods bool_as_number = {
Dabstract.c894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
962 PyNumberMethods *mv = v->ob_type->tp_as_number;
1041 PyNumberMethods *mv, *mw, *mz;
1280 PyNumberMethods *mv = v->ob_type->tp_as_number;
1413 PyNumberMethods *m;
1427 PyNumberMethods *m;
1441 PyNumberMethods *m;
1455 PyNumberMethods *m;
1613 PyNumberMethods *m;
1698 PyNumberMethods *m;
[all …]
Dintobject.c152 PyNumberMethods *nb; in PyInt_AsLong()
196 PyNumberMethods *nb; in PyInt_AsSsize_t()
254 PyNumberMethods *nb; in PyInt_AsUnsignedLongMask()
299 PyNumberMethods *nb; in PyInt_AsUnsignedLongLongMask()
1341 static PyNumberMethods int_as_number = {
Dcomplexobject.c1134 PyNumberMethods *nbr, *nbi = NULL; in complex_new()
1269 static PyNumberMethods complex_as_number = {
Dfloatobject.c253 PyNumberMethods *nb; in PyFloat_AsDouble()
1698 PyNumberMethods *long_methods = PyLong_Type.tp_as_number; in float_as_integer_ratio()
2053 static PyNumberMethods float_as_number = {
Dlongobject.c268 PyNumberMethods *nb; in PyLong_AsLongAndOverflow()
948 PyNumberMethods *nb; in PyLong_AsLongLong()
1068 PyNumberMethods *nb; in PyLong_AsLongLongAndOverflow()
4248 static PyNumberMethods long_as_number = {
Dweakrefobject.c612 static PyNumberMethods proxy_as_number = {
Dsetobject.c2076 static PyNumberMethods set_as_number = {
2192 static PyNumberMethods frozenset_as_number = {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h273 } PyNumberMethods; typedef
340 PyNumberMethods *tp_as_number;
419 PyNumberMethods as_number;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h273 } PyNumberMethods; typedef
340 PyNumberMethods *tp_as_number;
419 PyNumberMethods as_number;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c1189 PyNumberMethods *nb; in builtin_hex()
1457 PyNumberMethods *nb; in builtin_oct()
1760 PyNumberMethods *nb; in get_range_long_argument()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c1197 PyNumberMethods *nb; in builtin_hex()
1465 PyNumberMethods *nb; in builtin_oct()
1770 PyNumberMethods *nb; in get_range_long_argument()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c268 PyNumberMethods *nb; in PyLong_AsLongAndOverflow()
948 PyNumberMethods *nb; in PyLong_AsLongLong()
1068 PyNumberMethods *nb; in PyLong_AsLongLongAndOverflow()
4248 static PyNumberMethods long_as_number = {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c2158 static PyNumberMethods delta_as_number = {
2772 static PyNumberMethods date_as_number = {
3552 static PyNumberMethods time_as_number = {
4680 static PyNumberMethods datetime_as_number = {
D_struct.c114 PyNumberMethods *m; in get_pylong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c2158 static PyNumberMethods delta_as_number = {
2772 static PyNumberMethods date_as_number = {
3552 static PyNumberMethods time_as_number = {
4680 static PyNumberMethods datetime_as_number = {
D_struct.c114 PyNumberMethods *m; in get_pylong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c264 PyNumberMethods *nb; in PyLong_AsLongAndOverflow()
962 PyNumberMethods *nb; in PyLong_AsLongLong()
1082 PyNumberMethods *nb; in PyLong_AsLongLongAndOverflow()
4280 static PyNumberMethods long_as_number = {

12