Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmathlib.c111 static int math_pow (lua_State *L) { in math_pow() function
255 {"pow", math_pow},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c1426 math_pow(PyObject *self, PyObject *args) in math_pow() function
1594 {"pow", math_pow, METH_VARARGS, math_pow_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c1436 math_pow(PyObject *self, PyObject *args) in math_pow() function
1604 {"pow", math_pow, METH_VARARGS, math_pow_doc},