/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | v_tan_3u5.c | 16 double half_pi[2]; member 75 float64x2_t half_pi = vld1q_f64 (dat->half_pi); in V_NAME_D1() local
|
H A D | sv_tan_3u5.c | 56 svfloat64_t half_pi = svld1rq (svptrue_b64 (), &dat->half_pi_hi); in SV_NAME_D1() local
|
/aosp_15_r20/external/crcalc/tests/src/com/hp/creals/ |
H A D | CRTest.java | 106 CR half_pi = CR.PI.divide(two); in testCR() local 116 check_eq(asin.execute(one),half_pi, "asin(1) failed"); in testCR() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 222 const SIMD::Float half_pi(1.57079632f); in Asin_4_terms() local 236 const SIMD::Float half_pi(1.5707963268f); in Asin_8_terms() local 275 const SIMD::Float half_pi(1.57079632f); in Atan() local 285 const SIMD::Float half_pi(1.57079632f); // pi/2 in Atan2() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | constants.inl | 45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | constants.inl | 45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
|
/aosp_15_r20/external/arm-optimized-routines/math/aarch64/ |
H A D | v_cosf.c | 14 float32x4_t range_val, inv_pi, half_pi, shift, pi_1, pi_2, pi_3; member
|
H A D | v_cos.c | 14 float64x2_t range_val, shift, inv_pi, half_pi, pi_1, pi_2, pi_3; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/ |
D | math_info.cpp | 257 static const T half_pi = static_cast<T>(1.57079632679489661923132169163975144L); in test_overloads() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | real.rs | 169 let half_pi = Exact::new(Self::pi(), true).div(&Exact::new(Self::from(2), true), int)?; in cos() localVariable
|
H A D | complex.rs | 408 let half_pi = Exact::new(Self::pi(), true).div(Exact::new(Self::from(2), true), int)?; in acos() localVariable
|
/aosp_15_r20/external/crcalc/src/com/hp/creals/ |
H A D | CR.java | 920 static CR half_pi = PI.shiftRight(1); field in CR
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 3014 …const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exac… in RenderRectFilledRangeH() local
|