Home
last modified time | relevance | path

Searched refs:extendedSignBit (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DConstantUnion.cpp602 int extendedSignBit = static_cast<int>(0xffffffffu << (31 - shiftOffset)); in rshift() local
603 returnValue.setIConst(returnValue.getIConst() | extendedSignBit); in rshift()