HomeSort by relevance Sort by last modified time
    Searched full:comparisons (Results 201 - 225 of 1367) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/SystemZ/
int-cmp-44.ll 9 ; Addition provides enough for equality comparisons with zero. First teest
124 ; Subtraction also provides enough for equality comparisons with zero.
144 ; ...but not for ordered comparisons.
165 ; comparisons with zero.
184 ; ...but not for ordered comparisons.
204 ; comparisons with zero if the immediate covers the whole register.
int-cmp-09.ll 5 ; Check comparisons with 0.
16 ; Check comparisons with 2.
int-cmp-48.ll 92 ; Check that we can also use TM for equality comparisons with the mask.
105 ; Check inequality comparisons with the mask.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_types.py 38 else: self.fail('int comparisons failed')
40 else: self.fail('long int comparisons failed')
42 else: self.fail('float comparisons failed')
44 else: self.fail('string comparisons failed')
78 if 0 != 0L or 0 != 0.0 or 0L != 0.0: self.fail('mixed comparisons')
79 if 1 != 1L or 1 != 1.0 or 1L != 1.0: self.fail('mixed comparisons')
test_mutants.py 7 # Safety of code doing comparisons has been an historical Python weak spot.
11 # code to do containee comparisons can call back into Python and mutate
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_types.py 38 else: self.fail('int comparisons failed')
40 else: self.fail('long int comparisons failed')
42 else: self.fail('float comparisons failed')
44 else: self.fail('string comparisons failed')
78 if 0 != 0L or 0 != 0.0 or 0L != 0.0: self.fail('mixed comparisons')
79 if 1 != 1L or 1 != 1.0 or 1L != 1.0: self.fail('mixed comparisons')
test_mutants.py 7 # Safety of code doing comparisons has been an historical Python weak spot.
11 # code to do containee comparisons can call back into Python and mutate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 38 else: self.fail('int comparisons failed')
40 else: self.fail('long int comparisons failed')
42 else: self.fail('float comparisons failed')
44 else: self.fail('string comparisons failed')
78 if 0 != 0L or 0 != 0.0 or 0L != 0.0: self.fail('mixed comparisons')
79 if 1 != 1L or 1 != 1.0 or 1L != 1.0: self.fail('mixed comparisons')
test_mutants.py 7 # Safety of code doing comparisons has been an historical Python weak spot.
11 # code to do containee comparisons can call back into Python and mutate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 38 else: self.fail('int comparisons failed')
40 else: self.fail('long int comparisons failed')
42 else: self.fail('float comparisons failed')
44 else: self.fail('string comparisons failed')
78 if 0 != 0L or 0 != 0.0 or 0L != 0.0: self.fail('mixed comparisons')
79 if 1 != 1L or 1 != 1.0 or 1L != 1.0: self.fail('mixed comparisons')
test_mutants.py 7 # Safety of code doing comparisons has been an historical Python weak spot.
11 # code to do containee comparisons can call back into Python and mutate
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 117 // we can check for comparisons.
229 // Ignore comparisons against zero, since they generally don't
  /external/clang/test/CodeGenCXX/
pointers-to-data-members.cpp 93 // Comparisons
94 namespace Comparisons {
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 101 // Comparisons against signed 32-bit immediates implemented via cgfi.
104 // Comparisons against unsigned 32-bit immediates implemented via clgfi.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOCase.java 28 * control how filename comparisons should be performed. It also provides
29 * methods that use the enumeration to perform comparisons.
  /external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.cpp     [all...]
  /art/compiler/optimizing/
induction_var_analysis.h 73 // Comparisons for trip-count tests.
  /art/test/003-omnibus-opcodes/src/
Compare.java 23 * Test the integer comparisons in various ways.
  /bootable/recovery/edify/
main.cpp 146 // numeric comparisons
  /external/autotest/client/bin/
kernel_versions.py 2 # kernel_versions.py -- linux kernel version comparisons
  /external/autotest/client/common_lib/
kernel_versions.py 2 # kernel_versions.py -- linux kernel version comparisons
  /external/autotest/client/cros/chameleon/
chameleon_screen_test.py 60 # Do two screen comparisons with and without hiding cursor, to
  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 94 # that will be used for subsequent comparisons
  /external/autotest/frontend/tko/
tko_rpc_utils.py 13 Custom string class that uses correct kernel version comparisons.
  /external/autotest/scheduler/
rdb_utils.py 35 Within the rdb any label/dependency comparisons are performed based on label

Completed in 2499 milliseconds

1 2 3 4 5 6 7 891011>>