Home
last modified time | relevance | path

Searched refs:operand1 (Results 1 – 25 of 1690) sorted by relevance

12345678910>>...68

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersOperationBinaryInplaceAdd.c27 assert(operand1); in BINARY_OPERATION_ADD_OBJECT_UNICODE_INPLACE()
34 if (Py_REFCNT(*operand1) == 1 && !PyUnicode_CHECK_INTERNED(*operand1)) { in BINARY_OPERATION_ADD_OBJECT_UNICODE_INPLACE()
64 *operand1 = result; in BINARY_OPERATION_ADD_OBJECT_UNICODE_INPLACE()
70 assert(operand1); in BINARY_OPERATION_ADD_UNICODE_OBJECT_INPLACE()
107 *operand1 = result; in BINARY_OPERATION_ADD_UNICODE_OBJECT_INPLACE()
113 assert(operand1); in BINARY_OPERATION_ADD_UNICODE_UNICODE_INPLACE()
120 if (Py_REFCNT(*operand1) == 1 && !PyUnicode_CHECK_INTERNED(*operand1)) { in BINARY_OPERATION_ADD_UNICODE_UNICODE_INPLACE()
141 assert(operand1); in BINARY_OPERATION_ADD_OBJECT_BYTES_INPLACE()
146 if (Py_REFCNT(*operand1) == 1 && PyBytes_CheckExact(*operand1)) { in BINARY_OPERATION_ADD_OBJECT_BYTES_INPLACE()
167 assert(operand1); in BINARY_OPERATION_ADD_BYTES_OBJECT_INPLACE()
[all …]
H A DHelpersOperationInplaceAdd.c33 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_ADD_INT_INT_INPLACE()
62 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_ADD_INT_INT_INPLACE()
96 Py_DECREF(*operand1); in _BINARY_OPERATION_ADD_INT_INT_INPLACE()
108 Py_DECREF(*operand1); in _BINARY_OPERATION_ADD_INT_INT_INPLACE()
110 *operand1 = obj_result; in _BINARY_OPERATION_ADD_INT_INT_INPLACE()
292 Py_DECREF(*operand1); in __BINARY_OPERATION_ADD_OBJECT_INT_INPLACE()
721 *operand1 = _Nuitka_LongAddInplaceDigits(*operand1, b, size_b); in _BINARY_OPERATION_ADD_LONG_LONG_INPLACE()
722 Py_SIZE(*operand1) = -Py_ABS(Py_SIZE(*operand1)); in _BINARY_OPERATION_ADD_LONG_LONG_INPLACE()
730 *operand1 = _Nuitka_LongAddInplaceDigits(*operand1, b, size_b); in _BINARY_OPERATION_ADD_LONG_LONG_INPLACE()
1016 Py_SIZE(*operand1) = -Py_ABS(Py_SIZE(*operand1)); in _BINARY_OPERATION_ADD_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceSub.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_SUB_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_SUB_INT_INT_INPLACE()
95 Py_DECREF(*operand1); in _BINARY_OPERATION_SUB_INT_INT_INPLACE()
107 Py_DECREF(*operand1); in _BINARY_OPERATION_SUB_INT_INT_INPLACE()
109 *operand1 = obj_result; in _BINARY_OPERATION_SUB_INT_INT_INPLACE()
276 Py_DECREF(*operand1); in __BINARY_OPERATION_SUB_OBJECT_INT_INPLACE()
700 *operand1 = _Nuitka_LongAddInplaceDigits(*operand1, b, size_b); in _BINARY_OPERATION_SUB_LONG_LONG_INPLACE()
701 Py_SIZE(*operand1) = -Py_ABS(Py_SIZE(*operand1)); in _BINARY_OPERATION_SUB_LONG_LONG_INPLACE()
705 *operand1 = _Nuitka_LongAddInplaceDigits(*operand1, b, size_b); in _BINARY_OPERATION_SUB_LONG_LONG_INPLACE()
979 Py_SIZE(*operand1) = -Py_ABS(Py_SIZE(*operand1)); in _BINARY_OPERATION_SUB_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceMod.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MOD_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MOD_INT_INT_INPLACE()
106 Py_DECREF(*operand1); in _BINARY_OPERATION_MOD_INT_INT_INPLACE()
118 Py_DECREF(*operand1); in _BINARY_OPERATION_MOD_INT_INT_INPLACE()
120 *operand1 = obj_result; in _BINARY_OPERATION_MOD_INT_INT_INPLACE()
288 Py_DECREF(*operand1); in __BINARY_OPERATION_MOD_OBJECT_INT_INPLACE()
292 *operand1 = obj_result; in __BINARY_OPERATION_MOD_OBJECT_INT_INPLACE()
567 Py_DECREF(*operand1); in __BINARY_OPERATION_MOD_INT_OBJECT_INPLACE()
725 Py_DECREF(*operand1); in _BINARY_OPERATION_MOD_LONG_LONG_INPLACE()
896 Py_DECREF(*operand1); in __BINARY_OPERATION_MOD_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceTruediv.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
115 Py_DECREF(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
125 Py_DECREF(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
127 *operand1 = obj_result; in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
132 Py_DECREF(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
139 Py_DECREF(*operand1); in _BINARY_OPERATION_TRUEDIV_INT_INT_INPLACE()
309 Py_DECREF(*operand1); in __BINARY_OPERATION_TRUEDIV_OBJECT_INT_INPLACE()
609 Py_DECREF(*operand1); in __BINARY_OPERATION_TRUEDIV_INT_OBJECT_INPLACE()
788 Py_DECREF(*operand1); in _BINARY_OPERATION_TRUEDIV_LONG_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceOlddiv.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_OLDDIV_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_OLDDIV_INT_INT_INPLACE()
112 Py_DECREF(*operand1); in _BINARY_OPERATION_OLDDIV_INT_INT_INPLACE()
124 Py_DECREF(*operand1); in _BINARY_OPERATION_OLDDIV_INT_INT_INPLACE()
126 *operand1 = obj_result; in _BINARY_OPERATION_OLDDIV_INT_INT_INPLACE()
293 Py_DECREF(*operand1); in __BINARY_OPERATION_OLDDIV_OBJECT_INT_INPLACE()
297 *operand1 = obj_result; in __BINARY_OPERATION_OLDDIV_OBJECT_INT_INPLACE()
578 Py_DECREF(*operand1); in __BINARY_OPERATION_OLDDIV_INT_OBJECT_INPLACE()
743 Py_DECREF(*operand1); in _BINARY_OPERATION_OLDDIV_LONG_LONG_INPLACE()
915 Py_DECREF(*operand1); in __BINARY_OPERATION_OLDDIV_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceFloordiv.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_FLOORDIV_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_FLOORDIV_INT_INT_INPLACE()
112 Py_DECREF(*operand1); in _BINARY_OPERATION_FLOORDIV_INT_INT_INPLACE()
124 Py_DECREF(*operand1); in _BINARY_OPERATION_FLOORDIV_INT_INT_INPLACE()
126 *operand1 = obj_result; in _BINARY_OPERATION_FLOORDIV_INT_INT_INPLACE()
295 Py_DECREF(*operand1); in __BINARY_OPERATION_FLOORDIV_OBJECT_INT_INPLACE()
299 *operand1 = obj_result; in __BINARY_OPERATION_FLOORDIV_OBJECT_INT_INPLACE()
581 Py_DECREF(*operand1); in __BINARY_OPERATION_FLOORDIV_INT_OBJECT_INPLACE()
745 Py_DECREF(*operand1); in _BINARY_OPERATION_FLOORDIV_LONG_LONG_INPLACE()
917 Py_DECREF(*operand1); in __BINARY_OPERATION_FLOORDIV_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceMult.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MULT_INT_INT_INPLACE()
61 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MULT_INT_INT_INPLACE()
106 Py_DECREF(*operand1); in _BINARY_OPERATION_MULT_INT_INT_INPLACE()
118 Py_DECREF(*operand1); in _BINARY_OPERATION_MULT_INT_INT_INPLACE()
120 *operand1 = obj_result; in _BINARY_OPERATION_MULT_INT_INT_INPLACE()
304 Py_DECREF(*operand1); in __BINARY_OPERATION_MULT_OBJECT_INT_INPLACE()
308 *operand1 = obj_result; in __BINARY_OPERATION_MULT_OBJECT_INT_INPLACE()
601 Py_DECREF(*operand1); in __BINARY_OPERATION_MULT_INT_OBJECT_INPLACE()
759 Py_DECREF(*operand1); in _BINARY_OPERATION_MULT_LONG_LONG_INPLACE()
946 Py_DECREF(*operand1); in __BINARY_OPERATION_MULT_OBJECT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceRshift.c31 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_RSHIFT_LONG_LONG_INPLACE()
61 Py_DECREF(*operand1); in _BINARY_OPERATION_RSHIFT_LONG_LONG_INPLACE()
62 *operand1 = obj_result; in _BINARY_OPERATION_RSHIFT_LONG_LONG_INPLACE()
231 Py_DECREF(*operand1); in __BINARY_OPERATION_RSHIFT_OBJECT_LONG_INPLACE()
235 *operand1 = obj_result; in __BINARY_OPERATION_RSHIFT_OBJECT_LONG_INPLACE()
455 Py_DECREF(*operand1); in __BINARY_OPERATION_RSHIFT_LONG_OBJECT_INPLACE()
593 Py_DECREF(*operand1); in _BINARY_OPERATION_RSHIFT_INT_INT_INPLACE()
605 Py_DECREF(*operand1); in _BINARY_OPERATION_RSHIFT_INT_INT_INPLACE()
612 Py_DECREF(*operand1); in _BINARY_OPERATION_RSHIFT_INT_INT_INPLACE()
781 Py_DECREF(*operand1); in __BINARY_OPERATION_RSHIFT_OBJECT_INT_INPLACE()
[all …]
H A DHelpersOperationInplaceMatmult.c32 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MATMULT_LONG_LONG_INPLACE()
92 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MATMULT_OBJECT_LONG_INPLACE()
166 Py_DECREF(*operand1); in _BINARY_OPERATION_MATMULT_OBJECT_LONG_INPLACE()
170 *operand1 = obj_result; in _BINARY_OPERATION_MATMULT_OBJECT_LONG_INPLACE()
188 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_MATMULT_LONG_OBJECT_INPLACE()
255 Py_DECREF(*operand1); in _BINARY_OPERATION_MATMULT_LONG_OBJECT_INPLACE()
259 *operand1 = obj_result; in _BINARY_OPERATION_MATMULT_LONG_OBJECT_INPLACE()
403 Py_DECREF(*operand1); in _BINARY_OPERATION_MATMULT_OBJECT_FLOAT_INPLACE()
407 *operand1 = obj_result; in _BINARY_OPERATION_MATMULT_OBJECT_FLOAT_INPLACE()
488 Py_DECREF(*operand1); in _BINARY_OPERATION_MATMULT_FLOAT_OBJECT_INPLACE()
[all …]
H A DHelpersOperationInplaceBitor.c31 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_BITOR_LONG_LONG_INPLACE()
61 Py_DECREF(*operand1); in _BINARY_OPERATION_BITOR_LONG_LONG_INPLACE()
62 *operand1 = obj_result; in _BINARY_OPERATION_BITOR_LONG_LONG_INPLACE()
231 Py_DECREF(*operand1); in __BINARY_OPERATION_BITOR_OBJECT_LONG_INPLACE()
235 *operand1 = obj_result; in __BINARY_OPERATION_BITOR_OBJECT_LONG_INPLACE()
454 Py_DECREF(*operand1); in __BINARY_OPERATION_BITOR_LONG_OBJECT_INPLACE()
576 Py_DECREF(*operand1); in _BINARY_OPERATION_BITOR_INT_INT_INPLACE()
744 Py_DECREF(*operand1); in __BINARY_OPERATION_BITOR_OBJECT_INT_INPLACE()
986 Py_DECREF(*operand1); in __BINARY_OPERATION_BITOR_INT_OBJECT_INPLACE()
1156 Py_DECREF(*operand1); in _BINARY_OPERATION_BITOR_INT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceBitxor.c31 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_BITXOR_LONG_LONG_INPLACE()
61 Py_DECREF(*operand1); in _BINARY_OPERATION_BITXOR_LONG_LONG_INPLACE()
62 *operand1 = obj_result; in _BINARY_OPERATION_BITXOR_LONG_LONG_INPLACE()
231 Py_DECREF(*operand1); in __BINARY_OPERATION_BITXOR_OBJECT_LONG_INPLACE()
235 *operand1 = obj_result; in __BINARY_OPERATION_BITXOR_OBJECT_LONG_INPLACE()
454 Py_DECREF(*operand1); in __BINARY_OPERATION_BITXOR_LONG_OBJECT_INPLACE()
576 Py_DECREF(*operand1); in _BINARY_OPERATION_BITXOR_INT_INT_INPLACE()
744 Py_DECREF(*operand1); in __BINARY_OPERATION_BITXOR_OBJECT_INT_INPLACE()
986 Py_DECREF(*operand1); in __BINARY_OPERATION_BITXOR_INT_OBJECT_INPLACE()
1156 Py_DECREF(*operand1); in _BINARY_OPERATION_BITXOR_INT_LONG_INPLACE()
[all …]
H A DHelpersOperationInplaceBitand.c31 CHECK_OBJECT(*operand1); in _BINARY_OPERATION_BITAND_LONG_LONG_INPLACE()
61 Py_DECREF(*operand1); in _BINARY_OPERATION_BITAND_LONG_LONG_INPLACE()
62 *operand1 = obj_result; in _BINARY_OPERATION_BITAND_LONG_LONG_INPLACE()
231 Py_DECREF(*operand1); in __BINARY_OPERATION_BITAND_OBJECT_LONG_INPLACE()
235 *operand1 = obj_result; in __BINARY_OPERATION_BITAND_OBJECT_LONG_INPLACE()
454 Py_DECREF(*operand1); in __BINARY_OPERATION_BITAND_LONG_OBJECT_INPLACE()
576 Py_DECREF(*operand1); in _BINARY_OPERATION_BITAND_INT_INT_INPLACE()
744 Py_DECREF(*operand1); in __BINARY_OPERATION_BITAND_OBJECT_INT_INPLACE()
986 Py_DECREF(*operand1); in __BINARY_OPERATION_BITAND_INT_OBJECT_INPLACE()
1156 Py_DECREF(*operand1); in _BINARY_OPERATION_BITAND_INT_LONG_INPLACE()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/helper/
H A Doperations_binary_mult.h29 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
44 extern nuitka_bool BINARY_OPERATION_MULT_NBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
49 extern nuitka_bool BINARY_OPERATION_MULT_NBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
94 extern PyObject *BINARY_OPERATION_MULT_OBJECT_CLONG_CLONG(long operand1, long operand2);
98 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_CLONG(PyObject *operand1, long operand2);
103 extern PyObject *BINARY_OPERATION_MULT_OBJECT_CLONG_INT(long operand1, PyObject *operand2);
118 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_STR(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_mod.h29 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
44 extern nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
49 extern nuitka_bool BINARY_OPERATION_MOD_NBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
67 extern nuitka_bool BINARY_OPERATION_MOD_NBOOL_LONG_LONG(PyObject *operand1, PyObject *operand2);
95 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
147 extern PyObject *BINARY_OPERATION_MOD_OBJECT_STR_INT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_inplace_mod.h29 extern bool BINARY_OPERATION_MOD_INT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
34 extern bool BINARY_OPERATION_MOD_OBJECT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
39 extern bool BINARY_OPERATION_MOD_INT_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
43 extern bool BINARY_OPERATION_MOD_LONG_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
62 extern bool BINARY_OPERATION_MOD_INT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
67 extern bool BINARY_OPERATION_MOD_LONG_INT_INPLACE(PyObject **operand1, PyObject *operand2);
72 extern bool BINARY_OPERATION_MOD_INT_FLOAT_INPLACE(PyObject **operand1, PyObject *operand2);
77 extern bool BINARY_OPERATION_MOD_FLOAT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
88 extern bool BINARY_OPERATION_MOD_STR_INT_INPLACE(PyObject **operand1, PyObject *operand2);
93 extern bool BINARY_OPERATION_MOD_STR_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
[all …]
H A Dcomparisons_gt.h31 extern bool RICH_COMPARE_GT_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_GT_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_GT_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_GT_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_GT_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_GT_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_GT_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_GT_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_GT_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_GT_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Dcomparisons_le.h31 extern bool RICH_COMPARE_LE_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_LE_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_LE_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_LE_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_LE_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_LE_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_LE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_LE_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_LE_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_LE_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Dcomparisons_lt.h31 extern bool RICH_COMPARE_LT_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_LT_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_LT_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_LT_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_LT_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_LT_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_LT_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_LT_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_LT_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_LT_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Dcomparisons_ne.h31 extern bool RICH_COMPARE_NE_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_NE_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_NE_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_NE_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_NE_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_NE_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_NE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_NE_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_NE_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_NE_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Dcomparisons_eq.h31 extern bool RICH_COMPARE_EQ_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_EQ_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_EQ_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_EQ_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_EQ_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_EQ_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_EQ_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_EQ_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_EQ_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_EQ_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Dcomparisons_ge.h31 extern bool RICH_COMPARE_GE_CBOOL_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);
43 extern bool RICH_COMPARE_GE_CBOOL_OBJECT_STR(PyObject *operand1, PyObject *operand2);
58 extern bool RICH_COMPARE_GE_CBOOL_STR_OBJECT(PyObject *operand1, PyObject *operand2);
73 extern bool RICH_COMPARE_GE_CBOOL_STR_STR(PyObject *operand1, PyObject *operand2);
83 extern bool RICH_COMPARE_GE_CBOOL_OBJECT_BYTES(PyObject *operand1, PyObject *operand2);
98 extern bool RICH_COMPARE_GE_CBOOL_BYTES_OBJECT(PyObject *operand1, PyObject *operand2);
113 extern bool RICH_COMPARE_GE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *operand2);
128 extern bool RICH_COMPARE_GE_CBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
143 extern bool RICH_COMPARE_GE_CBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
158 extern bool RICH_COMPARE_GE_CBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_inplace_mult.h29 extern bool BINARY_OPERATION_MULT_INT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
34 extern bool BINARY_OPERATION_MULT_OBJECT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
39 extern bool BINARY_OPERATION_MULT_INT_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
43 extern bool BINARY_OPERATION_MULT_LONG_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
46 extern bool BINARY_OPERATION_MULT_OBJECT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
49 extern bool BINARY_OPERATION_MULT_LONG_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
62 extern bool BINARY_OPERATION_MULT_OBJECT_STR_INPLACE(PyObject **operand1, PyObject *operand2);
72 extern bool BINARY_OPERATION_MULT_INT_STR_INPLACE(PyObject **operand1, PyObject *operand2);
77 extern bool BINARY_OPERATION_MULT_STR_INT_INPLACE(PyObject **operand1, PyObject *operand2);
82 extern bool BINARY_OPERATION_MULT_LONG_STR_INPLACE(PyObject **operand1, PyObject *operand2);
[all …]
H A Doperations_binary_add.h29 extern PyObject *BINARY_OPERATION_ADD_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_ADD_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
44 extern nuitka_bool BINARY_OPERATION_ADD_NBOOL_INT_INT(PyObject *operand1, PyObject *operand2);
49 extern nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_INT(PyObject *operand1, PyObject *operand2);
54 extern nuitka_bool BINARY_OPERATION_ADD_NBOOL_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
67 extern nuitka_bool BINARY_OPERATION_ADD_NBOOL_LONG_LONG(PyObject *operand1, PyObject *operand2);
95 extern PyObject *BINARY_OPERATION_ADD_OBJECT_STR_STR(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_inplace_add.h29 extern bool BINARY_OPERATION_ADD_INT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
34 extern bool BINARY_OPERATION_ADD_OBJECT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
39 extern bool BINARY_OPERATION_ADD_INT_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
43 extern bool BINARY_OPERATION_ADD_LONG_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
46 extern bool BINARY_OPERATION_ADD_OBJECT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
49 extern bool BINARY_OPERATION_ADD_LONG_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
52 extern bool BINARY_OPERATION_ADD_FLOAT_FLOAT_INPLACE(PyObject **operand1, PyObject *operand2);
62 extern bool BINARY_OPERATION_ADD_STR_STR_INPLACE(PyObject **operand1, PyObject *operand2);
67 extern bool BINARY_OPERATION_ADD_OBJECT_STR_INPLACE(PyObject **operand1, PyObject *operand2);
120 extern bool BINARY_OPERATION_ADD_INT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
[all …]

12345678910>>...68