Searched refs:math_log (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 190 {"log", (PyCFunction)math_log, METH_VARARGS, math_log__doc__}, 197 math_log(PyObject *module, PyObject *args) in math_log() function
|
/external/lua/src/ |
D | lmathlib.c | 169 static int math_log (lua_State *L) { in math_log() function 717 {"log", math_log},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1313 math_log(PyObject *self, PyObject *args) in math_log() function 1599 {"log", math_log, METH_VARARGS, math_log_doc},
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 3723 new_f, some_str, math_log = pickle.loads(bio.getvalue()) 3731 self.assertIs(math_log, math.log)
|