Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
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
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
/external/swiftshader/src/Pipeline/
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
/external/crcalc/src/com/hp/creals/
DCR.java920 static CR half_pi = PI.shiftRight(1); field in CR
/external/mesa3d/src/imgui/
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
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2112 Temp half_pi = bld.copy(bld.def(s1), Operand(0x3118u)); in visit_alu_instr() local
2117 Temp half_pi = bld.copy(bld.def(s1), Operand(0x3e22f983u)); in visit_alu_instr() local