Searched refs:PyInt_AsLong (Results 1 – 9 of 9) sorted by relevance
51 #define PyInt_AsLong PyLong_AsLong macro
229 double v[] = {static_cast<double>(PyInt_AsLong((PyObject*)o)), 0., 0., 0.}; in pyopencv_to()247 m.at<double>(i) = (double)PyInt_AsLong(oi); in pyopencv_to()518 value = (int)PyInt_AsLong(obj); in pyopencv_to()538 int ivalue = (int)PyInt_AsLong(obj); in pyopencv_to()814 int v = (int)PyInt_AsLong(item_ij); in to()1044 int value = (int)PyInt_AsLong(item); in pyopencv_to()
40 #define MyInt_AsInt(o) (int)PyInt_AsLong(o)
161 #define PyInt_AsSsize_t(arg) (int)PyInt_AsLong(arg)
51 #define PyInt_AsLong PyLong_AsLong macro108 return PyInt_AsLong(res) < 0; in islt()
302 from = to = PyInt_AsLong(slice); in Subscript()458 from = to = PyInt_AsLong(slice); in AssSubscript()
64 #define PyInt_AsLong PyLong_AsLong macro249 *value = static_cast<T>(PyInt_AsLong(arg)); in CheckAndGetInteger()297 *value = static_cast<bool>(PyInt_AsLong(arg)); in CheckAndGetInteger()
997 return PyInt_AsLong(item); in Dict_ContainsInt()