Home
last modified time | relevance | path

Searched defs:M_LN2 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h40 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/jerryscript/jerry-libm/include/
Dmath.h39 #define M_LN2 0.6931471805599453094172321214581765 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/ndk_musl_include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/python/Modules/
Dcmathmodule.c50 #define M_LN2 (0.6931471805599453094) /* natural log of 2 */ macro