Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h203 float_new_impl(PyTypeObject *type, PyObject *x);
224 return_value = float_new_impl(type, x); in float_new()
/aosp_15_r20/external/python/cpython3/Objects/
Dfloatobject.c1652 float_new_impl(PyTypeObject *type, PyObject *x) in float_new_impl() function
1683 tmp = float_new_impl(&PyFloat_Type, x); in float_subtype_new()
1711 return float_new_impl(_PyType_CAST(type), x); in float_vectorcall()