Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:bit

54     // shift right 1-bit to make room for the sign bit
112 GGLfixed bit = 0x800000;
115 GGLfixed temp = bit + (r<<1);
119 r += bit;
123 } while (bit>>=1);
190 // we get 3.75 cycles per bit in the main loop
191 // and 8 cycles per bit in the termination loop
257 // first we compute a*b as a 64-bit integer
317 // this function computes a*b/c with 64-bit intermediate accuracy