/external/webrtc/webrtc/video/ |
D | report_block_stats.cc | 51 RTCPReportBlock aggregate; in AggregateAndStore() local 53 return aggregate; in AggregateAndStore() 59 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateAndStore() 60 aggregate.jitter += report_block->jitter; in AggregateAndStore() 71 aggregate.fractionLost = in AggregateAndStore() 73 aggregate.jitter = static_cast<uint32_t>( in AggregateAndStore() 74 (aggregate.jitter + report_blocks.size() / 2) / report_blocks.size()); in AggregateAndStore() 75 return aggregate; in AggregateAndStore()
|
/external/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.css | 36 .webtreemap-symbol-bss.webtreemap-aggregate { 39 .webtreemap-symbol-data.webtreemap-aggregate { 42 .webtreemap-symbol-read-only_data.webtreemap-aggregate { 45 .webtreemap-symbol-code.webtreemap-aggregate { 48 .webtreemap-symbol-weak_symbol.webtreemap-aggregate {
|
/external/elfutils/backends/ |
D | tilegx_retval.c | 120 aggregate: in tilegx_return_value_location() 136 goto aggregate; in tilegx_return_value_location() 143 goto aggregate; in tilegx_return_value_location() 147 goto aggregate; in tilegx_return_value_location()
|
D | ppc64_retval.c | 148 aggregate: in ppc64_return_value_location() 177 goto aggregate; in ppc64_return_value_location() 184 goto aggregate; in ppc64_return_value_location() 188 goto aggregate; in ppc64_return_value_location()
|
D | alpha_retval.c | 118 goto aggregate; in alpha_return_value_location() 124 goto aggregate; in alpha_return_value_location() 141 aggregate: in alpha_return_value_location()
|
D | arm_retval.c | 108 aggregate: in arm_return_value_location() 120 goto aggregate; in arm_return_value_location()
|
D | sparc_retval.c | 141 aggregate: in sparc_return_value_location() 152 goto aggregate; in sparc_return_value_location()
|
D | ppc_retval.c | 151 aggregate: in ppc_return_value_location() 184 goto aggregate; in ppc_return_value_location()
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | rnn_cell.py | 129 inputs, tag="input", name="input", aggregate="stack", index_override=0) 134 aggregate="first", 146 aggregate="stack") 410 inputs, tag="input", name="input", aggregate="stack", index_override=0) 430 aggregate="first", 436 aggregate="first", 503 c, tag="c", name="c", aggregate="last", index_override=1) 505 m, tag="m", name="m", index_override=2, aggregate="stack")
|
/external/tensorflow/tensorflow/lite/python/ |
D | convert_test.py | 325 aggregate=op_hint.OpHint.AGGREGATE_STACK) 328 aggregate=op_hint.OpHint.AGGREGATE_STACK) 330 aggregate=op_hint.OpHint.AGGREGATE_STACK) 361 a0 = hint.add_input(a0, tag="c", aggregate=op_hint.OpHint.AGGREGATE_STACK) 362 b0 = hint.add_input(b0, tag="n", aggregate=op_hint.OpHint.AGGREGATE_STACK) 363 a1 = hint.add_input(a1, tag="c", aggregate=op_hint.OpHint.AGGREGATE_STACK) 364 b1 = hint.add_input(b1, tag="n", aggregate=op_hint.OpHint.AGGREGATE_STACK) 369 c0, tag="out", aggregate=op_hint.OpHint.AGGREGATE_STACK) 371 c1, tag="out", aggregate=op_hint.OpHint.AGGREGATE_STACK)
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/ |
D | verify.bsh | 33 File reportChild1 = new File( basedir, "report/target/site/jacoco-aggregate/child1/index.html" ); 38 File reportChild1test = new File( basedir, "report/target/site/jacoco-aggregate/child1-test/index.h… 43 File reportChild2 = new File( basedir, "report/target/site/jacoco-aggregate/child2/index.html" );
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 3 ; This tests correct handling of empty aggregate parameters and return values. 6 ; is treated as any other pointer parameter. An empty aggregate return value 7 ; is treated as any other aggregate return value, passed via address as a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 3 ; This tests correct handling of empty aggregate parameters and return values. 6 ; is treated as any other pointer parameter. An empty aggregate return value 7 ; is treated as any other aggregate return value, passed via address as a
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AccumulatorTakeGradient.pbtxt | 12 Number of gradients required before we return an aggregate. 34 global_step in the accumulator by 1, and resets the aggregate to 0.
|
D | api_def_SparseAccumulatorTakeGradient.pbtxt | 12 Number of gradients required before we return an aggregate. 47 aggregate to 0.
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1083 …rseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *aggregate) in functionCallLValueErrorCheck() argument 1090 TIntermTyped *node = (aggregate->getSequence())[i]->getAsTyped(); in functionCallLValueErrorCheck() 1619 TIntermAggregate *aggregate = intermediate.makeAggregate(intermSymbol, identifierLoc); in parseInvariantDeclaration() local 1620 aggregate->setOp(EOpInvariantDeclaration); in parseInvariantDeclaration() 1621 return aggregate; in parseInvariantDeclaration() 1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition() local 1891 intermediate.setAggregateOperator(aggregate, EOpFunction, location); in addFunctionDefinition() 1892 aggregate->setName(function.getMangledName().c_str()); in addFunctionDefinition() 1893 aggregate->setType(function.getReturnType()); in addFunctionDefinition() 1897 aggregate->setOptimize(pragma().optimize); in addFunctionDefinition() [all …]
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/ |
D | verify.bsh | 29 File reportChild1 = new File( basedir, "report/target/jacoco-aggregate-customization/child1/index.h… 34 File reportChild2 = new File( basedir, "report/target/jacoco-aggregate-customization/child2/index.h…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | reference-argument.ll | 3 ; ModuleID = 'aggregate-indirect-arg.cpp' 4 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp 46 !1 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "") 49 !5 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
|
/external/llvm/test/DebugInfo/X86/ |
D | reference-argument.ll | 2 ; ModuleID = 'aggregate-indirect-arg.cpp' 3 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp 48 !1 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "") 51 !5 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
|
/external/llvm/test/CodeGen/ARM/ |
D | aggregate-padding.ll | 32 ; An aggregate should be able to split between registers and stack if there is 45 ; If an aggregate has to be moved entirely onto the stack, nothing should be 62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
|
/external/deqp-deps/SPIRV-Tools/tools/stats/ |
D | spirv_stats.cpp | 48 void aggregate() { in aggregate() function in spvtools::stats::__anon2cd5bc3e0111::StatsAggregator 160 stats_aggregator.aggregate(); in AggregateStats()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/ |
D | spirv_stats.cpp | 48 void aggregate() { in aggregate() function in spvtools::stats::__anon6e1f67380111::StatsAggregator 160 stats_aggregator.aggregate(); in AggregateStats()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | aggregate-padding.ll | 32 ; An aggregate should be able to split between registers and stack if there is 45 ; If an aggregate has to be moved entirely onto the stack, nothing should be 62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | load-store-to-memcpy.ll | 6 ; Ensure load-store forwarding of an aggregate is interpreted as 20 ; Ensure load-store forwarding of an aggregate is interpreted as
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | invalid-datalayout5.ll | 3 ; CHECK: Sized aggregate specification in datalayout string
|