Searched refs:float_new_impl (Results 1 – 2 of 2) sorted by relevance
164 float_new_impl(PyTypeObject *type, PyObject *x);181 return_value = float_new_impl(type, x); in float_new()
1619 float_new_impl(PyTypeObject *type, PyObject *x) in float_new_impl() function1642 tmp = float_new_impl(&PyFloat_Type, x); in float_subtype_new()