Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmathlib.c161 static int math_ldexp (lua_State *L) { in math_ldexp() function
247 {"ldexp", math_ldexp},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c1183 math_ldexp(PyObject *self, PyObject *args) in math_ldexp() function
1588 {"ldexp", math_ldexp, METH_VARARGS, math_ldexp_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c1183 math_ldexp(PyObject *self, PyObject *args) in math_ldexp() function
1598 {"ldexp", math_ldexp, METH_VARARGS, math_ldexp_doc},