Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp189 float fCosine, fSine; in RotationX() local
191 fCosine = cosf(fAngle); in RotationX()
199 ret.f_[5] = fCosine; in RotationX()
204 ret.f_[10] = fCosine; in RotationX()
215 float fCosine, fSine; in RotationY() local
217 fCosine = cosf(fAngle); in RotationY()
220 ret.f_[0] = fCosine; in RotationY()
230 ret.f_[10] = fCosine; in RotationY()
241 float fCosine, fSine; in RotationZ() local
243 fCosine = cosf(fAngle); in RotationZ()
[all …]