Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h163 math_modf_impl(PyObject *module, double x);
174 return_value = math_modf_impl(module, x); in math_modf()
/external/python/cpython3/Modules/
Dmathmodule.c1856 math_modf_impl(PyObject *module, double x) in math_modf_impl() function