Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h100 {"frexp", (PyCFunction)math_frexp, METH_O, math_frexp__doc__},
106 math_frexp(PyObject *module, PyObject *arg) in math_frexp() function
/external/lua/src/
Dlmathlib.c328 static int math_frexp (lua_State *L) { in math_frexp() function
382 {"frexp", math_frexp},
/external/python/cpython2/Modules/
Dmathmodule.c1155 math_frexp(PyObject *self, PyObject *arg) in math_frexp() function
1591 {"frexp", math_frexp, METH_O, math_frexp_doc},