/external/python/cpython2/Lib/test/ |
D | test_float.py | 1029 def identical(self, x, y): member in HexFloatTestCase 1040 self.identical(self.MIN, ldexp(1.0, -1022)) 1041 self.identical(self.TINY, ldexp(1.0, -1074)) 1042 self.identical(self.EPS, ldexp(1.0, -52)) 1043 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1132 self.identical(got, expected) 1142 self.identical(fromHex('inf'), INF) 1143 self.identical(fromHex('+Inf'), INF) 1144 self.identical(fromHex('-INF'), -INF) 1145 self.identical(fromHex('iNf'), INF) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_float.py | 1058 def identical(self, x, y): member in HexFloatTestCase 1069 self.identical(self.MIN, ldexp(1.0, -1022)) 1070 self.identical(self.TINY, ldexp(1.0, -1074)) 1071 self.identical(self.EPS, ldexp(1.0, -52)) 1072 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1161 self.identical(got, expected) 1171 self.identical(fromHex('inf'), INF) 1172 self.identical(fromHex('+Inf'), INF) 1173 self.identical(fromHex('-INF'), -INF) 1174 self.identical(fromHex('iNf'), INF) [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | icf-safe.s | 15 # CHECK: removing identical section {{.*}}:(.text.f4) 19 # CHECK: removing identical section {{.*}}:(.rodata.h4) 23 # CHECK: removing identical section {{.*}}:(.rodata.l4) 27 # CHECK: removing identical section {{.*}}:(.rodata.g4) 34 # ALL: removing identical section {{.*}}:(.text.f4) 38 # ALL: removing identical section {{.*}}:(.rodata.h4) 42 # ALL: removing identical section {{.*}}:(.rodata.l4) 46 # ALL: removing identical section {{.*}}:(.rodata.g4) 49 # ALL: removing identical section {{.*}}:(.text.f2) 50 # ALL: removing identical section {{.*}}:(.text.non_addrsig1) [all …]
|
D | icf-preemptible.s | 12 # EXE-NEXT: removing identical section {{.*}}:(.text.h2) 13 # EXE-NEXT: removing identical section {{.*}}:(.text.h3) 15 # EXE-NEXT: removing identical section {{.*}}:(.text.f2) 17 # EXE: removing identical section {{.*}}:(.text.g2) 18 # EXE-NEXT: removing identical section {{.*}}:(.text.g3) 22 # DSO-NEXT: removing identical section {{.*}}:(.text.f2) 24 # DSO-NEXT: removing identical section {{.*}}:(.text.g3)
|
D | print-icf.s | 10 # CHECK: removing identical section {{.*}}:(.text.f4) 11 # CHECK: removing identical section {{.*}}:(.text.f7) 13 # CHECK: removing identical section {{.*}}:(.text.f3) 14 # CHECK: removing identical section {{.*}}:(.text.f5) 15 # CHECK: removing identical section {{.*}}:(.text.f6)
|
D | icf-ineligible.s | 10 # CHECK: removing identical section {{.*}}:(.text.f2) 11 # CHECK: removing identical section {{.*}}:(.text.f3) 13 # CHECK: removing identical section {{.*}}:(.text.f5)
|
D | icf-i386.s | 8 # CHECK: removing identical section {{.*}}:(.text.f2) 9 # CHECK-NOT: removing identical section {{.*}}:(.text.f3)
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | icf-output-sections.s | 10 # ICF1-NEXT: removing identical section {{.*}}.o:(.text.foo1) 11 # ICF1-NEXT: removing identical section {{.*}}.o:(.text.bar0) 12 # ICF1-NEXT: removing identical section {{.*}}.o:(.text.bar1) 24 # ICF2-NEXT: removing identical section {{.*}}.o:(.text.foo1) 26 # ICF2-NEXT: removing identical section {{.*}}.o:(.text.bar1) 37 # ICF3-NEXT: removing identical section {{.*}}.o:(.text.foo1)
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-branch-clone.rst | 7 repeated branches in ``switch`` statements and identical true and false 21 ``then`` and ``else`` branches are identical and the code is equivalent the 58 Here the check reports that the ``'a'`` and ``'A'`` branches are identical 59 (and that the ``'b'`` and ``'B'`` branches are also identical), but does not 60 report that the ``default:`` branch is also identical to the first two branches. 89 Note: This check also reports situations where branches become identical only
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPendingIntentTest.java | 292 Intent identical = new Intent(); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local 293 PendingIntent saved = PendingIntent.getActivity(context, 99, identical, FLAG_NO_CREATE); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() 365 Intent identical = new Intent(); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local 366 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, FLAG_NO_CREATE); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() 376 Intent identical = new Intent(); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local 377 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, 0); in getBroadcast_withNoFlags_shouldReturnExistingIntent() 401 Intent identical = new Intent(); in getService_withFlagNoCreate_shouldReturnExistingIntent() local 402 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnExistingIntent() 412 Intent identical = new Intent(); in getService_withNoFlags_shouldReturnExistingIntent() local 413 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0); in getService_withNoFlags_shouldReturnExistingIntent() [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb2-ldrd.s | 12 @ CHECK: error: destination operands can't be identical 14 @ CHECK: error: destination operands can't be identical
|
D | diagnostics.s | 514 @ CHECK-ERRORS: error: source register and base register can't be identical 520 @ CHECK-ERRORS: error: source register and base register can't be identical 526 @ CHECK-ERRORS: error: source register and base register can't be identical 532 @ CHECK-ERRORS: error: source register and base register can't be identical 538 @ CHECK-ERRORS: error: source register and base register can't be identical 544 @ CHECK-ERRORS: error: source register and base register can't be identical 571 @ CHECK-ERRORS: error: destination register and base register can't be identical 577 @ CHECK-ERRORS: error: destination register and base register can't be identical 583 @ CHECK-ERRORS: error: destination register and base register can't be identical 589 @ CHECK-ERRORS: error: destination register and base register can't be identical [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb2-ldrd.s | 12 @ CHECK: error: destination operands can't be identical 14 @ CHECK: error: destination operands can't be identical
|
D | diagnostics.s | 452 @ CHECK-ERRORS: error: source register and base register can't be identical 595 @ CHECK-ERRORS: error: source register and base register can't be identical 601 @ CHECK-ERRORS: error: source register and base register can't be identical 607 @ CHECK-ERRORS: error: source register and base register can't be identical 613 @ CHECK-ERRORS: error: source register and base register can't be identical 619 @ CHECK-ERRORS: error: source register and base register can't be identical 625 @ CHECK-ERRORS: error: source register and base register can't be identical 652 @ CHECK-ERRORS: error: destination register and base register can't be identical 658 @ CHECK-ERRORS: error: destination register and base register can't be identical 664 @ CHECK-ERRORS: error: destination register and base register can't be identical [all …]
|
/external/libcups/conf/ |
D | mime.types | 36 # string(offset,"string") True if bytes are identical to string 37 # istring(offset,"string") True if bytes are identical to 39 # char(offset,value) True if byte is identical 40 # short(offset,value) True if 16-bit integer is identical 41 # int(offset,value) True if 32-bit integer is identical
|
/external/skia/tools/ |
D | compare_codereview.py | 367 identical = formatted_results[0] == formatted_results[1] 374 if status != 'failure' and not identical: 378 if identical: 384 if identical:
|
/external/skqp/tools/ |
D | compare_codereview.py | 367 identical = formatted_results[0] == formatted_results[1] 374 if status != 'failure' and not identical: 378 if identical: 384 if identical:
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | pkgcheck.sh | 7 Verifies that the various build systems produce identical results on a Unixlike system. 164 echo pkgcheck-cmake-bits-identical PASS 166 echo pkgcheck-cmake-bits-identical FAIL
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_texture_array.spec | 163 Change the first paragraph (page 150) to say (spec changes identical to 179 Change the fourth paragraph on page 151 to say (spec changes identical 190 Change the fourth paragraph on page 156 to say (spec changes identical 228 Change the second paragraph (page 159) (spec changes identical 424 Change second paragraph on page 181 to say (spec changes identical to 433 Change second paragraph on page 182 to say (spec changes identical to 569 Add to the end of the section (spec changes identical to 595 identical to EXT_texture_array): 608 identical to EXT_texture_array): 624 identical to EXT_texture_array): [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CollectiveReduce.pbtxt | 3 summary: "Mutually reduces multiple tensors of identical type and shape."
|
D | api_def_CollectiveGatherV2.pbtxt | 3 summary: "Mutually accumulates multiple tensors of identical type and shape."
|
D | api_def_CollectiveGather.pbtxt | 3 summary: "Mutually accumulates multiple tensors of identical type and shape."
|
D | api_def_CollectiveReduceV2.pbtxt | 3 summary: "Mutually reduces multiple tensors of identical type and shape."
|
/external/llvm-project/clang/test/Modules/Inputs/modules-with-same-name/path1/A/ |
D | module.modulemap | 1 // path1. This comment keeps this file from being identical to
|
/external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/ |
D | module.modulemap | 1 // path2. This comment keeps this file from being identical to
|