Searched refs:PyFloat_CheckExact (Results 1 – 20 of 20) sorted by relevance
22 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type) macro
24 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type) macro
128 } else if (PyFloat_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()198 if (PyLong_CheckExact(obj) || PyFloat_CheckExact(obj) in _need_adapt()
125 } else if (PyFloat_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()209 || PyFloat_CheckExact(obj) || PyString_CheckExact(obj) in _need_adapt()
127 PyFloat_CheckExact(text) || PyBool_Check(text) || in escape()
28 .. c:function:: int PyFloat_CheckExact(PyObject *p)
250 if (PyFloat_CheckExact(op)) { in float_dealloc()1284 if (PyFloat_CheckExact(v)) in float_float()2230 if (PyFloat_CheckExact(p) && Py_REFCNT(p) != 0) in PyFloat_ClearFreeList()2240 if (!PyFloat_CheckExact(p) || in PyFloat_ClearFreeList()2284 if (PyFloat_CheckExact(p) && in PyFloat_Fini()
436 else if (PyFloat_CheckExact(op)) { in _PyCode_ConstantKey()
33 .. c:function:: int PyFloat_CheckExact(PyObject *p)
218 if (PyFloat_CheckExact(op)) { in float_dealloc()258 if (!PyFloat_CheckExact(res)) { in PyFloat_AsDouble()1092 if (PyFloat_CheckExact(v)) in float_float()
513 else if (PyFloat_CheckExact(op)) { in _PyCode_ConstantKey()
1442 if (PyFloat_CheckExact(o)) { in PyNumber_Float()1450 if (!res || PyFloat_CheckExact(res)) { in PyNumber_Float()
588 else if (PyFloat_CheckExact(fieldobj)) in render_field()
507 else if (PyFloat_CheckExact(fieldobj)) in render_field()
2402 if (PyFloat_CheckExact(result)) { in builtin_sum_impl()2414 if (PyFloat_CheckExact(item)) { in builtin_sum_impl()
376 else if (PyFloat_CheckExact(v)) { in w_complex_object()
142 || PyFloat_CheckExact(value) in validate_constant()300 if (!PyLong_CheckExact(n) && !PyFloat_CheckExact(n) && in validate_expr()
2382 if (PyFloat_CheckExact(result)) { in builtin_sum()2394 if (PyFloat_CheckExact(item)) { in builtin_sum()
258 else if (PyFloat_CheckExact(v)) { in w_object()
857 PyFloat_CheckExact:int:::858 PyFloat_CheckExact:PyObject*:p:0: