Home
last modified time | relevance | path

Searched refs:comparisons (Results 1 – 25 of 146) sorted by relevance

123456

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-34.ll1 ; 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 …]
Dint-cmp-32.ll1 ; 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 …]
Dint-cmp-46.ll101 ; 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 …]
Dint-cmp-33.ll1 ; 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.
Dint-cmp-35.ll1 ; 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.
Dint-cmp-15.ll1 ; 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.
Dint-cmp-22.ll1 ; 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.
Dint-cmp-29.ll1 ; 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.
Dint-cmp-18.ll1 ; 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.
Dint-cmp-16.ll1 ; 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.
Dint-cmp-19.ll1 ; 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.
Dint-cmp-27.ll1 ; 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.
Dint-cmp-17.ll1 ; 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.
Dint-cmp-28.ll1 ; 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.
Dint-cmp-26.ll1 ; 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.
Dint-cmp-43.ll1 ; Test 64-bit comparisons in which the second operand is a PC-relative
9 ; Check signed comparisons.
27 ; Check unsigned comparisons.
Dint-cmp-10.ll1 ; Test 32-bit unsigned comparisons in which the second operand is constant.
6 ; comparisons with zero, or things that are equivalent to them.
Dint-cmp-38.ll1 ; Test 32-bit comparisons in which the second operand is a PC-relative
9 ; Check signed comparisons.
27 ; Check unsigned comparisons.
Dint-cmp-12.ll1 ; 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/eigen2/
Deigen2_array.cpp52 template<typename MatrixType> void comparisons(const MatrixType& m) in comparisons() function
128 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) ); in test_eigen2_array()
129 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_eigen2_array()
130 CALL_SUBTEST_3( comparisons(Matrix4d()) ); in test_eigen2_array()
131 CALL_SUBTEST_5( comparisons(MatrixXf(8, 12)) ); in test_eigen2_array()
132 CALL_SUBTEST_6( comparisons(MatrixXi(8, 12)) ); in test_eigen2_array()
/external/eigen/test/
Darray_for_matrix.cpp73 template<typename MatrixType> void comparisons(const MatrixType& m) in comparisons() function
226 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) ); in test_array_for_matrix()
227 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_array_for_matrix()
228 CALL_SUBTEST_3( comparisons(Matrix4d()) ); in test_array_for_matrix()
229 …CALL_SUBTEST_5( comparisons(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array_for_matrix()
230 …CALL_SUBTEST_6( comparisons(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array_for_matrix()
Darray.cpp86 template<typename ArrayType> void comparisons(const ArrayType& m) in comparisons() function
276 CALL_SUBTEST_1( comparisons(Array<float, 1, 1>()) ); in test_array()
277 CALL_SUBTEST_2( comparisons(Array22f()) ); in test_array()
278 CALL_SUBTEST_3( comparisons(Array44d()) ); in test_array()
279 …CALL_SUBTEST_5( comparisons(ArrayXXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array()
280 …CALL_SUBTEST_6( comparisons(ArrayXXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::rando… in test_array()
/external/v8/test/webkit/
Darray-sort-numericCompare-expected.txt24 …ion) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look li…
/external/clang/test/SemaObjCXX/
Dnullptr.mm7 void comparisons(A *a) { function
/external/llvm/lib/Target/X86/
DREADME-UNIMPLEMENTED.txt11 2) vector comparisons

123456