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

/external/syslinux/com32/lua/src/
H A Dlmathlib.c154 static int math_frexp (lua_State *L) { function
246 {"frexp", math_frexp},
/external/python/cpython2/Modules/
H A Dmathmodule.c1155 math_frexp(PyObject *self, PyObject *arg) function
1167 PyFPE_START_PROTECT("in math_frexp", return 0);
1591 {"frexp", math_frexp, METH_O, math_frexp_doc},
/external/python/cpython3/Modules/
H A Dmathmodule.c1556 math_frexp(PyObject *self, PyObject *arg) function
1568 PyFPE_START_PROTECT("in math_frexp", return 0);
2090 {"frexp", math_frexp, METH_O, math_frexp_doc},

Completed in 53 milliseconds