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

  /external/swiftshader/third_party/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/Support/
APInt.cpp     [all...]
APFloat.cpp 39 static_assert(integerPartWidth % 4 == 0, "Part width must be divisible by 4!");
84 power * 815 / (351 * integerPartWidth) + 1
96 / (351 * integerPartWidth));
104 return ((bits) + integerPartWidth - 1) / integerPartWidth;
357 if (bits <= partCount * integerPartWidth &&
422 count = bits / integerPartWidth;
423 partBits = bits % integerPartWidth + 1;
425 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
537 assert(count != 0 && count <= integerPartWidth / 4)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 844 integerPart singleWord = ~integerPart(0) << (integerPartWidth - 1);
921 APInt A2(integerPartWidth*4, E2);
923 for (unsigned j = 0; j < integerPartWidth; ++j) {
925 A2[i*integerPartWidth + j]);
960 APInt A4(integerPartWidth*4, I4);
965 APInt A5(integerPartWidth*4, I5);
970 APInt A6(integerPartWidth*4, I6);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 40 const unsigned int integerPartWidth =
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 40 const unsigned int integerPartWidth = host_char_bit *
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 40 const unsigned int integerPartWidth =
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]

Completed in 507 milliseconds