Home
last modified time | relevance | path

Searched refs:_Py_log1p (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
D_math.h5 double _Py_log1p(double x);
41 #define m_log1p _Py_log1p
D_math.c194 _Py_log1p(double x) in _Py_log1p() function
213 _Py_log1p(double x) in _Py_log1p() function
/external/python/cpython3/Modules/
D_math.h37 double _Py_log1p(double x);
41 #define m_log1p _Py_log1p
D_math.c211 _Py_log1p(double x) in _Py_log1p() function