OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparisons
(Results
1 - 25
of
1367
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/hamcrest/library/src/org/hamcrest/number/
package.html
5
<p>Matchers that perform numeric
comparisons
.</p>
/external/hamcrest/library/src/org/hamcrest/text/
package.html
5
<p>Matchers that perform text
comparisons
.</p>
/dalvik/dx/tests/101-verify-wide-math/
info.txt
2
ops,
comparisons
, etc.) verify that their arguments are actually of
/external/clang/test/Sema/
warn-overlap.c
21
if (x != 2 || x != 3) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
22
if (x > 2 || x < 3) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
26
if (x > 2 || x <= 2) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
27
if (x > 2 || x <= 3) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
30
if (x >= 2 || x < 2) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
31
if (x >= 2 || x < 3) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
33
if (x >= 2 || x <= 1) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
34
if (x >= 2 || x <= 2) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
35
if (x >= 2 || x <= 3) { } // expected-warning {{overlapping
comparisons
always evaluate to true}}
36
if (x >= 0 || x <= 0) { } // expected-warning {{overlapping
comparisons
always evaluate to true}
[
all
...]
ext_vector_comparisons.c
8
//
comparisons
to self...
23
//
comparisons
to self. no warning, they're floats
/dalvik/dx/tests/102-verify-nonwide-math/
info.txt
2
ops,
comparisons
, etc.) to verify that their arguments are actually of
/external/clang/test/Analysis/
svalbuilder-logic.c
11
// Don't crash when mixing 'bool' and 'int' in implicit
comparisons
to 0.
/external/clang/test/SemaObjCXX/
nullptr.mm
7
void
comparisons
(A *a) {
/prebuilts/go/darwin-x86/src/cmd/vet/
nilfunc.go
6
This file contains the code to check for useless function
comparisons
.
20
"check for
comparisons
between functions and nil",
28
// Only want == or !=
comparisons
.
33
// Only want
comparisons
with a nil identifier on one side.
/prebuilts/go/linux-x86/src/cmd/vet/
nilfunc.go
6
This file contains the code to check for useless function
comparisons
.
20
"check for
comparisons
between functions and nil",
28
// Only want == or !=
comparisons
.
33
// Only want
comparisons
with a nil identifier on one side.
/external/eigen/test/eigen2/
eigen2_array.cpp
52
template<typename MatrixType> void
comparisons
(const MatrixType& m)
function
78
//
comparisons
to scalar
128
CALL_SUBTEST_1(
comparisons
(Matrix<float, 1, 1>()) );
129
CALL_SUBTEST_2(
comparisons
(Matrix2f()) );
130
CALL_SUBTEST_3(
comparisons
(Matrix4d()) );
131
CALL_SUBTEST_5(
comparisons
(MatrixXf(8, 12)) );
132
CALL_SUBTEST_6(
comparisons
(MatrixXi(8, 12)) );
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0-sources.jar
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStrictStyle.java
9
* and hashCode
comparisons
/external/iptables/libiptc/
linux_stddef.h
29
* Always evaluates to 1 so you may use it easily in
comparisons
.
/external/kernel-headers/original/uapi/asm-mips/asm/
sgidefs.h
25
* MIPS ISAs are no longer subsets of each other. Therefore
comparisons
/external/llvm/test/CodeGen/SystemZ/
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
...]
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
...]
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
...]
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.
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.
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.
/external/v8/test/webkit/
array-sort-numericCompare-expected.txt
24
This tests that a call to array.sort(compareFunction) works correctly for numeric
comparisons
(arg1 - arg2), and also for things that might look like numeric
comparisons
.
array-sort-numericCompare.js
25
"This tests that a call to array.sort(compareFunction) works correctly for numeric
comparisons
(arg1 - arg2), and also for things that might look like numeric
comparisons
."
/external/fio/compiler/
compiler.h
27
* Always evaluates to 1 so you may use it easily in
comparisons
.
/external/llvm/lib/Target/SystemZ/
SystemZ.h
34
//
comparisons
.
42
// Condition-code mask assignments for floating-point
comparisons
only.
46
// All condition-code values produced by
comparisons
.
83
// Condition-code mask assignments for vector
comparisons
(and similar
Completed in 1088 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>