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

  /external/llvm/lib/Support/
APInt.cpp     [all...]
APFloat.cpp 31 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
68 power * 815 / (351 * integerPartWidth) + 1
80 / (351 * integerPartWidth));
88 return ((bits) + integerPartWidth - 1) / integerPartWidth;
365 if (bits <= partCount * integerPartWidth &&
430 count = bits / integerPartWidth;
431 partBits = bits % integerPartWidth + 1;
433 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
543 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 40 const unsigned int integerPartWidth = host_char_bit *
    [all...]

Completed in 59 milliseconds