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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_mono.c87 struct quorem qr; local in function:floored_muldivrem
89 qr.quo = xa/b;
90 qr.rem = xa%b;
91 if (qr.rem < 0) {
92 qr.quo -= 1;
93 qr.rem += b;
95 return qr;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_mono.c86 struct quorem qr; local in function:floored_muldivrem
88 qr.quo = xa/b;
89 qr.rem = xa%b;
90 if (qr.rem < 0) {
91 qr.quo -= 1;
92 qr.rem += b;
94 return qr;

Completed in 6 milliseconds