HomeSort by relevance Sort by last modified time
    Searched refs:integerPartWidth (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
APInt.cpp     [all...]
APFloat.cpp 33 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
75 power * 815 / (351 * integerPartWidth) + 1
87 / (351 * integerPartWidth));
95 return ((bits) + integerPartWidth - 1) / integerPartWidth;
348 if (bits <= partCount * integerPartWidth &&
413 count = bits / integerPartWidth;
414 partBits = bits % integerPartWidth + 1;
416 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
526 assert(count != 0 && count <= integerPartWidth / 4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 42 const unsigned int integerPartWidth = host_char_bit *
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 669 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth];
670 hexDigit >>= (digitBitIndex % llvm::integerPartWidth);
    [all...]

Completed in 142 milliseconds