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

  /frameworks/rs/driver/runtime/
rs_quaternion.c 139 rs_quaternion tempq0, tempq1; local
140 rsQuaternionSet(&tempq0, q0);
145 rsQuaternionMultiply(&tempq0, -1.0f);
161 rsQuaternionSet(&tempq1, tempq0.z, -tempq0.y, tempq0.x, -tempq0.w);
166 rsQuaternionSet(q, tempq0.w*scale + tempq1.w*invScale, tempq0.x*scale + tempq1.x*invScale,
167 tempq0.y*scale + tempq1.y*invScale, tempq0.z*scale + tempq1.z*invScale)
    [all...]
  /frameworks/rs/scriptc/
rs_quaternion.rsh 282 rs_quaternion tempq0, tempq1;
283 rsQuaternionSet(&tempq0, q0);
288 rsQuaternionMultiply(&tempq0, -1.0f);
304 rsQuaternionSet(&tempq1, tempq0.z, -tempq0.y, tempq0.x, -tempq0.w);
309 rsQuaternionSet(q, tempq0.w*scale + tempq1.w*invScale, tempq0.x*scale + tempq1.x*invScale,
310 tempq0.y*scale + tempq1.y*invScale, tempq0.z*scale + tempq1.z*invScale)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 282 rs_quaternion tempq0, tempq1;
283 rsQuaternionSet(&tempq0, q0);
288 rsQuaternionMultiply(&tempq0, -1.0f);
304 rsQuaternionSet(&tempq1, tempq0.z, -tempq0.y, tempq0.x, -tempq0.w);
309 rsQuaternionSet(q, tempq0.w*scale + tempq1.w*invScale, tempq0.x*scale + tempq1.x*invScale,
310 tempq0.y*scale + tempq1.y*invScale, tempq0.z*scale + tempq1.z*invScale)
    [all...]

Completed in 304 milliseconds