Lines Matching defs:Tests
982 // Tests different div/rem varaints using scheme (a * b + c) / a
1023 // Tests KnuthDiv rare step D6
1030 // Tests KnuthDiv rare step D6
1044 // Tests KnuthDiv case without shift
1051 // Tests heap allocation in divide() enfoced by huge numbers
1058 // Tests one word divisor case of divide()
1065 // Tests some rare "borrow" cases in D4 step
1967 } Tests[] = {
1972 for (const auto &T : Tests)
1974 // Tests for APInt that can't represent the alignment.
2135 // Tests cloned from insertBits but adapted to the numBits <= 64 constraint
2237 // Tests based on extractBits