Searched refs:math_ldexp (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lmathlib.c | 161 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/ |
D | mathmodule.c | 1183 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/ |
D | mathmodule.c | 1183 math_ldexp(PyObject *self, PyObject *args) in math_ldexp() function 1598 {"ldexp", math_ldexp, METH_VARARGS, math_ldexp_doc},
|