Home
last modified time | relevance | path

Searched refs:m_log1p (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_math.c72 return m_log1p(t + sqrt(2.0*t + t*t)); in _Py_acosh()
108 w = m_log1p(absx + t / (1.0 + sqrt(1.0 + t))); in _Py_asinh()
154 t = 0.5 * m_log1p(t + t*absx / (1.0 - absx)); in _Py_atanh()
157 t = 0.5 * m_log1p((absx + absx) / (1.0 - absx)); in _Py_atanh()
D_math.h41 #define m_log1p _Py_log1p macro
Dcmathmodule.c346 r.real = m_log1p(4.*z.real/((1-z.real)*(1-z.real) + ay*ay))/4.; in c_atanh()
556 r.real = m_log1p((am-1)*(am+1)+an*an)/2.; in c_log()
Dmathmodule.c852 FUNC1(log1p, m_log1p, 1,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_math.c72 return m_log1p(t + sqrt(2.0*t + t*t)); in _Py_acosh()
108 w = m_log1p(absx + t / (1.0 + sqrt(1.0 + t))); in _Py_asinh()
154 t = 0.5 * m_log1p(t + t*absx / (1.0 - absx)); in _Py_atanh()
157 t = 0.5 * m_log1p((absx + absx) / (1.0 - absx)); in _Py_atanh()
D_math.h40 #define m_log1p log1p macro
44 #define m_log1p _Py_log1p macro
Dcmathmodule.c346 r.real = m_log1p(4.*z.real/((1-z.real)*(1-z.real) + ay*ay))/4.; in c_atanh()
556 r.real = m_log1p((am-1)*(am+1)+an*an)/2.; in c_log()
Dmathmodule.c852 FUNC1(log1p, m_log1p, 1,