Searched refs:math_modf_impl (Results 1 – 2 of 2) sorted by relevance
163 math_modf_impl(PyObject *module, double x);174 return_value = math_modf_impl(module, x); in math_modf()
1856 math_modf_impl(PyObject *module, double x) in math_modf_impl() function