Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h203 float_new_impl(PyTypeObject *type, PyObject *x);
223 return_value = float_new_impl(type, x); in float_new()
/third_party/python/Objects/
Dfloatobject.c1616 float_new_impl(PyTypeObject *type, PyObject *x) in float_new_impl() function
1647 tmp = float_new_impl(&PyFloat_Type, x); in float_subtype_new()
1675 return float_new_impl((PyTypeObject *)type, x); in float_vectorcall()