Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlmathlib.c154 static int math_frexp (lua_State *L) { in math_frexp() function
246 {"frexp", math_frexp},
/external/skia/third_party/lua/src/
Dlmathlib.c154 static int math_frexp (lua_State *L) { in math_frexp() function
246 {"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},