Home
last modified time | relevance | path

Searched +defs:val +defs:accumulator (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dperf.c87 struct accumulator { struct
89 enum drm_i915_oa_format format;
91 uint64_t deltas[MAX_RAW_OA_COUNTERS];
265 uint64_t val; in read_u64_file() local
278 write_u64_file(const char *path, uint64_t val) in write_u64_file()
291 try_sysfs_read_u64(const char *path, uint64_t *val) in try_sysfs_read_u64()
648 accumulate_reports(struct accumulator *accumulator, in accumulate_reports()
689 accumulator_print(struct accumulator *accumulator, const char *title) in accumulator_print()
3199 struct accumulator accumulator = { in gen8_test_single_ctx_render_target_writes_a_counter() local
/aosp_15_r20/system/media/audio_utils/
H A Dpower.cpp115 const float val = normalizeAmplitude<FORMAT>(); in normalizeEnergy() local
176 float accumulator = 0; in energyMonoVector() local
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dlz4.c191 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() local
196 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read32() local
201 size_t val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read_ARCH() local
293 static unsigned LZ4_NbCommonBytes (register size_t val) in LZ4_NbCommonBytes()
684 size_t accumulator = lastRun - RUN_MASK; in LZ4_compress_generic() local
919 size_t accumulator = lastRunSize - RUN_MASK; in LZ4_compress_destSize_generic() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc1060 tensorflow::Safe_PyObjectPtr val(Py_BuildValue( in MaybeRaiseExceptionFromTFStatus() local
1096 tensorflow::Safe_PyObjectPtr val( in MaybeRaiseExceptionFromStatus() local
1659 ForwardAccumulator* accumulator; member
1666 static void TFE_Py_ForwardAccumulatorDelete(PyObject* accumulator) { in TFE_Py_ForwardAccumulatorDelete()
2911 TFE_Py_ForwardAccumulator* accumulator = local
2923 PyObject* TFE_Py_ForwardAccumulatorSetAdd(PyObject* accumulator) {
2939 void TFE_Py_ForwardAccumulatorSetRemove(PyObject* accumulator) {
2948 void TFE_Py_ForwardAccumulatorWatch(PyObject* accumulator, PyObject* tensor,
2957 PyObject* TFE_Py_ForwardAccumulatorJVP(PyObject* accumulator,
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpreamble.rs108 let mut accumulator = 0u64; in try_parse() localVariable
260 let val = gen_contents()?.into(); in write_bits() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cuda/
H A DEmbeddingBag.cu26 __device__ __forceinline__ float bfe(uint32_t val, uint32_t pos, uint32_t len) { in bfe()
133 float4 accumulator[dims_per_byte]; in embedding_bag_nbits_rowwise_offsets_kernel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dreference_util.cc165 float val = init; in ReduceWindow1DGeneric() local
211 float val = init; in ReduceWindow3DAdd() local
275 float val = init; in ReduceWindow4DGeneric() local
366 float val = operand(scatter_0, scatter_1, scatter_2, scatter_3); in SelectAndScatter4DGePlus() local
556 float accumulator = init; in Reduce4DTo1D() local
/aosp_15_r20/external/lz4/lib/
H A Dlz4hc.c136 U64 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read64() local
168 unsigned LZ4HC_NbCommonBytes32(U32 val) in LZ4HC_NbCommonBytes32()
724 size_t accumulator = lastRunSize - RUN_MASK; in LZ4MID_compress() local
1325 size_t accumulator = lastRunSize - RUN_MASK; in LZ4HC_compress_hashChain() local
2079 size_t accumulator = lastRunSize - RUN_MASK; in LZ4HC_compress_optimal() local
H A Dlz4.c404 U16 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() local
409 U32 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read32() local
414 reg_t val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read_ARCH() local
579 static unsigned LZ4_NbCommonBytes (reg_t val) in LZ4_NbCommonBytes()
1319 size_t accumulator = lastRun - RUN_MASK; in LZ4_compress_generic_validated() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/
Dsystemfeatures-metadata-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__systemfeatures__linux_glibc_common__systemfeatures-gen- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/
DPluginAnnotationProcessor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/
Dcached-property-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__codegen__linux_glibc_common__codegen-version- ...
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c44 create_immed_rpt(struct ir3_block *block, unsigned nrpt, unsigned val) in create_immed_rpt()
50 create_immed_shared_rpt(struct ir3_block *block, unsigned nrpt, uint32_t val, in create_immed_shared_rpt()
57 create_immed_typed_rpt(struct ir3_block *block, unsigned nrpt, unsigned val, in create_immed_typed_rpt()
65 uint32_t val, type_t type, bool shared) in create_immed_typed_shared_rpt()
464 struct ir3_instruction *accumulator = NULL; in emit_alu_dot_4x8_as_dp4acc() local
504 struct ir3_instruction *accumulator = NULL; in emit_alu_dot_4x8_as_dp2acc() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/safeparcel-processor/safeparcel-annotation-processor/linux_glibc_common/withres/
Dsafeparcel-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dformatter.h76 Py_ssize_t accumulator, digitval; in get_integer() local
938 double val; in format_float_internal() local
/aosp_15_r20/external/python/cpython3/Python/
Dformatter_unicode.c63 Py_ssize_t accumulator, digitval, pos = *ppos; in get_integer() local
1051 double val; in format_float_internal() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/remoteauth/service/service-remoteauth-pre-jarjar/android_common/combined/
Dservice-remoteauth-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/external/mesa3d/src/intel/perf/
H A Dintel_perf.h132 uint64_t accumulator[MAX_OA_REPORT_COUNTERS]; member
209 uint32_t val; member
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/code/gson/gson/2.10.1/
HDgson-2.10.1.jar ... { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/linux_glibc_common/javac/
Dgson.jar ... { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common_apex10000/javac/
Dgson.jar ... { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common/javac/
Dgson.jar ... { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/androidx.appsearch_appsearch-compiler-plugin/linux_glibc_common/withres/
Dandroidx.appsearch_appsearch-compiler-plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_annotation_plugin/linux_glibc_common/withres/
Dauto_annotation_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-stdlib- ...
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_oneof_plugin/linux_glibc_common/withres/
Dauto_oneof_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-stdlib- ...

12345678910>>...31