Lines Matching refs:tempq0
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);