Searched refs:math_pow (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 308 {"pow", (PyCFunction)math_pow, METH_FASTCALL, math_pow__doc__}, 314 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow() function
|
/external/lua/src/ |
D | lmathlib.c | 321 static int math_pow (lua_State *L) { in math_pow() function 381 {"pow", math_pow},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1435 math_pow(PyObject *self, PyObject *args) in math_pow() function 1603 {"pow", math_pow, METH_VARARGS, math_pow_doc},
|
/external/v8/src/ |
D | contexts.h | 65 V(MATH_POW_INDEX, JSFunction, math_pow) \
|
D | bootstrapper.cc | 2783 Handle<JSFunction> math_pow = SimpleInstallFunction( in InitializeGlobal() local 2785 native_context()->set_math_pow(*math_pow); in InitializeGlobal()
|