Home
last modified time | relevance | path

Searched defs:agg (Results 1 – 25 of 102) sorted by relevance

12345

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistanceKernel.cu39 …static __forceinline__ __device__ void agg(scalar_t& update, const scalar_t other) { update += oth… in agg() function
46 …static __forceinline__ __device__ void agg(scalar_t& update, const scalar_t other) { update += oth… in agg() function
61 …static __forceinline__ __device__ void agg(scalar_t& update, const scalar_t other) { update += oth… in agg() function
69 …static __forceinline__ __device__ void agg(scalar_t& update, const scalar_t other) { update += oth… in agg() function
77 …static __forceinline__ __device__ void agg(scalar_t& update, const scalar_t other) { if (other > u… in agg() function
109 scalar_t agg = 0.0; in pdist_kernel_cuda_impl() local
201 scalar_t agg = 0.0; in cdist_kernel_cuda_impl() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dreferences.cpp66 struct { const int& a; } agg = { 10 }; in test_scalar() local
78 struct { const _Complex int &a; } agg = { 10i }; in test_complex() local
90 struct { const C& a; } agg = { C() }; in test_aggregate() local
H A Ddebug-info-line.cpp69 struct agg { int i; }; struct
/aosp_15_r20/external/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c55 int agg; member
393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
873 uint32_t slen, cho, agg, inst; in lws_fts_search() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp152 TIntermAggregate* agg = intermediate.makeAggregate(node); in makeAttributes() local
232 TIntermAggregate* agg = node->getAsAggregate(); in handleLoopAttributes() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp152 TIntermAggregate* agg = intermediate.makeAggregate(node); in makeAttributes() local
232 TIntermAggregate* agg = node->getAsAggregate(); in handleLoopAttributes() local
/aosp_15_r20/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp115 Agg agg; member
127 Agg agg[24]; member
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp4 namespace agg namespace
H A Dinstantiate-c99.cpp11 T agg = { in f() local
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp35 namespace agg namespace
H A Dagg_vcgen_dash.cpp29 namespace agg namespace
H A Dagg_vcgen_stroke.cpp30 namespace agg namespace
H A Dagg_curves.cpp27 namespace agg namespace
H A Dagg_rasterizer_scanline_aa.cpp54 namespace agg namespace
/aosp_15_r20/external/pytorch/torch/csrc/monitor/
H A Dcounters.cpp8 const char* aggregationName(Aggregation agg) { in aggregationName()
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Ddistance_util.h36 CTYPE agg = 0; in pdist() local
/aosp_15_r20/external/perfetto/ui/src/components/
H A Dquery_flamegraph.ts234 const agg = aggregatableProperties ?? []; constant
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_cdist_forward.cpp90 CTYPE agg = 0; in cdist() local
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dpivot_table_manager.ts112 const agg = this.aggregateColumns[i]; constant
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dt1.c1048 …s_step_macro(mqc, curctx, a, c, ct, flagspIn, datapIn, bpno, one, nmsedec, agg, runlen, lim, cblks… argument
1183 OPJ_UINT32 agg, runlen; in opj_t1_enc_clnpass() local
1223 const OPJ_UINT32 agg = 0; in opj_t1_enc_clnpass() local
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpivot_table.ts400 for (const agg of this.pivotState.selectedAggregations.values()) { constant
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp284 char** agg = reinterpret_cast<char**>( in sqliteCustomAggregateFunctionStep() local
335 char** agg = reinterpret_cast<char**>( in sqliteCustomAggregateFunctionFinal() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dconversions_data_info.h129 DataInfoSpec<InType, OutType>::DataInfoSpec(const DataInitInfo &agg) in DataInfoSpec()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h182 } agg; member
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmetrics.go802 var agg statAggregate var

12345