Home
last modified time | relevance | path

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

12345678

/third_party/node/benchmark/
Dscatter.R31 aggregate = names(dat); globalVar
32 aggregate = aggregate[ globalVar
33 ! aggregate %in% c('rate', 'time', 'filename', x.axis.name, category.name)
36 for (aggregate.key in aggregate) {
38 aggregate = aggregate[aggregate != aggregate.key]; globalVar
43 for (aggregate.variable in aggregate) {
46 if (length(aggregate) > 0) {
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py683 self.aggregate = None
724 self.aggregate = Aggregate(self, aggregate_name, attrs)
725 self.aggregates[attrs['name']] = self.aggregate
728 self.aggregate.add_section(type_name, attrs)
742 self.aggregate = None
771 aggregate = self.aggregate
772 print("struct %s_packed {" % aggregate.name.lower())
773 print(" uint32_t opaque[{}];".format(aggregate.get_size() // 4))
775 print('#define {}_LENGTH {}'.format(aggregate.name.upper(), aggregate.size))
776 if aggregate.align != None:
[all …]
/third_party/skia/third_party/externals/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 {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp55 void scalarizeArgs(TIntermAggregate *aggregate, bool scalarizeVector, bool scalarizeMatrix);
111 void ScalarizeArgsTraverser::scalarizeArgs(TIntermAggregate *aggregate, in scalarizeArgs() argument
115 ASSERT(aggregate); in scalarizeArgs()
116 ASSERT(!aggregate->isArray()); in scalarizeArgs()
117 int size = static_cast<int>(aggregate->getType().getObjectSize()); in scalarizeArgs()
118 TIntermSequence *sequence = aggregate->getSequence(); in scalarizeArgs()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp57 void scalarizeArgs(TIntermAggregate *aggregate, bool scalarizeVector, bool scalarizeMatrix);
116 void ScalarizeArgsTraverser::scalarizeArgs(TIntermAggregate *aggregate, in scalarizeArgs() argument
120 ASSERT(aggregate); in scalarizeArgs()
121 ASSERT(!aggregate->isArray()); in scalarizeArgs()
122 int size = static_cast<int>(aggregate->getType().getObjectSize()); in scalarizeArgs()
123 TIntermSequence *sequence = aggregate->getSequence(); in scalarizeArgs()
DRewriteElseBlocks.cpp29 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *aggregate) override;
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Daggregate_cluster.proto19 package envoy.extensions.clusters.aggregate.v3;
21 // Configuration for the aggregate cluster. See the :ref:`architecture overview
23 // [#extension: envoy.clusters.aggregate]
25 // Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
/third_party/boost/libs/beast/example/http/client/crawl/
Dhttp_crawl.cpp67 aggregate(F const& f) in aggregate() function in crawl_report
214 report_.aggregate( in on_resolve()
238 report_.aggregate( in on_connect()
267 report_.aggregate( in on_write()
295 report_.aggregate( in on_read()
304 report_.aggregate( in on_read()
/third_party/boost/libs/config/test/
Dboost_no_priv_aggregate.ipp9 // TITLE: private in aggregate types
11 // as non-aggregate if they contain private or
/third_party/boost/libs/python/doc/
Dglossary.qbk22 A POD-struct is an aggregate class that has no non-static data members
25 no user-defined destructor. Similarly, a POD-union is an aggregate union that
30 aggregate is an array or a class (clause 9) with no user-declared
/third_party/skia/third_party/externals/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 …]
/third_party/boost/libs/pfr/doc/
Dpfr.qbk161 Boost.PFR adds the following out-of-the-box functionality for aggregate initializable structures:
282 Definition via aggregate initializable structure is much more clear. Same story with usages: `retur…
288 Boost.PFR library [*provides tuple like methods for aggregate initializable structures], making agg…
441 Boost.PFR library works with types that satisfy the requirements of `SimpleAggregate`: aggregate ty…
453 struct aggregate : empty { // not a SimpleAggregate
477 * T must be aggregate initializable without empty base classes
482 …* T must be constexpr aggregate initializable and all its fields must be constexpr default constru…
492 # at compile-time: use aggregate initialization to detect fields count in user-provided structure
496 … # at compile-time: use aggregate initialization to detect fields count in user-provided structure
497 …vertible to anything and remember types it has been converted to during aggregate initialization o…
[all …]
DJamfile.v236 …\"aggregate=\\xmlonly<link linkend='boost_pfr.limitations_and_configuration'>\\endxmlonly simple a…
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc243 bool PatternMatch(const FuncGraphPtr &graph, const AnfNodePtr &node, AnfNodeIndex *aggregate, AnfNo… in PatternMatch() argument
249 MS_EXCEPTION_IF_NULL(aggregate); in PatternMatch()
257 aggregate->node = node; in PatternMatch()
258 aggregate->index = aggregate_iter->second; in PatternMatch()
/third_party/boost/more/getting_started/detail/
Ddistro.rst45 * Some libraries have an “aggregate header” in ``boost``\ |/| that
47 example, Boost.Python_'s aggregate header is
/third_party/boost/libs/icl/doc/
Dexamples.qbk19 ['*aggregate on overlap*].]]
34 …[__itv_map__][Using /aggregate on overlap/ a history of height averages of party guests is compute…
39 … [Using /aggregate on overlap/ the heights of the party's tallest guests are computed.
88 ['*aggregate on overlap*]:
91 There are two behavioral aspects to ['*aggregate on overlap*]: a ['*decompositional
113 interval maps and /aggregate on overlap/.
189 Based on the `operator +=` we can aggregate counted sums on addition
Dintroduction.qbk139 __itv_map__. This operation propagation is called ['*aggregate on overlap*].
145 ['*aggregate on overlap*] principle on __itv_maps__:
170 Addability and aggregate on overlap are useful features on
196 implements ['*aggregate on overlap*], which is
197 named ['*aggregate on collision*] for an element container.
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DGNUmakefile34 include $(GNUSTEP_MAKEFILES)/aggregate.make
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/
Dmeson.build12 qt_cxx_warn_less = cxx.get_supported_arguments(['-Wno-aggregate-return'])
/third_party/mindspore/mindspore/explainer/benchmark/_attribution/
Dmetric.py99 def aggregate(self, result): member in LabelAgnosticMetric
145 def aggregate(self, result, targets): member in LabelSensitiveMetric
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c162 unsigned char aggregate; member
639 if (t->aggregate) { in lws_fts_fill()
755 t->aggregate = 1; in lws_fts_fill()
916 t->aggregate = 1; in lws_fts_fill()
930 if (t->aggregate && t->agg_pos) { in lws_fts_fill()
950 t->aggregate = 0; in lws_fts_fill()
/third_party/skia/src/core/
DSkImageFilter.cpp545 SkIRect aggregate = this->onFilterBounds(input, mapping.layerMatrix(), in onGetInputLayerBounds() local
547 return skif::LayerSpace<SkIRect>(aggregate); in onGetInputLayerBounds()
556 SkIRect aggregate = this->onFilterBounds(SkIRect(contentBounds), mapping.layerMatrix(), in onGetOutputLayerBounds() local
558 SkIRect output = this->onFilterNodeBounds(aggregate, mapping.layerMatrix(), in onGetOutputLayerBounds()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl34 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
52 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
/third_party/mindspore/third_party/proto/tensorflow/
Dop_def.proto120 // shape as the input. The optimizer may replace an aggregate op
121 // taking input from multiple devices with a tree of aggregate ops
122 // that aggregate locally within each device (and possibly within
/third_party/libphonenumber/debian/
Drules25 DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate

12345678