Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_math.h32 #define m_expm1 expm1 macro
36 #define m_expm1 _Py_expm1 macro
Dmathmodule.c838 FUNC1(expm1, m_expm1, 1,
/external/python/cpython3/Modules/
D_math.h29 # define m_expm1 expm1 macro
34 #define m_expm1 _Py_expm1 macro
Dmathmodule.c1122 FUNC1(expm1, m_expm1, 1,