Home
last modified time | relevance | path

Searched refs:PyFloat_CheckExact (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Include/
Dfloatobject.h22 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type) macro
/external/python/cpython3/Include/
Dfloatobject.h24 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type) macro
/external/python/cpython3/Modules/_sqlite/
Dstatement.c128 } else if (PyFloat_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
198 if (PyLong_CheckExact(obj) || PyFloat_CheckExact(obj) in _need_adapt()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c125 } else if (PyFloat_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
209 || PyFloat_CheckExact(obj) || PyString_CheckExact(obj) in _need_adapt()
/external/libchrome/third_party/markupsafe/
D_speedups.c127 PyFloat_CheckExact(text) || PyBool_Check(text) || in escape()
/external/python/cpython3/Doc/c-api/
Dfloat.rst28 .. c:function:: int PyFloat_CheckExact(PyObject *p)
/external/python/cpython2/Objects/
Dfloatobject.c250 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()
Dcodeobject.c436 else if (PyFloat_CheckExact(op)) { in _PyCode_ConstantKey()
/external/python/cpython2/Doc/c-api/
Dfloat.rst33 .. c:function:: int PyFloat_CheckExact(PyObject *p)
/external/python/cpython3/Objects/
Dfloatobject.c218 if (PyFloat_CheckExact(op)) { in float_dealloc()
258 if (!PyFloat_CheckExact(res)) { in PyFloat_AsDouble()
1092 if (PyFloat_CheckExact(v)) in float_float()
Dcodeobject.c513 else if (PyFloat_CheckExact(op)) { in _PyCode_ConstantKey()
Dabstract.c1442 if (PyFloat_CheckExact(o)) { in PyNumber_Float()
1450 if (!res || PyFloat_CheckExact(res)) { in PyNumber_Float()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h588 else if (PyFloat_CheckExact(fieldobj)) in render_field()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h507 else if (PyFloat_CheckExact(fieldobj)) in render_field()
/external/python/cpython3/Python/
Dbltinmodule.c2402 if (PyFloat_CheckExact(result)) { in builtin_sum_impl()
2414 if (PyFloat_CheckExact(item)) { in builtin_sum_impl()
Dmarshal.c376 else if (PyFloat_CheckExact(v)) { in w_complex_object()
Dast.c142 || PyFloat_CheckExact(value) in validate_constant()
300 if (!PyLong_CheckExact(n) && !PyFloat_CheckExact(n) && in validate_expr()
/external/python/cpython2/Python/
Dbltinmodule.c2382 if (PyFloat_CheckExact(result)) { in builtin_sum()
2394 if (PyFloat_CheckExact(item)) { in builtin_sum()
Dmarshal.c258 else if (PyFloat_CheckExact(v)) { in w_object()
/external/python/cpython3/Doc/data/
Drefcounts.dat857 PyFloat_CheckExact:int:::
858 PyFloat_CheckExact:PyObject*:p:0: