HomeSort by relevance Sort by last modified time
    Searched refs:m_asinh (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 16 #define m_asinh asinh macro
20 #define m_asinh _Py_asinh macro
cmathmodule.c 153 r.imag = m_asinh(s2.real*s1.imag - s2.imag*s1.real);
185 r.real = m_asinh(s1.real*s2.real + s1.imag*s2.imag);
242 r.real = m_asinh(s1.real*s2.imag-s2.real*s1.imag);
    [all...]
mathmodule.c 815 FUNC1(asinh, m_asinh, 0,
    [all...]
  /external/python/cpython2/Modules/
_math.h 16 #define m_asinh asinh macro
20 #define m_asinh _Py_asinh macro
cmathmodule.c 153 r.imag = m_asinh(s2.real*s1.imag - s2.imag*s1.real);
185 r.real = m_asinh(s1.real*s2.real + s1.imag*s2.imag);
242 r.real = m_asinh(s1.real*s2.imag-s2.real*s1.imag);
    [all...]
mathmodule.c 814 FUNC1(asinh, m_asinh, 0,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 16 #define m_asinh asinh macro
20 #define m_asinh _Py_asinh macro
cmathmodule.c 153 r.imag = m_asinh(s2.real*s1.imag - s2.imag*s1.real);
185 r.real = m_asinh(s1.real*s2.real + s1.imag*s2.imag);
242 r.real = m_asinh(s1.real*s2.imag-s2.real*s1.imag);
    [all...]
mathmodule.c 815 FUNC1(asinh, m_asinh, 0,
    [all...]

Completed in 468 milliseconds