OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparisons
(Results
26 - 50
of
1170
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/SystemZ/
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.
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.
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.
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.
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.
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.
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.
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.
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.
/packages/apps/Music/src/com/android/music/
MusicAlphabetIndexer.java
24
* Handles
comparisons
in a different way because the Album, Song and Artist name
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
patchlevel.h
38
Use this for numeric
comparisons
, e.g. #if PY_VERSION_HEX >= ... */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
patchlevel.h
38
Use this for numeric
comparisons
, e.g. #if PY_VERSION_HEX >= ... */
/external/eigen/test/
array_for_matrix.cpp
74
template<typename MatrixType> void
comparisons
(const MatrixType& m)
function
101
//
comparisons
to scalar
184
CALL_SUBTEST_1(
comparisons
(Matrix<float, 1, 1>()) );
185
CALL_SUBTEST_2(
comparisons
(Matrix2f()) );
186
CALL_SUBTEST_3(
comparisons
(Matrix4d()) );
187
CALL_SUBTEST_5(
comparisons
(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
188
CALL_SUBTEST_6(
comparisons
(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py
1
# Tests for rich
comparisons
112
# check that
comparisons
involving Vector objects
117
# all
comparisons
should fail for different length
141
# Check that
comparisons
involving Number objects
285
# exercise all
comparisons
for lists
303
# propagated in list
comparisons
331
with test_support.check_py3k_warnings(("dict inequality
comparisons
"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py
1
# Tests for rich
comparisons
112
# check that
comparisons
involving Vector objects
117
# all
comparisons
should fail for different length
141
# Check that
comparisons
involving Number objects
285
# exercise all
comparisons
for lists
303
# propagated in list
comparisons
331
with test_support.check_py3k_warnings(("dict inequality
comparisons
"
/external/chromium_org/net/dns/
host_cache.h
50
// |hostname| under assumption that integer
comparisons
are faster than
51
// string
comparisons
.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java
86
*
Comparisons
for this class are defined to be type-major (if the
88
* {@link #compareTo0} deciding same-type
comparisons
.
110
*
Comparisons
for this class are defined to be class-major (if the
112
* {@link #compareTo0} deciding same-class
comparisons
.
/dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java
86
*
Comparisons
for this class are defined to be type-major (if the
88
* {@link #compareTo0} deciding same-type
comparisons
.
110
*
Comparisons
for this class are defined to be class-major (if the
112
* {@link #compareTo0} deciding same-class
comparisons
.
/external/chromium/net/base/
cert_verifier.h
128
// assumption that integer
comparisons
are faster than memory and string
129
//
comparisons
.
138
// assumption that integer
comparisons
are faster than memory and string
139
//
comparisons
.
/external/chromium_org/courgette/
difference_estimator.h
28
//
comparisons
to be more efficient by precomputing information used in the
/external/chromium_org/v8/test/mjsunit/
typeof.js
29
// the context of string equality
comparisons
.
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java
86
*
Comparisons
for this class are defined to be type-major (if the
88
* {@link #compareTo0} deciding same-type
comparisons
.
110
*
Comparisons
for this class are defined to be class-major (if the
112
* {@link #compareTo0} deciding same-class
comparisons
.
/external/llvm/test/Transforms/InstCombine/
2008-11-08-FCmp.ll
49
; Check that optimizing unsigned >=
comparisons
correctly distinguishes
/external/proguard/src/proguard/evaluation/value/
ComparisonValue.java
24
* This IntegerValue represents the result of a
comparisons
of two scalar
/external/stlport/test/eh/
SortClass.h
16
comparisons
on SortClass may fail. Also records its own address for
Completed in 1050 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>