Lines Matching defs:b1
87 GLfixed a1, GLfixed b1,
101 "%r"(a1), "r"(b1),
110 int64_t(a1)*b1)>>16) + c;
116 GLfixed a1, GLfixed b1,
132 "%r"(a1), "r"(b1),
142 int64_t(a1)*b1 +
148 // b0, b1, b2 are signed 16-bit quanities
179 int16_t b1 = (b1b0 >> 16) & 0xffff;
181 accum += int64_t(a1)*int16_t(b1) >> 16;
220 int16_t b1 = (b1b0 >> 16) & 0xffff;
223 accum += int64_t(a1)*int16_t(b1) >> 16;
261 int16_t b1 = (b1b0 >> 16) & 0xffff;
264 accum += int64_t(a1)*int16_t(b1) >> 16;
273 GLfixed a1, GLfixed b1,
288 "%r"(a1), "r"(b1),
297 int64_t(a1)*b1 +
304 GLfixed a1, GLfixed b1,
321 "%r"(a1), "r"(b1),
331 int64_t(a1)*b1 +