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

/system/core/libpixelflinger/
H A Dfixed.cpp180 int nd = gglClz(d) - gglClz(n); local
181 i += nd + 1;
182 if (nd > 0) d <<= nd; local
183 else n <<= -nd;

Completed in 552 milliseconds