Searched defs:omsb (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Support/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 1111 unsigned int omsb; // One, not zero, based MSB. in multiplySignificand() local 1472 unsigned int omsb; /* One, not zero, based MSB. */ in normalize() local 2332 int omsb = significandMSB() + 1; in convert() local 2502 unsigned int omsb = APInt::tcMSB(parts.data(), dstPartsCount) + 1; in convertToSignExtendedInteger() local 2579 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 996 unsigned int omsb; // One, not zero, based MSB. in multiplySignificand() local 1332 unsigned int omsb; /* One, not zero, based MSB. */ in normalize() local 2161 unsigned int omsb = APInt::tcMSB(parts.data(), dstPartsCount) + 1; in convertToSignExtendedInteger() local 2238 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
|