Searched refs:loghelper (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | mathmodule.c | 2270 loghelper(PyObject* arg, double (*func)(double), const char *funcname) in loghelper() function 2330 num = loghelper(x, m_log, "log"); in math_log_impl() 2334 den = loghelper(base, m_log, "log"); in math_log_impl() 2360 return loghelper(x, m_log2, "log2"); in math_log2() 2377 return loghelper(x, m_log10, "log10"); in math_log10()
|