Searched refs:cf_shift (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp1003 const int cf_shift = (1 + TRI_FRACTION_BITS*2 + TRI_ITERATORS_BITS - 15); local
1090 int32_t cf = (dx * dx * y_incr) >> cf_shift;
1096 cf -= (dx * dx * y_incr) >> cf_shift;
1104 cf += (dx * dx * y_incr) >> cf_shift;
1132 int32_t cf = (dx * dx * y_incr) >> cf_shift;
1138 cf -= (dx * dx * y_incr) >> cf_shift;
1146 cf += (dx * dx * y_incr) >> cf_shift;

Completed in 6 milliseconds