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

/external/deqp/framework/delibs/deimage/
H A DdeImage.c130 int xFixed = deFloorFloatToInt32(xFloat * 256.0f); local
132 int xFactor = (xFixed & 0xFF);
138 int x0 = (xFixed >> 8);

Completed in 125 milliseconds