Home
last modified time | relevance | path

Searched refs:m_asinh (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
D_math.h16 #define m_asinh asinh macro
20 #define m_asinh _Py_asinh macro
Dcmathmodule.c153 r.imag = m_asinh(s2.real*s1.imag - s2.imag*s1.real); in c_acos()
185 r.real = m_asinh(s1.real*s2.real + s1.imag*s2.imag); in c_acosh()
242 r.real = m_asinh(s1.real*s2.imag-s2.real*s1.imag); in c_asinh()
Dmathmodule.c814 FUNC1(asinh, m_asinh, 0,