Searched refs:float_new_impl (Results 1 – 2 of 2) sorted by relevance
203 float_new_impl(PyTypeObject *type, PyObject *x);223 return_value = float_new_impl(type, x); in float_new()
1596 float_new_impl(PyTypeObject *type, PyObject *x) in float_new_impl() function1619 tmp = float_new_impl(&PyFloat_Type, x); in float_subtype_new()