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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_fixed.h30 const GGLfixed FIXED_ONE = 1L<<FIXED_BITS; variable
858 c &= ~(c>>31); c = FIXED_ONE - c;
859 c &= ~(c>>31); c = FIXED_ONE - c;
871 if (c>FIXED_ONE)
872 c = FIXED_ONE;

Completed in 70 milliseconds