Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h792 math_nextafter_impl(PyObject *module, double x, double y);
824 return_value = math_nextafter_impl(module, x, y); in math_nextafter()
/third_party/python/Modules/
Dmathmodule.c3470 math_nextafter_impl(PyObject *module, double x, double y) in math_nextafter_impl() function