Home
last modified time | relevance | path

Searched defs:math_pow (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlmathlib.c321 static int math_pow (lua_State *L) { in math_pow() function
/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h314 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow() function
/external/python/cpython2/Modules/
Dmathmodule.c1435 math_pow(PyObject *self, PyObject *args) in math_pow() function
/external/v8/src/
Dbootstrapper.cc2783 Handle<JSFunction> math_pow = SimpleInstallFunction( in InitializeGlobal() local