Home
last modified time | relevance | path

Searched refs:float_new_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h164 float_new_impl(PyTypeObject *type, PyObject *x);
181 return_value = float_new_impl(type, x); in float_new()
/external/python/cpython3/Objects/
Dfloatobject.c1619 float_new_impl(PyTypeObject *type, PyObject *x) in float_new_impl() function
1642 tmp = float_new_impl(&PyFloat_Type, x); in float_subtype_new()