Home
last modified time | relevance | path

Searched refs:nb_true_divide (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersOperationBinaryTruediv.c165 slot2 = PyInt_Type.tp_as_number->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT()
213 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT()
247 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT()
481 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_OBJECT()
516 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_OBJECT()
756 slot2 = PyInt_Type.tp_as_number->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_NBOOL_OBJECT_INT()
804 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_NBOOL_OBJECT_INT()
838 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_NBOOL_OBJECT_INT()
1034 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_NBOOL_INT_OBJECT()
1069 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_NBOOL_INT_OBJECT()
[all …]
H A DHelpersOperationInplaceTruediv.c196 slot2 = PyInt_Type.tp_as_number->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_INPLACE()
244 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_INPLACE()
278 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_INPLACE()
543 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_INT_OBJECT_INPLACE()
578 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_INT_OBJECT_INPLACE()
843 slot2 = PyLong_Type.tp_as_number->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INPLACE()
891 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INPLACE()
925 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INPLACE()
1115 binaryfunc slot = mv->nb_true_divide; in __BINARY_OPERATION_TRUEDIV_LONG_OBJECT_INPLACE()
1977 slot2 = PyInt_Type.tp_as_number->nb_true_divide; in _BINARY_OPERATION_TRUEDIV_LONG_INT_INPLACE()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384_issue33738.cpp89 binaryfunc nb_true_divide; member
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384_issue33738.cpp89 binaryfunc nb_true_divide; member
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dpep384_issue33738.cpp89 binaryfunc nb_true_divide; member
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/lang/python37/Python-3.7.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/lang/python39/Python-3.9.9/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/lang/python38/Python-3.8.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dtypeslots.inc38 offsetof(PyHeapTypeObject, as_number.nb_true_divide),
/dports/lang/python310/Python-3.10.1/Objects/
H A Dtypeslots.inc38 {offsetof(PyNumberMethods, nb_true_divide), offsetof(PyTypeObject, tp_as_number)},
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dtypeslots.inc38 {offsetof(PyNumberMethods, nb_true_divide), offsetof(PyTypeObject, tp_as_number)},
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/devel/py3c/py3c-1.3/doc/source/
H A Dext-types.rst83 * ``nb_divide`` (Python3 calls ``nb_floor_divide`` or ``nb_true_divide``)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dobject.h132 binaryfunc nb_true_divide; member
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dnumber.c800 BINOP_GIVE_UP_IF_NEEDED(m1, m2, nb_true_divide, array_true_divide); in array_true_divide()
966 .nb_true_divide = (binaryfunc)array_true_divide,
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dobject.h141 binaryfunc nb_true_divide; member
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dobject.h148 binaryfunc nb_true_divide; member
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dobject.h141 binaryfunc nb_true_divide; member

12345