Searched defs:omsb (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 874 unsigned int omsb; // One, not zero, based MSB. in multiplySignificand() local 1184 unsigned int omsb; /* One, not zero, based MSB. */ in normalize() local 2021 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger() local 2117 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 942 unsigned int omsb; // One, not zero, based MSB. in multiplySignificand() local 1287 unsigned int omsb; /* One, not zero, based MSB. */ in normalize() local 2170 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger() local 2266 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
|