Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h103 math_frexp_impl(PyObject *module, double x);
114 return_value = math_frexp_impl(module, x); in math_frexp()
/external/python/cpython3/Modules/
Dmathmodule.c1764 math_frexp_impl(PyObject *module, double x) in math_frexp_impl() function