HomeSort by relevance Sort by last modified time
    Searched refs:fCos (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternionF.cpp 53 float fSin, fCos;
56 fCos = (float)PVRTFCOS(fAngle * 0.5f);
62 qOut.w = fCos;
PVRTQuaternionX.cpp 54 int fSin, fCos;
57 fCos = PVRTXCOS(fAngle>>1);
63 qOut.w = fCos;

Completed in 54 milliseconds