Searched refs:compares (Results 1 – 25 of 240) sorted by relevance
12345678910
/external/autotest/client/bin/result_tools/ |
D | utils_lib_unittest.py | 20 compares = {1: '1.0 B', 25 for size, string in compares.items():
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
D | cmp-tracing.ll | 1 ; Test -sanitizer-coverage-experimental-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-experimental-trace-compares…
|
D | switch-tracing.ll | 1 ; Test -sanitizer-coverage-experimental-trace-compares=1 (instrumenting a switch) 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-experimental-trace-compares…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/ |
D | cmp-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | File…
|
D | cmp-tracing-api-x86_64.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 API declarations on x86_64 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | File…
|
D | cmp-tracing-api-x86_32.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 API declarations on a non-x86_64 arch 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | File…
|
D | switch-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 (instrumenting a switch) 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | File…
|
D | const-cmp-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | File…
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks,
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks,
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-diff.pod | 13 B<llvm-diff> compares the structure of two LLVM modules, primarily 26 B<llvm-diff> compares two functions by comparing their basic blocks,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | debugify-each.ll | 19 ; Check that stripped textual IR compares equal before and after applying 27 ; Check that stripped IR compares equal before and after applying debugify.
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 70 an "n" block, the first line gives the # of compares done by samplesort, 143 darned well it's doing compares that won't pay on random data -- but so 145 quicksort does about 39% more compares than the limit, and the median-of-3 154 +sort: samplesort special-cases this data, and does a few less compares 163 great deal of benefit out of the duplicates (the # of compares is much less 278 compares, but it's still more compares than necessary, and-- mergesort's 519 requires 2 compares, again same as linear search. On the third compare, 522 of 4 compares, but if A[0] does belong at B[2], linear search would have 523 discovered that in only 3 compares, and that's a huge loss! Really. It's 524 an increase of 33% in the number of compares needed, and comparisons are [all …]
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 70 an "n" block, the first line gives the # of compares done by samplesort, 143 darned well it's doing compares that won't pay on random data -- but so 145 quicksort does about 39% more compares than the limit, and the median-of-3 154 +sort: samplesort special-cases this data, and does a few less compares 163 great deal of benefit out of the duplicates (the # of compares is much less 278 compares, but it's still more compares than necessary, and-- mergesort's 519 requires 2 compares, again same as linear search. On the third compare, 522 of 4 compares, but if A[0] does belong at B[2], linear search would have 523 discovered that in only 3 compares, and that's a huge loss! Really. It's 524 an increase of 33% in the number of compares needed, and comparisons are [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | tdc-05.ll | 2 ; compares, combined with signbit or other compares to ensure worthiness.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-05.ll | 2 ; compares, combined with signbit or other compares to ensure worthiness.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | dependency-breaking-pcmpgt.s | 6 # All of the vector packed compares from this test are zero idioms. These zero 9 # compares.
|
/external/autotest/client/site_tests/power_WifiIdle/ |
D | control | 13 compares between wifi on and off.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.def | 18 // TODO(reed kotler): Fill out comparison tables, etc. for 32/64-bit compares.
|
/external/iptables/extensions/ |
D | libip6t_eui64.man | 2 It compares the EUI-64 derived from the source MAC address in Ethernet frame
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | select-opt.ll | 3 ; Make sure to test with f32 and i32 compares. If we have to use float 4 ; compares, we always have multiple condition registers. If we can do 5 ; scalar compares, we don't want to use multiple condition registers.
|
/external/autotest/client/site_tests/desktopui_FontCache/ |
D | control | 17 Runs fc-cache to generate a new font cache and compares it to the existing
|
/external/autotest/client/site_tests/video_VideoCapability/ |
D | control | 21 This test compares capabilities detected by avtest_label_detect and
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDistribute/ |
D | basic-with-memchecks.ll | 35 ; We have two compares for each array overlap check. 37 ; total of 8 compares.
|
/external/llvm/test/Transforms/LoopDistribute/ |
D | basic-with-memchecks.ll | 35 ; We have two compares for each array overlap check. 37 ; total of 8 compares.
|
12345678910