Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_math.h5 double _Py_log1p(double x);
41 #define m_log1p _Py_log1p
D_math.c195 _Py_log1p(double x) in _Py_log1p() function
214 _Py_log1p(double x) in _Py_log1p() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_math.h5 double _Py_log1p(double x);
44 #define m_log1p _Py_log1p
D_math.c193 _Py_log1p(double x) in _Py_log1p() function