Home
last modified time | relevance | path

Searched defs:M_LN2 (Results 1 – 7 of 7) 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/mingw-w64/mingw-w64-headers/crt/
Dmath.h43 #define M_LN2 0.69314718055994530942 macro
/third_party/musl/include/
Dmath.h373 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h377 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
/third_party/musl/porting/liteos_a/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