Searched refs:M_LN2 (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | math.h | 429 #define M_LN2 0.69314718055994530942 /**< log e2 */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cmathmodule.c | 15 #ifndef M_LN2 16 #define M_LN2 (0.6931471805599453094) /* natural log of 2 */ macro 140 M_LN2*2., z.imag); in c_acos() 143 M_LN2*2., -z.imag); in c_acos() 176 r.real = log(hypot(z.real/2., z.imag/2.)) + M_LN2*2.; in c_acosh() 229 M_LN2*2., z.real); in c_asinh() 232 M_LN2*2., -z.real); in c_asinh() 537 r.real = log(hypot(ax/2., ay/2.)) + M_LN2; in c_log() 542 ldexp(ay, DBL_MANT_DIG))) - DBL_MANT_DIG*M_LN2; in c_log()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cmathmodule.c | 15 #ifndef M_LN2 16 #define M_LN2 (0.6931471805599453094) /* natural log of 2 */ macro 140 M_LN2*2., z.imag); in c_acos() 143 M_LN2*2., -z.imag); in c_acos() 176 r.real = log(hypot(z.real/2., z.imag/2.)) + M_LN2*2.; in c_acosh() 229 M_LN2*2., z.real); in c_asinh() 232 M_LN2*2., -z.real); in c_asinh() 537 r.real = log(hypot(ax/2., ay/2.)) + M_LN2; in c_log() 542 ldexp(ay, DBL_MANT_DIG))) - DBL_MANT_DIG*M_LN2; in c_log()
|