Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:bit

54     // shift right 1-bit to make room for the sign bit
111 GGLfixed bit = 0x800000;
114 GGLfixed temp = bit + (r<<1);
118 r += bit;
122 } while (bit>>=1);
189 // we get 3.75 cycles per bit in the main loop
190 // and 8 cycles per bit in the termination loop
256 // first we compute a*b as a 64-bit integer
316 // this function computes a*b/c with 64-bit intermediate accuracy