Home | History | Annotate | Download | only in ndk_helper

Lines Matching defs:fCosine

193     float fCosine, fSine;
195 fCosine = cosf( fAngle );
203 ret.f_[5] = fCosine;
208 ret.f_[10] = fCosine;
220 float fCosine, fSine;
222 fCosine = cosf( fAngle );
225 ret.f_[0] = fCosine;
235 ret.f_[10] = fCosine;
248 float fCosine, fSine;
250 fCosine = cosf( fAngle );
253 ret.f_[0] = fCosine;
258 ret.f_[5] = fCosine;