Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 208) sorted by relevance

123456789

/external/webrtc/webrtc/video/
Dreport_block_stats.cc51 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/
Dwebtreemap.css36 .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/
Dtilegx_retval.c120 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()
Dppc64_retval.c148 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()
Dalpha_retval.c118 goto aggregate; in alpha_return_value_location()
124 goto aggregate; in alpha_return_value_location()
141 aggregate: in alpha_return_value_location()
Darm_retval.c108 aggregate: in arm_return_value_location()
120 goto aggregate; in arm_return_value_location()
Dsparc_retval.c141 aggregate: in sparc_return_value_location()
152 goto aggregate; in sparc_return_value_location()
Dppc_retval.c151 aggregate: in ppc_return_value_location()
184 goto aggregate; in ppc_return_value_location()
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn_cell.py129 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/
Dconvert_test.py325 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/
Dverify.bsh33 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/
Demptystruct.ll3 ; 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/
Demptystruct.ll3 ; 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/
Dapi_def_AccumulatorTakeGradient.pbtxt12 Number of gradients required before we return an aggregate.
34 global_step in the accumulator by 1, and resets the aggregate to 0.
Dapi_def_SparseAccumulatorTakeGradient.pbtxt12 Number of gradients required before we return an aggregate.
47 aggregate to 0.
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1083 …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/
Dverify.bsh29 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/
Dreference-argument.ll3 ; 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/
Dreference-argument.ll2 ; 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/
Daggregate-padding.ll32 ; 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/
Dspirv_stats.cpp48 void aggregate() { in aggregate() function in spvtools::stats::__anon2cd5bc3e0111::StatsAggregator
160 stats_aggregator.aggregate(); in AggregateStats()
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/
Dspirv_stats.cpp48 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/
Daggregate-padding.ll32 ; 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/
Dload-store-to-memcpy.ll6 ; 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/
Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string

123456789