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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFormatConverter.cpp167 unsigned signexp = (temp >> 23) & 0x1ff; local
168 return baseTable[signexp] + ((temp & 0x007fffff) >> shiftTable[signexp]);

Completed in 119 milliseconds