Searched defs:accumulator (Results 1 – 8 of 8) sorted by relevance
29 double accumulator = 0; in computePi() local
77 size_t accumulator = 0; in writeVia() local113 size_t accumulator = 0; in readVia() local
90 for (size_t accumulator = 0; ; ) { in readVia() local
467 List<Object> accumulator = new ArrayList<>(parcelables.length); in getRawPropertyFromRawDocument() local492 private static Object flattenAccumulator(@NonNull List<Object> accumulator) { in flattenAccumulator()
377 <R> R reduceOnAllTaskDisplayAreas(BiFunction<TaskDisplayArea, R, R> accumulator, in reduceOnAllTaskDisplayAreas() argument
1992 <R> R reduceOnAllTaskDisplayAreas(BiFunction<TaskDisplayArea, R, R> accumulator, in reduceOnAllTaskDisplayAreas() argument2016 <R> R reduceOnAllTaskDisplayAreas(BiFunction<TaskDisplayArea, R, R> accumulator, in reduceOnAllTaskDisplayAreas() argument
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule() local
12472 @NonNull CpuDeltaPowerAccumulator accumulator) { in updateCpuMeasuredEnergyStatsLocked()