Searched defs:b1b0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.h195 static inline GLfixed mla3a16( GLfixed a0, int32_t b1b0, argument
210 : "r"(a0), "r"(b1b0),
222 int16_t b0 = b1b0 & 0xffff;
223 int16_t b1 = (b1b0 >> 16) & 0xffff;
237 int32_t b1b0, int32_t xxb2,
253 "r"(b1b0), "r"(xxb2),
263 int16_t b0 = b1b0 & 0xffff;
264 int16_t b1 = (b1b0 >> 16) & 0xffff;
278 int32_t b1b0, int32_t b2xx,
294 "r"(b1b0), "
234 mla3a16_btb( GLfixed a0, GLfixed a1, GLfixed a2, int32_t b1b0, int32_t xxb2, GLint shift, GLfixed c) argument
275 mla3a16_btt( GLfixed a0, GLfixed a1, GLfixed a2, int32_t b1b0, int32_t b2xx, GLint shift, GLfixed c) argument
[all...]

Completed in 47 milliseconds