Searched refs:math_pow (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lmathlib.c | 111 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/ |
D | mathmodule.c | 1426 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/ |
D | mathmodule.c | 1436 math_pow(PyObject *self, PyObject *args) in math_pow() function 1604 {"pow", math_pow, METH_VARARGS, math_pow_doc},
|