Home
last modified time | relevance | path

Searched defs:half_pi (Results 1 – 3 of 3) 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/crcalc/src/com/hp/creals/
DCR.java872 static CR half_pi = PI.shiftRight(1); field in CR