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

  /frameworks/rs/driver/runtime/
rs_quaternion.c 139 rs_quaternion tempq0, tempq1; local
141 rsQuaternionSet(&tempq1, q1);
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);
  /frameworks/rs/scriptc/
rs_quaternion.rsh 282 rs_quaternion tempq0, tempq1;
284 rsQuaternionSet(&tempq1, q1);
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);
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 282 rs_quaternion tempq0, tempq1;
284 rsQuaternionSet(&tempq1, q1);
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);

Completed in 253 milliseconds