Home
last modified time | relevance | path

Searched defs:half_pi (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dv_tan_3u5.c16 double half_pi[2]; member
75 float64x2_t half_pi = vld1q_f64 (dat->half_pi); in V_NAME_D1() local
H A Dsv_tan_3u5.c56 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 DCRTest.java106 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 DShaderCore.cpp222 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/
Dconstants.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dconstants.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
/aosp_15_r20/external/arm-optimized-routines/math/aarch64/
H A Dv_cosf.c14 float32x4_t range_val, inv_pi, half_pi, shift, pi_1, pi_2, pi_3; member
H A Dv_cos.c14 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/
Dmath_info.cpp257 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 Dreal.rs169 let half_pi = Exact::new(Self::pi(), true).div(&Exact::new(Self::from(2), true), int)?; in cos() localVariable
H A Dcomplex.rs408 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 DCR.java920 static CR half_pi = PI.shiftRight(1); field in CR
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_draw.cpp3014 …const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exac… in RenderRectFilledRangeH() local