/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2007-08-09-IllegalX86-64Asm.ll | 10 …%struct.PyNumberMethods = type { %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struc… 16 …%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyNumberMethods*, %struct.PyS… 53 …ct._typeobject, %struct._typeobject* %tmp78, i32 0, i32 12 ; <%struct.PyNumberMethods**> [#uses=1] 54 …%tmp10 = load %struct.PyNumberMethods*, %struct.PyNumberMethods** %tmp9 ; <%struct.PyNumberMethod… 55 …%tmp11 = getelementptr %struct.PyNumberMethods, %struct.PyNumberMethods* %tmp10, i32 0, i32 5 ; <… 70 …._typeobject, %struct._typeobject* %tmp2425, i32 0, i32 12 ; <%struct.PyNumberMethods**> [#uses=1] 71 …%tmp27 = load %struct.PyNumberMethods*, %struct.PyNumberMethods** %tmp26 ; <%struct.PyNumberMetho… 72 …%tmp28 = getelementptr %struct.PyNumberMethods, %struct.PyNumberMethods* %tmp27, i32 0, i32 5 ; <…
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-08-09-IllegalX86-64Asm.ll | 10 …%struct.PyNumberMethods = type { %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struc… 16 …%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyNumberMethods*, %struct.PyS… 53 …ct._typeobject, %struct._typeobject* %tmp78, i32 0, i32 12 ; <%struct.PyNumberMethods**> [#uses=1] 54 …%tmp10 = load %struct.PyNumberMethods*, %struct.PyNumberMethods** %tmp9 ; <%struct.PyNumberMethod… 55 …%tmp11 = getelementptr %struct.PyNumberMethods, %struct.PyNumberMethods* %tmp10, i32 0, i32 5 ; <… 70 …._typeobject, %struct._typeobject* %tmp2425, i32 0, i32 12 ; <%struct.PyNumberMethods**> [#uses=1] 71 …%tmp27 = load %struct.PyNumberMethods*, %struct.PyNumberMethods** %tmp26 ; <%struct.PyNumberMetho… 72 …%tmp28 = getelementptr %struct.PyNumberMethods, %struct.PyNumberMethods* %tmp27, i32 0, i32 5 ; <…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2007-08-09-IllegalX86-64Asm.ll | 10 …%struct.PyNumberMethods = type { %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struc… 16 …%struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*)*, %struct.PyNumberMethods*, %struct.PyS… 53 …%tmp9 = getelementptr %struct._typeobject* %tmp78, i32 0, i32 12 ; <%struct.PyNumberMethods**> [#… 54 %tmp10 = load %struct.PyNumberMethods** %tmp9 ; <%struct.PyNumberMethods*> [#uses=1] 55 …%tmp11 = getelementptr %struct.PyNumberMethods* %tmp10, i32 0, i32 5 ; <%struct.PyObject* (%struc… 70 …%tmp26 = getelementptr %struct._typeobject* %tmp2425, i32 0, i32 12 ; <%struct.PyNumberMethods**>… 71 %tmp27 = load %struct.PyNumberMethods** %tmp26 ; <%struct.PyNumberMethods*> [#uses=1] 72 …%tmp28 = getelementptr %struct.PyNumberMethods* %tmp27, i32 0, i32 5 ; <%struct.PyObject* (%struc…
|
/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 17 PyNumberMethods *tp_as_number;
|
/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 18 PyNumberMethods *tp_as_number;
|
/external/python/cpython2/Objects/ |
D | abstract.c | 894 #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; 1610 PyNumberMethods *m; 1704 PyNumberMethods *m; [all …]
|
D | intobject.c | 145 PyNumberMethods *nb; in PyInt_AsLong() 206 PyNumberMethods *nb; in PyInt_AsSsize_t() 264 PyNumberMethods *nb; in PyInt_AsUnsignedLongMask() 309 PyNumberMethods *nb; in PyInt_AsUnsignedLongLongMask() 1368 static PyNumberMethods int_as_number = {
|
D | boolobject.c | 107 static PyNumberMethods bool_as_number = {
|
D | floatobject.c | 261 PyNumberMethods *nb; in PyFloat_AsDouble() 1721 PyNumberMethods *long_methods = PyLong_Type.tp_as_number; in float_as_integer_ratio() 2076 static PyNumberMethods float_as_number = {
|
D | complexobject.c | 1138 PyNumberMethods *nbr, *nbi = NULL; in complex_new() 1273 static PyNumberMethods complex_as_number = {
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 419 (PyNumberMethods *)0, /* tp_as_number */ 640 (PyNumberMethods *)0, /* tp_as_number */ 770 (PyNumberMethods *)0, /* tp_as_number */ 918 (PyNumberMethods *)0, /* tp_as_number */ 1110 (PyNumberMethods *)0, /* tp_as_number */ 1243 (PyNumberMethods *)0, /* tp_as_number */ 1398 (PyNumberMethods *)0, /* tp_as_number */ 1528 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython3/Objects/ |
D | abstract.c | 768 #define NB_SLOT(x) offsetof(PyNumberMethods, x) 874 PyNumberMethods *mv, *mw, *mz; in ternary_op() 1053 PyNumberMethods *mv = v->ob_type->tp_as_number; in binary_iop1() 1189 PyNumberMethods *m; in PyNumber_Negative() 1205 PyNumberMethods *m; in PyNumber_Positive() 1221 PyNumberMethods *m; in PyNumber_Invert() 1237 PyNumberMethods *m; in PyNumber_Absolute() 1345 PyNumberMethods *m; in PyNumber_Long() 1436 PyNumberMethods *m; in PyNumber_Float()
|
D | boolobject.c | 95 static PyNumberMethods bool_as_number = {
|
D | complexobject.c | 951 PyNumberMethods *nbr, *nbi = NULL; in complex_new_impl() 1080 static PyNumberMethods complex_as_number = {
|
D | floatobject.c | 234 PyNumberMethods *nb; in PyFloat_AsDouble() 1546 PyNumberMethods *long_methods = PyLong_Type.tp_as_number; in float_as_integer_ratio_impl() 1874 static PyNumberMethods float_as_number = {
|
/external/python/cpython2/Include/ |
D | object.h | 273 } PyNumberMethods; typedef 340 PyNumberMethods *tp_as_number; 419 PyNumberMethods as_number;
|
/external/python/cpython3/Include/ |
D | object.h | 285 } PyNumberMethods; typedef 363 PyNumberMethods *tp_as_number; 466 PyNumberMethods as_number;
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 178 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 296 (PyNumberMethods *)0, /* tp_as_number */ 734 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 442 (PyNumberMethods *)0, /* tp_as_number */ 653 (PyNumberMethods *)0, /* tp_as_number */ 893 (PyNumberMethods *)0, /* tp_as_number */ 1086 (PyNumberMethods *)0, /* tp_as_number */ 1263 (PyNumberMethods *)0, /* tp_as_number */ 1494 (PyNumberMethods *)0, /* tp_as_number */ 1759 (PyNumberMethods *)0, /* tp_as_number */ 2502 (PyNumberMethods *)0, /* tp_as_number */ 2890 (PyNumberMethods *)0, /* tp_as_number */ 3542 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | _Scrapmodule.c | 246 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndmodule.c | 223 (PyNumberMethods *)0, /* tp_as_number */ 391 (PyNumberMethods *)0, /* tp_as_number */
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 136 static PyNumberMethods sp_handle_as_number;
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 507 (PyNumberMethods *)0, /* tp_as_number */ 695 (PyNumberMethods *)0, /* tp_as_number */ 1047 (PyNumberMethods *)0, /* tp_as_number */ 1507 (PyNumberMethods *)0, /* tp_as_number */ 2094 (PyNumberMethods *)0, /* tp_as_number */
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16.cc | 176 PyNumberMethods PyBfloat16_AsNumber = {
|