Home
last modified time | relevance | path

Searched refs:M_SQRT2 (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/media/audio_utils/
H A Dlimiter.c58 if (in_abs < M_SQRT2) { in limiter()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h226 static inline constexpr float LIMIT_AMPLITUDE = M_SQRT2; // 3dB = 1.41421356
/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A Dsimple.rscript196 M_SQRT2;
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
H A Dsimple.rscript196 M_SQRT2;
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Dsimple.rscript196 M_SQRT2;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c85 MACRO(M_SQRT2); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h348 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerRenderTypeTransaction_test.cpp803 const float trans = M_SQRT2 * 16.0f; in TEST_P()
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec158 constant: M_SQRT2
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh150 * M_SQRT2: sqrt(2), as a 32 bit float
154 static const float M_SQRT2 = 1.414213562373095048801688724209698079f;