/external/toybox/tests/ |
D | tar.test | 25 SUM='head -c $((3*512)) | sha1sum | sed "s/ .*//"' 26 [ -n "$TARHD" ] && SUM="tee >(hd >&2) | $SUM" 30 testing "create file" "$TAR file | $SUM" \ 51 testing "create dir" "$TAR dir | $SUM" \ 59 testing "create file in dir" "$TAR dir/file | $SUM" \ 63 testing "create dir and dir/file" "$TAR dir | $SUM" \ 71 testing "create symlink" "$TAR dir/link | $SUM" \ 76 testing "create hardlink" "$TAR dir/file dir/hardlink | $SUM" \ 80 testing "create hardlink to symlink" "$TAR dir/link dir/hlink | $SUM" \ 84 testing "create dir/fifo" "$TAR dir/fifo | $SUM" \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-coalesce-ext.ll | 6 ; CHECK: add x[[SUM:[0-9]+]], x0, x1 10 ; CHECK: sxtw x[[EXT:[0-9]+]], w[[SUM]] 14 ; Reuse low bits of extended register, don't extend live range of SUM. 15 ; CHECK: str w[[SUM]]
|
D | arm64-shrink-wrapping.ll | 75 ; CHECK: mov [[SUM:w[0-9]+]], wzr 82 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 86 ; Copy SUM into the returned register + << 3. 87 ; CHECK: lsl w0, [[SUM]], #3 142 ; CHECK: mov [[SUM:w[0-9]+]], wzr 148 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 152 ; CHECK: mov w0, [[SUM]] 186 ; CHECK: mov [[SUM:w[0-9]+]], wzr 192 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 196 ; CHECK-NEXT: lsl w0, [[SUM]], #3 [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-coalesce-ext.ll | 6 ; CHECK: add x[[SUM:[0-9]+]], x0, x1 10 ; CHECK: sxtw x[[EXT:[0-9]+]], w[[SUM]] 14 ; Reuse low bits of extended register, don't extend live range of SUM. 15 ; CHECK: str w[[SUM]]
|
D | arm64-shrink-wrapping.ll | 75 ; CHECK: mov [[SUM:w[0-9]+]], wzr 81 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 86 ; Copy SUM into the returned register + << 3. 87 ; CHECK: lsl w0, [[SUM]], #3 142 ; CHECK: mov [[SUM:w[0-9]+]], wzr 147 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 152 ; CHECK: mov w0, [[SUM]] 186 ; CHECK: mov [[SUM:w[0-9]+]], wzr 191 ; CHECK-NEXT: add [[SUM]], w0, [[SUM]] 196 ; CHECK-NEXT: lsl w0, [[SUM]], #3 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | coalesce-ext.ll | 6 ; CHECK: add [[SUM:r[0-9]+]], r3, r4 10 ; CHECK: extsw [[EXT:r[0-9]+]], [[SUM]] 14 ; Reuse low bits of extended register, don't extend live range of SUM. 15 ; CHECK-DAG: stw [[SUM]]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | reduce_util.py | 39 SUM = "SUM" variable in ReduceOp 45 variable_scope.VariableAggregation.SUM: ReduceOp.SUM,
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-shrink-wrapping.ll | 99 ; SUM is in r0 because it is coalesced with the second 101 ; CHECK: mov{{s?}} [[SUM:r0]], #0 109 ; ARM-NEXT: add [[SUM]], [[TMP]], [[SUM]] 110 ; THUMB-NEXT: add [[SUM]], [[TMP]] 114 ; SUM << 3. 115 ; CHECK: lsl{{s?}} [[SUM]], [[SUM]], #3 166 ; CHECK: mov{{s?}} [[SUM:r0]], #0 174 ; ARM: add [[SUM]], [[TMP]], [[SUM]] 175 ; THUMB: add [[SUM]], [[TMP]] 223 ; SUM is in r0 because it is coalesced with the second [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-shrink-wrapping.ll | 99 ; SUM is in r0 because it is coalesced with the second 101 ; CHECK: mov{{s?}} [[SUM:r0]], #0 109 ; ARM-NEXT: add [[SUM]], [[TMP]], [[SUM]] 110 ; THUMB-NEXT: add [[SUM]], [[TMP]] 114 ; SUM << 3. 115 ; CHECK: lsl{{s?}} [[SUM]], [[SUM]], #3 166 ; CHECK: mov{{s?}} [[SUM:r0]], #0 174 ; ARM: add [[SUM]], [[TMP]], [[SUM]] 175 ; THUMB: add [[SUM]], [[TMP]] 223 ; SUM is in r0 because it is coalesced with the second [all …]
|
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExporterWorkerTest.java | 83 private static final Sum SUM = Sum.create(); field in StackdriverExporterWorkerTest 121 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), CUMULATIVE); in export() 168 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), CUMULATIVE); in doNotExportForEmptyViewData() 194 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), CUMULATIVE); in doNotExportIfFailedToRegisterView() 223 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), CUMULATIVE); in skipDifferentViewWithSameName() 232 SUM, in skipDifferentViewWithSameName() 250 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), CUMULATIVE); in doNotCreateMetricDescriptorForRegisteredView() 269 View.create(VIEW_NAME, VIEW_DESCRIPTION, MEASURE, SUM, Arrays.asList(KEY), INTERVAL); in doNotCreateMetricDescriptorForIntervalView()
|
D | StackdriverExportUtilsTest.java | 96 private static final Sum SUM = Sum.create(); field in StackdriverExportUtilsTest 125 assertThat(StackdriverExportUtils.createMetricKind(CUMULATIVE, SUM)) in createMetricKind() 137 assertThat(StackdriverExportUtils.createValueType(SUM, MEASURE_DOUBLE)) in createValueType() 139 assertThat(StackdriverExportUtils.createValueType(SUM, MEASURE_LONG)) in createValueType() 161 assertThat(StackdriverExportUtils.createUnit(SUM, MEASURE_DOUBLE)).isEqualTo(MEASURE_UNIT); in createUnit() 289 StackdriverExportUtils.createTimeInterval(intervalData, SUM); in createTimeInterval_interval() 322 assertThat(StackdriverExportUtils.createTypedValue(SUM, SumDataDouble.create(1.1))) in createTypedValue() 324 assertThat(StackdriverExportUtils.createTypedValue(SUM, SumDataLong.create(10000))) in createTypedValue() 351 assertThat(StackdriverExportUtils.createPoint(sumDataDouble, cumulativeData, SUM)) in createPoint_cumulative() 354 .setInterval(StackdriverExportUtils.createTimeInterval(cumulativeData, SUM)) in createPoint_cumulative() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | coalesce-ext.ll | 6 ; CHECK: add [[SUM:r[0-9]+]], r3, r4 10 ; CHECK: extsw [[EXT:r[0-9]+]], [[SUM]] 14 ; Reuse low bits of extended register, don't extend live range of SUM.
|
D | ppc-shrink-wrapping.ll | 89 ; CHECK-DAG: li [[SUM:[0-9]+]], 0 96 ; CHECK-DAG: add [[SUM]], 3, [[SUM]] 101 ; CHECK: slwi 3, [[SUM]], 3 160 ; CHECK-DAG: li [[SUM:[0-9]+]], 0 167 ; CHECK-DAG: add [[SUM]], 3, [[SUM]] 216 ; CHECK-DAG: li [[SUM:[0-9]+]], 0 223 ; CHECK-DAG: add [[SUM]], 3, [[SUM]] 229 ; CHECK: slwi 3, [[SUM]], 3 298 ; CHECK-DAG: li [[SUM:[0-9]+]], 0 305 ; CHECK-DAG: add [[SUM]], 3, [[SUM]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | thumb-shrink-wrapping.ll | 135 ; SUM is in r0 because it is coalesced with the second 137 ; CHECK: movs [[SUM:r0]], #0 143 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] 148 ; SUM << 3. 149 ; CHECK: lsls [[SUM]], [[SUM]], #3 207 ; CHECK: movs [[SUM:r0]], #0 212 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] 259 ; SUM is in r0 because it is coalesced with the second 261 ; CHECK: movs [[SUM:r0]], #0 267 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] [all …]
|
/external/llvm/test/CodeGen/Thumb/ |
D | thumb-shrink-wrapping.ll | 132 ; SUM is in r0 because it is coalesced with the second 134 ; CHECK: movs [[SUM:r0]], #0 140 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] 146 ; SUM << 3. 147 ; CHECK: lsls [[SUM]], [[SUM]], #3 205 ; CHECK: movs [[SUM:r0]], #0 210 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] 258 ; SUM is in r0 because it is coalesced with the second 260 ; CHECK: movs [[SUM:r0]], #0 266 ; CHECK: adds [[SUM]], [[TMP]], [[SUM]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | machine-cse-mid-pipeline.mir | 11 ; CHECK-NEXT: %[[SUM:[0-9]+]]:_(s32) = G_ADD %[[TWO]], %[[TWO]] 12 ; CHECK-NEXT: $[[RET:[wx][0-9]+]] = COPY %[[SUM]](s32) 31 ; CHECK-NEXT: %[[SUM:[0-9]+]]:gpr(s32) = G_ADD %[[TWO]], %[[TWO]] 32 ; CHECK-NEXT: $[[RET:[wx][0-9]+]] = COPY %[[SUM]](s32) 51 ; CHECK-NEXT: %[[SUM:[0-9]+]]:_(s32) = G_ADD %[[TWO]], %[[TWO]] 52 ; CHECK-NEXT: $[[RET:[wx][0-9]+]] = COPY %[[SUM]](s32) 71 ; CHECK-NEXT: %[[SUM:[0-9]+]]:_(s32) = G_ADD %[[TWO]], %[[TWO]] 72 ; CHECK-NEXT: $[[RET:[wx][0-9]+]] = COPY %[[SUM]](s32) 95 ; CHECK-NEXT: %[[SUM:[0-9]+]]:_(s64) = G_ADD %[[S16_Z64]], %[[S32_Z64]] 96 ; CHECK-NEXT: $[[RET:[wx][0-9]+]] = COPY %[[SUM]](s64)
|
/external/tensorflow/tensorflow/python/keras/ |
D | losses_test.py | 208 reduction=losses_utils.ReductionV2.SUM, name='mse_1') 210 self.assertEqual(mse_obj.reduction, losses_utils.ReductionV2.SUM) 287 reduction=losses_utils.ReductionV2.SUM) 301 reduction=losses_utils.ReductionV2.SUM, name='mae_1') 303 self.assertEqual(mae_obj.reduction, losses_utils.ReductionV2.SUM) 380 reduction=losses_utils.ReductionV2.SUM) 394 reduction=losses_utils.ReductionV2.SUM, name='mape_1') 396 self.assertEqual(mape_obj.reduction, losses_utils.ReductionV2.SUM) 451 reduction=losses_utils.ReductionV2.SUM, name='mape_1') 453 self.assertEqual(msle_obj.reduction, losses_utils.ReductionV2.SUM) [all …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | cross_device_ops_test.py | 165 reduce_util.ReduceOp.SUM, per_replica, 170 reduce_util.ReduceOp.SUM, 187 reduce_util.ReduceOp.SUM, 298 per_replica, devices[0], math_ops.add_n, reduce_util.ReduceOp.SUM) 319 reduce_op=[reduce_util.ReduceOp.SUM, reduce_util.ReduceOp.MEAN], 343 if reduce_op == reduce_util.ReduceOp.SUM: 608 reduce_util.ReduceOp.SUM, 616 reduce_util.ReduceOp.SUM, 630 _batch_reduce(collective_all_reduce, reduce_util.ReduceOp.SUM,
|
D | parameter_server_strategy_test.py | 182 aggregation=variable_scope.VariableAggregation.SUM) 196 aggregation=variable_scope.VariableAggregation.SUM) 206 aggregation=variable_scope.VariableAggregation.SUM) 265 aggregation=variable_scope.VariableAggregation.SUM, 278 aggregation=variable_scope.VariableAggregation.SUM, 338 aggregation=variable_scope.VariableAggregation.SUM) 350 aggregation=variable_scope.VariableAggregation.SUM) 361 aggregation=variable_scope.VariableAggregation.SUM) 423 aggregation=variable_scope.VariableAggregation.SUM) 426 aggregation=variable_scope.VariableAggregation.SUM) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-irtranslator.ll | 19 ; CHECK: [[SUM:%[0-9]+]]:_(s1) = G_ADD [[VREGX]], [[VREGY]] 20 ; CHECK: [[EXT:%[0-9]+]]:_(s32) = G_SEXT [[SUM]] 35 ; CHECK: [[SUM:%[0-9]+]]:_(s8) = G_ADD [[VREGX]], [[VREGY]] 36 ; CHECK: [[SUM_EXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SUM]] 79 ; CHECK: [[SUM:%[0-9]+]]:_(s16) = G_ADD [[VREGX]], [[VREGY]] 80 ; CHECK: [[SUM_EXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SUM]] 121 ; CHECK: [[SUM:%[0-9]+]]:_(s32) = G_ADD [[VREGX]], [[VREGY]] 122 ; CHECK: $r0 = COPY [[SUM]](s32) 151 ; CHECK: [[SUM:%[0-9]+]]:_(s32) = G_ADD [[VREGP2]], [[VREGP5]] 152 ; CHECK: $r0 = COPY [[SUM]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | subtest.ll | 19 ; CHECK-NEXT: [[SUM:%.*]] = add i32 %c, %b 20 ; CHECK-NEXT: [[TMP7:%.*]] = sub i32 0, [[SUM]]
|
D | 2002-05-15-SubReassociate.ll | 19 ; CHECK-NEXT: [[SUM:%.*]] = add i32 %B, %A 20 ; CHECK-NEXT: [[SUM1:%.*]] = add i32 [[SUM]], %C
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-win64-shrink-wrapping.ll | 64 ; CHECK: xorl [[SUM:%eax]], [[SUM]] 69 ; CHECK: addl [[TMP]], [[SUM]] 74 ; CHECK: shll $3, [[SUM]]
|
/external/llvm/test/CodeGen/X86/ |
D | x86-win64-shrink-wrapping.ll | 64 ; CHECK: xorl [[SUM:%eax]], [[SUM]] 69 ; CHECK: addl [[TMP]], [[SUM]] 74 ; CHECK: shll $3, [[SUM]]
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | MetricUtilsTest.java | 69 private static final Sum SUM = Sum.create(); field in MetricUtilsTest 108 assertThat(MetricUtils.getType(MEASURE_DOUBLE, SUM)).isEqualTo(Type.CUMULATIVE_DOUBLE); in getType() 109 assertThat(MetricUtils.getType(MEASURE_LONG, SUM)).isEqualTo(Type.CUMULATIVE_INT64); in getType()
|