Home
last modified time | relevance | path

Searched refs:pi_half (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1384 const float pi_half = pi * 0.5f; in TouchEnded() local
1391 else if(fAngle > (pi_half - error) && fAngle < (pi_half + error)) in TouchEnded()