Searched refs:math_ldexp_impl (Results 1 – 2 of 2) sorted by relevance
132 math_ldexp_impl(PyObject *module, double x, PyObject *i);145 return_value = math_ldexp_impl(module, x, i); in math_ldexp()
1795 math_ldexp_impl(PyObject *module, double x, PyObject *i) in math_ldexp_impl() function