Home
last modified time | relevance | path

Searched refs:math_ldexp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h129 {"ldexp", (PyCFunction)math_ldexp, METH_FASTCALL, math_ldexp__doc__},
135 math_ldexp(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_ldexp() function
/external/lua/src/
Dlmathlib.c335 static int math_ldexp (lua_State *L) { in math_ldexp() function
383 {"ldexp", math_ldexp},
/external/python/cpython2/Modules/
Dmathmodule.c1182 math_ldexp(PyObject *self, PyObject *args) in math_ldexp() function
1597 {"ldexp", math_ldexp, METH_VARARGS, math_ldexp_doc},