Searched refs:qtmp (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_quaternion.c118 rs_quaternion qtmp; local
119 rsQuaternionSet(&qtmp, q);
121 q->w = qtmp.w*rhs->w - qtmp.x*rhs->x - qtmp.y*rhs->y - qtmp.z*rhs->z;
122 q->x = qtmp.w*rhs->x + qtmp.x*rhs->w + qtmp.y*rhs->z - qtmp
[all...]
/frameworks/rs/scriptc/
H A Drs_quaternion.rsh248 rs_quaternion qtmp;
249 rsQuaternionSet(&qtmp, q);
251 q->w = qtmp.w*rhs->w - qtmp.x*rhs->x - qtmp.y*rhs->y - qtmp.z*rhs->z;
252 q->x = qtmp.w*rhs->x + qtmp.x*rhs->w + qtmp.y*rhs->z - qtmp
[all...]

Completed in 87 milliseconds