Home
last modified time | relevance | path

Searched refs:M_PI_4 (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/av/media/libheadtracking/
H A DTwist-test.cpp52 Vector3f rot{0, 0, M_PI_4}; in TEST()
62 EXPECT_EQ(twist, Twist3f(Vector3f(1, 2, 3), Vector3f(0, 0, M_PI_4))); in TEST()
H A DPose-test.cpp99 Pose3f expected({1, 1, 1.5f}, rotateZ(M_PI_4)); in TEST()
107 auto result = moveWithRateLimit(from, to, 1, 10, M_PI_4); in TEST()
108 Pose3f expected({1, 1, 1.5f}, rotateZ(M_PI_4)); in TEST()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cosl.c74 if (z.e < M_PI_4) in cosl()
H A Ds_tanl.c76 if (z.e < M_PI_4) { in tanl()
H A Ds_sinl.c70 if (z.e < M_PI_4) { in sinl()
H A Ds_sincosl.c63 if (z.e < M_PI_4) { in sincosl()
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
H A Dnormal_distribution_2d_test.cpp55 SMALL_STANDARD_DEVIATION, M_PI_4); in TEST()
/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A Dsimple.rscript194 M_PI_4 +
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
H A Dsimple.rscript194 M_PI_4 +
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Dsimple.rscript194 M_PI_4 +
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c81 MACRO(M_PI_4); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h344 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp350 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate()
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec142 constant: M_PI_4
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh136 * M_PI_4: pi / 4, as a 32 bit float
140 static const float M_PI_4 = 0.785398163397448309615660845819875721f;