Lines Matching refs:tempq0
139 rs_quaternion tempq0, tempq1;
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);