Home
last modified time | relevance | path

Searched defs:aggregate (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/video/
Dreport_block_stats.cc51 RTCPReportBlock aggregate; in AggregateAndStore() local
/external/clang/test/Sema/
Dthread-specifier.c123 __thread int aggregate[10] = {0}; variable
/external/iputils/ninfod/
Dninfod_addrs.c121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
Dninfod_name.c123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
Dninfod_core.c112 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
Dninfod.c127 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
/external/deqp-deps/SPIRV-Tools/tools/stats/
Dspirv_stats.cpp48 void aggregate() { in aggregate() function in spvtools::stats::__anon2cd5bc3e0111::StatsAggregator
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/
Dspirv_stats.cpp48 void aggregate() { in aggregate() function in spvtools::stats::__anon6e1f67380111::StatsAggregator
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DAggregateSummaryStatistics.java301 public static StatisticalSummaryValues aggregate(Collection<SummaryStatistics> statistics) { in aggregate() method in AggregateSummaryStatistics
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py76 def aggregate(self, batch_outs, batch_start=None, batch_end=None): member in Aggregator
100 def aggregate(self, batch_outs, batch_start=None, batch_end=None): member in MetricsAggregator
130 def aggregate(self, batch_outs, batch_start=None, batch_end=None): member in OutputsAggregator
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq.hpp270 element_type aggregate(Fn fn) const in aggregate() function in cpplinq::linq_driver
282 T aggregate(T initialValue, Fn fn) const in aggregate() function in cpplinq::linq_driver
/external/clang/test/CXX/drs/
Ddr5xx.cpp667 struct aggregate { struct
668 int x;
669 int y;
670 trivial t;
671 std_layout sl;
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1083 …rseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *aggregate) in functionCallLValueErrorCheck()
1619 TIntermAggregate *aggregate = intermediate.makeAggregate(intermSymbol, identifierLoc); in parseInvariantDeclaration() local
1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition() local
2467 …TIntermAggregate *aggregate = intermediate.makeAggregate(intermediate.addSymbol(symbolId, symbolNa… in addInterfaceBlock() local
3624 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, op, loc); in addFunctionCallOrMethod() local
3680 … TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod() local
/external/tensorflow/tensorflow/contrib/eager/python/
Dmetrics_impl.py237 def aggregate(self, metrics): member in Metric
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py224 def add(self, arg, tag=None, name=None, aggregate=None, argument
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc693 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5285 TIntermAggregate* aggregate = arguments ? arguments->getAsAggregate() : nullptr; in handleFunctionCall() local
5528 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions() local
5601 TIntermAggregate* aggregate = arguments->getAsAggregate(); in expandArguments() local
5763 void HlslParseContext::addStructBuffArguments(const TSourceLoc& loc, TIntermAggregate*& aggregate) in addStructBuffArguments()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp1084 TIntermAggregate* aggregate = arguments->getAsAggregate(); in handleFunctionCall() local
1416 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions() local
/external/ImageMagick/MagickCore/
Denhance.c1945 aggregate; in EnhanceImage() local