Home
last modified time | relevance | path

Searched defs:M_LN10 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h43 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/jerryscript/jerry-libm/include/
Dmath.h40 #define M_LN10 2.3025850929940456840179914546843642 macro
/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c37 #define M_LN10 (log(10.0)) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/ndk_musl_include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/python/Modules/
Dcmathmodule.c54 #define M_LN10 (2.302585092994045684) /* natural log of 10 */ macro