Home
last modified time | relevance | path

Searched defs:half_pi (Results 1 – 4 of 4) 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/vulkan-validation-layers/libs/glm/gtc/
Dconstants.inl64 GLM_FUNC_QUALIFIER genType half_pi() function
/external/swiftshader/src/Shader/
DShaderCore.cpp345 const Float4 half_pi(1.57079632f); in arcsin() local
385 const Float4 half_pi(1.57079632f); in arctan() local
395 const Float4 half_pi(1.57079632f); // pi/2 in arctan() local
/external/crcalc/src/com/hp/creals/
DCR.java906 static CR half_pi = PI.shiftRight(1); field in CR