Home
last modified time | relevance | path

Searched refs:M_LOG10E (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A Dsimple.rscript190 M_LOG10E +
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
H A Dsimple.rscript190 M_LOG10E +
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Dsimple.rscript190 M_LOG10E +
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c76 MACRO(M_LOG10E); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h339 #define M_LOG10E 0.43429448190325182765 /* log 10e */ macro
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec110 constant: M_LOG10E
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh108 * M_LOG10E: log_10(e), as a 32 bit float
112 static const float M_LOG10E = 0.434294481903251827651128918916605082f;