Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h253 math_fmod_impl(PyObject *module, double x, double y);
266 return_value = math_fmod_impl(module, x, y); in math_fmod()
/external/python/cpython3/Modules/
Dmathmodule.c2011 math_fmod_impl(PyObject *module, double x, double y) in math_fmod_impl() function