Searched refs:math_frexp (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 100 {"frexp", (PyCFunction)math_frexp, METH_O, math_frexp__doc__}, 106 math_frexp(PyObject *module, PyObject *arg) in math_frexp() function
|
/external/lua/src/ |
D | lmathlib.c | 328 static int math_frexp (lua_State *L) { in math_frexp() function 382 {"frexp", math_frexp},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1155 math_frexp(PyObject *self, PyObject *arg) in math_frexp() function 1591 {"frexp", math_frexp, METH_O, math_frexp_doc},
|