Searched refs:PyInt_Check (Results 1 – 5 of 5) sorted by relevance
49 #define PyInt_Check PyLong_Check macro
227 if( PyInt_Check(o) ) in pyopencv_to()246 if( PyInt_Check(oi) ) in pyopencv_to()423 if (PyFloat_Check(item) || PyInt_Check(item)) { in pyopencv_to()432 if (PyFloat_Check(o) || PyInt_Check(o)) { in pyopencv_to()517 if(PyInt_Check(obj)) in pyopencv_to()812 if( PyInt_Check(item_ij)) in to()1042 else if( PyInt_Check(item) ) in pyopencv_to()
50 #define PyInt_Check PyLong_Check macro102 if (!PyInt_Check(res)) { in islt()372 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in Subscript()423 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in AssignSubscript()
301 if (PyInt_Check(slice)) { in Subscript()457 if (PyInt_Check(slice)) { in AssSubscript()
63 #define PyInt_Check PyLong_Check macro225 if (!PyInt_Check(arg) && !is_long) { in CheckAndGetInteger()274 if (!PyInt_Check(arg) && !PyLong_Check(arg) && in CheckAndGetInteger()293 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) { in CheckAndGetInteger()551 if (PyInt_Check(slice) || PyLong_Check(slice)) { in CheckAndGetInteger()