/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-32.ll | 1 ; Test 32-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-34.ll | 1 ; Test 64-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-46.ll | 101 ; Check that we can use TMLL for LT comparisons that are equivalent to 140 ; Check that we can use TMLL for GE comparisons that are equivalent to 179 ; Check that we can use TMLL for LT comparisons that effectively 218 ; Check that we can use TMLL for GE comparisons that effectively test 257 ; Check that we can use TMLL for equality comparisons with the mask. 276 ; Check that we can use TMLL for inequality comparisons with the mask. 295 ; Check that we can use TMLL for LT comparisons that are equivalent 296 ; to inequality comparisons with the mask. 334 ; Check that we can use TMLL for GE comparisons that are equivalent 335 ; to equality comparisons with the mask. [all …]
|
D | int-cmp-33.ll | 1 ; Test 32-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-35.ll | 1 ; Test 64-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-15.ll | 1 ; Test 8-bit unsigned comparisons between memory and constants. 5 ; Check ordered comparisons near the low end of the unsigned 8-bit range. 17 ; Check ordered comparisons near the high end of the unsigned 8-bit range. 77 ; Check equality comparisons at the low end of the signed 8-bit range. 89 ; Check equality comparisons at the low end of the unsigned 8-bit range. 101 ; Check equality comparisons at the high end of the signed 8-bit range. 113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
|
D | int-cmp-22.ll | 1 ; Test 16-bit signed ordered comparisons between memory and a constant. 5 ; Check comparisons with 0. 18 ; Check comparisons with 1. 44 ; Check comparisons with -1.
|
D | int-cmp-18.ll | 1 ; Test 64-bit equality comparisons that are really between a memory byte 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-26.ll | 1 ; Test 32-bit equality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-17.ll | 1 ; Test 32-bit inequality comparisons that are really between a memory byte 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-19.ll | 1 ; Test 64-bit inequality comparisons that are really between a memory byte 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-27.ll | 1 ; Test 32-bit inequality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-29.ll | 1 ; Test 64-bit inequality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-28.ll | 1 ; Test 64-bit equality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-16.ll | 1 ; Test 32-bit equality comparisons that are really between a memory byte 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
D | int-cmp-43.ll | 1 ; Test 64-bit comparisons in which the second operand is a PC-relative 9 ; Check signed comparisons. 27 ; Check unsigned comparisons.
|
D | int-cmp-10.ll | 1 ; Test 32-bit unsigned comparisons in which the second operand is constant. 6 ; comparisons with zero, or things that are equivalent to them.
|
D | int-cmp-38.ll | 1 ; Test 32-bit comparisons in which the second operand is a PC-relative 9 ; Check signed comparisons. 27 ; Check unsigned comparisons.
|
D | int-cmp-12.ll | 1 ; Test 64-bit unsigned comparisons in which the second operand is constant. 6 ; comparisons with zero, or things that are equivalent to them.
|
/external/eigen/test/ |
D | array_for_matrix.cpp | 83 template<typename MatrixType> void comparisons(const MatrixType& m) in comparisons() function 274 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) ); in test_array_for_matrix() 275 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_array_for_matrix() 276 CALL_SUBTEST_3( comparisons(Matrix4d()) ); in test_array_for_matrix() 277 …CALL_SUBTEST_5( comparisons(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array_for_matrix() 278 …CALL_SUBTEST_6( comparisons(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array_for_matrix()
|
/external/ImageMagick/m4/ |
D | ax_compare_version.m4 | 13 # comparisons are not compatible with numeric comparisons, this is not 15 # these comparisons easy. 17 # The six basic comparisons are available, as well as checking equality
|
/external/clang/test/SemaObjCXX/ |
D | nullptr.mm | 7 void comparisons(A *a) { function
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 5 kinds of partially ordered arrays (less than lg(N!) comparisons needed, and 33 under both methods, samplesort required about 1.5% more comparisons 38 comparisons on average, it can be expected to do better the more 171 However, despite that timsort does many more comparisons on ~sort, and 457 roughly lg(B) comparisons, and, unlike a straight binary search, favors 462 additional comparisons to nail it (see note REGION OF UNCERTAINTY). Then we 465 search finds it in no more than about 2*lg(B) comparisons. 468 ceiling(lg(B+1)) comparisons -- but straight binary search takes that many 469 comparisons no matter where A[0] belongs. Straight binary search thus loses 481 comparisons needed to find one from O(B) to O(log B) is a huge win. [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README-UNIMPLEMENTED.txt | 11 2) vector comparisons
|
/external/llvm/lib/Target/X86/ |
D | README-UNIMPLEMENTED.txt | 11 2) vector comparisons
|