Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h430 #define M_LN10 2.30258509299404568402 /**< log e10 */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcmathmodule.c19 #ifndef M_LN10
20 #define M_LN10 (2.302585092994045684) /* natural log of 10 */ macro
575 r.real = r.real / M_LN10; in c_log10()
576 r.imag = r.imag / M_LN10; in c_log10()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dcmathmodule.c19 #ifndef M_LN10
20 #define M_LN10 (2.302585092994045684) /* natural log of 10 */ macro
575 r.real = r.real / M_LN10; in c_log10()
576 r.imag = r.imag / M_LN10; in c_log10()