OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparisons
(Results
126 - 150
of
1367
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/test/
cmp.go
65
// these
comparisons
are okay because
67
// are
comparisons
where the types differ.
136
// interface
comparisons
(issue 7207)
174
// non-interface
comparisons
cmp6.go
7
// Verify that incorrect
comparisons
are detected.
/prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go
7
// issue 5162: bad array equality when multiple
comparisons
/prebuilts/go/linux-x86/test/interface/
fake.go
7
// Test interface
comparisons
using types hidden
/system/extras/perfprofd/quipper/base/
logging.cc
47
// Explicit instantiations for commonly used
comparisons
.
/system/media/audio_utils/include/audio_utils/
minifloat.h
67
* Minifloats are ordered, and standard
comparisons
may be used between them
/cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java
68
// We're going to do linear
comparisons
, so sort everything first.
77
// We're going to do linear
comparisons
, so sort everything first.
/external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrFloat.td
64
// Don't care floating-point
comparisons
, supported via other
comparisons
.
/external/minijail/
bpf.h
63
* On 32 bits,
comparisons
take 2 instructions: 1 for loading the argument,
77
* On 64 bits,
comparisons
take 7 instructions: 4 for loading the argument,
/prebuilts/go/darwin-x86/src/reflect/
deepequal.go
12
// Visited
comparisons
are stored in a map indexed by visit.
20
//
comparisons
that have already been seen, which allows short circuiting on
/prebuilts/go/linux-x86/src/reflect/
deepequal.go
12
// Visited
comparisons
are stored in a map indexed by visit.
20
//
comparisons
that have already been seen, which allows short circuiting on
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py3kwarn.py
90
expected = 'type inequality
comparisons
not supported in 3.x'
104
expected = 'dict inequality
comparisons
not supported in 3.x'
115
expected = 'cell
comparisons
not supported in 3.x'
128
expected = 'code inequality
comparisons
not supported in 3.x'
144
'order
comparisons
not supported in 3.x')
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py3kwarn.py
90
expected = 'type inequality
comparisons
not supported in 3.x'
104
expected = 'dict inequality
comparisons
not supported in 3.x'
115
expected = 'cell
comparisons
not supported in 3.x'
128
expected = 'code inequality
comparisons
not supported in 3.x'
144
'order
comparisons
not supported in 3.x')
/prebuilts/go/darwin-x86/src/runtime/
hashmap_fast.go
192
// short key, doing lots of
comparisons
is ok
208
// long key, try not to do more
comparisons
than necessary
224
// four 1-byte
comparisons
.
294
// short key, doing lots of
comparisons
is ok
310
// long key, try not to do more
comparisons
than necessary
/prebuilts/go/linux-x86/src/runtime/
hashmap_fast.go
192
// short key, doing lots of
comparisons
is ok
208
// long key, try not to do more
comparisons
than necessary
224
// four 1-byte
comparisons
.
294
// short key, doing lots of
comparisons
is ok
310
// long key, try not to do more
comparisons
than necessary
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py
90
expected = 'type inequality
comparisons
not supported in 3.x'
104
expected = 'dict inequality
comparisons
not supported in 3.x'
115
expected = 'cell
comparisons
not supported in 3.x'
128
expected = 'code inequality
comparisons
not supported in 3.x'
144
'order
comparisons
not supported in 3.x')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py
90
expected = 'type inequality
comparisons
not supported in 3.x'
104
expected = 'dict inequality
comparisons
not supported in 3.x'
115
expected = 'cell
comparisons
not supported in 3.x'
128
expected = 'code inequality
comparisons
not supported in 3.x'
144
'order
comparisons
not supported in 3.x')
/external/deqp/doc/testspecs/GLES31/
functional.tessellation.txt
71
comparisons
, and thus not all rules are exactly verified (such as
114
comparisons
to pre-computed reference images; the gl_PatchVerticesIn and
153
transform feedback, and do appropriate
comparisons
or other validation.
/external/llvm/test/CodeGen/SystemZ/
int-cmp-20.ll
1
; Test 32-bit ordered
comparisons
that are really between a memory byte
76
; in the range [128, MAX-129] is impossible, and ordered
comparisons
with
77
; those values are effectively sign tests. Since such
comparisons
are
int-cmp-21.ll
1
; Test 64-bit ordered
comparisons
that are really between a memory byte
76
; in the range [128, MAX-129] is impossible, and ordered
comparisons
with
77
; those values are effectively sign tests. Since such
comparisons
are
int-cmp-30.ll
1
; Test 32-bit ordered
comparisons
that are really between a memory halfword
76
; in the range [32768, MAX-32769] is impossible, and ordered
comparisons
with
77
; those values are effectively sign tests. Since such
comparisons
are
int-cmp-31.ll
1
; Test 64-bit ordered
comparisons
that are really between a memory halfword
76
; in the range [32768, MAX-32769] is impossible, and ordered
comparisons
with
77
; those values are effectively sign tests. Since such
comparisons
are
/external/llvm/unittests/IR/
ValueHandleTest.cpp
63
// Cast to Value* so
comparisons
work.
141
// Cast to Value* so
comparisons
work.
218
// Cast to Value* so
comparisons
work.
/art/test/utils/python/testgen/
mixins.py
33
Returns a unique name to use as the identity for implementing
comparisons
.
/dalvik/dx/tests/003-magic-version-access/
run
20
# expected.txt vs. out.txt
comparisons
.
Completed in 381 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>