Searched refs:M_PI_4 (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/av/media/libheadtracking/ |
H A D | Twist-test.cpp | 52 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 D | Pose-test.cpp | 99 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 D | s_cosl.c | 74 if (z.e < M_PI_4) in cosl()
|
H A D | s_tanl.c | 76 if (z.e < M_PI_4) { in tanl()
|
H A D | s_sinl.c | 70 if (z.e < M_PI_4) { in sinl()
|
H A D | s_sincosl.c | 63 if (z.e < M_PI_4) { in sincosl()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/ |
H A D | normal_distribution_2d_test.cpp | 55 SMALL_STANDARD_DEVIATION, M_PI_4); in TEST()
|
/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
H A D | simple.rscript | 194 M_PI_4 +
|
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
H A D | simple.rscript | 194 M_PI_4 +
|
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
H A D | simple.rscript | 194 M_PI_4 +
|
/aosp12/bionic/tests/headers/posix/ |
H A D | math_h.c | 81 MACRO(M_PI_4); in math_h()
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 344 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | AudioPlayer_to_android.cpp | 350 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 D | rs_math.spec | 142 constant: M_PI_4
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 136 * M_PI_4: pi / 4, as a 32 bit float 140 static const float M_PI_4 = 0.785398163397448309615660845819875721f;
|