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

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APIntTest.cpp 417 TEST(APIntTest, magicu) {
418 EXPECT_EQ(APInt(32, 3).magicu().m, APInt(32, "AAAAAAAB", 16));
419 EXPECT_EQ(APInt(32, 3).magicu().s, 1U);
420 EXPECT_EQ(APInt(32, 5).magicu().m, APInt(32, "CCCCCCCD", 16));
421 EXPECT_EQ(APInt(32, 5).magicu().s, 2U);
422 EXPECT_EQ(APInt(32, 7).magicu().m, APInt(32, "24924925", 16));
423 EXPECT_EQ(APInt(32, 7).magicu().s, 3U);
424 EXPECT_EQ(APInt(64, 25).magicu(1).m, APInt(64, "A3D70A3D70A3D70B", 16));
425 EXPECT_EQ(APInt(64, 25).magicu(1).s, 4U);
  /external/llvm/unittests/ADT/
APIntTest.cpp 763 TEST(APIntTest, magicu) {
764 EXPECT_EQ(APInt(32, 3).magicu().m, APInt(32, "AAAAAAAB", 16));
765 EXPECT_EQ(APInt(32, 3).magicu().s, 1U);
766 EXPECT_EQ(APInt(32, 5).magicu().m, APInt(32, "CCCCCCCD", 16));
767 EXPECT_EQ(APInt(32, 5).magicu().s, 2U);
768 EXPECT_EQ(APInt(32, 7).magicu().m, APInt(32, "24924925", 16));
769 EXPECT_EQ(APInt(32, 7).magicu().s, 3U);
770 EXPECT_EQ(APInt(64, 25).magicu(1).m, APInt(64, "A3D70A3D70A3D70B", 16));
771 EXPECT_EQ(APInt(64, 25).magicu(1).s, 4U);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 1467 APInt::mu APInt::magicu(unsigned LeadingZeros) const { function in class:APInt
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1441 APInt::mu APInt::magicu(unsigned LeadingZeros) const { function in class:APInt
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 523 milliseconds