Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dcmathmodule.c53 #ifndef M_LN10
54 #define M_LN10 (2.302585092994045684) /* natural log of 10 */ macro
683 r.real = r.real / M_LN10; in cmath_log10_impl()
684 r.imag = r.imag / M_LN10; in cmath_log10_impl()
/external/python/cpython2/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()
/external/clang/lib/Headers/
Dopencl-c.h220 #define M_LN10 0x1.26bb1bbb55516p+1 macro