Searched refs:accumulator (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
H A Dreduce_auto_comb.rs26 initializer(find_min_user_type_init) accumulator(find_min_user_type_accum) \
H A Dreduce.rs26 accumulator(find_min_user_type_accum) \
/frameworks/av/media/libnbaio/
H A DNBAIO.cpp77 size_t accumulator = 0; local
78 while (accumulator < total) {
79 size_t count = total - accumulator;
90 accumulator += ret;
94 return accumulator > 0 ? accumulator : ret;
96 return accumulator;
113 size_t accumulator = 0; local
114 while (accumulator < total) {
115 size_t count = total - accumulator;
[all...]
H A DAudioBufferProviderSource.cpp90 for (size_t accumulator = 0; ; ) {
91 ALOG_ASSERT(accumulator <= total);
92 size_t count = total - accumulator;
94 return accumulator;
113 return accumulator > 0 ? accumulator : (ssize_t) status;
123 if (CC_LIKELY(accumulator > 0)) {
124 return accumulator;
130 accumulator += ret;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java983 int accumulator = 0;
994 accumulator++;
996 accumulator += 2; // escape character + shift table index
999 accumulator++;
1001 if (accumulator > limit) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java466 private boolean readContentParameters(int startIndex, int leftToRead, int accumulator) { argument
493 - totalRead, accumulator + totalRead);
521 accumulator + totalRead);
524 mDataLength = accumulator;
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp72 * In the case of a general reduction kernel, the kernel's accumulator
74 * original accumulator function name "<ACCUMFN>" followed by
76 * for the function generated from the accumulator should not
77 * introduce any possibility for name clashes today: The accumulator
81 * any reduction kernels that share the accumulator <ACCUMFN> can
359 // Create skeleton of a general reduce kernel's expanded accumulator.
553 // ForEach-able function or a general reduction accumulator
621 // ForEach-able function or an expanded general reduction accumulator
705 // or an expanded general reduction accumulator function. Also, for the call to the
1122 // Expand the accumulator functio
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); local
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5631 float accumulator, int negativeKeyCode, int positiveKeyCode) {
5632 while (accumulator <= -mConfigTickDistance) {
5634 accumulator += mConfigTickDistance;
5636 while (accumulator >= mConfigTickDistance) {
5638 accumulator -= mConfigTickDistance;
5640 return accumulator;
5630 consumeAccumulatedMovement(long time, int metaState, float accumulator, int negativeKeyCode, int positiveKeyCode) argument
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect22 package accumulator;
25 import accumulator.reduce_general_accumulatorBitCode;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 8028 milliseconds