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