Searched defs:reduce (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/ui/
H A DRect.cpp113 Rect Rect::reduce(const Rect& exclude) const { function in class:android::Rect
/frameworks/base/libs/common_time/
H A DLinearTransform.cpp227 template <class T> void LinearTransform::reduce(T* N, T* D) { function in class:android::LinearTransform
264 template void LinearTransform::reduce<uint64_t>(uint64_t* N, uint64_t* D);
265 template void LinearTransform::reduce<uint32_t>(uint32_t* N, uint32_t* D);
269 void LinearTransform::reduce(int32_t* N, uint32_t* D) { function in class:android::LinearTransform
273 reduce(reinterpret_cast<uint32_t*>(N), D);
276 reduce(reinterpret_cast<uint32_t*>(N), D);
/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp105 // reduce kernels have the encoded int signature, followed by a
132 const bcinfo::MetadataExtractor::Reduce &reduce = exportReduceList[i]; local
133 s << reduce.mSignature << " - "
134 << reduce.mAccumulatorDataSize << " - "
135 << reduce.mReduceName << " - "
136 << reduceFnName(reduce.mInitializerName) << " - "
137 << reduceFnName(reduce.mAccumulatorName) << " - "
138 << ((reduce.mCombinerName != nullptr)
139 ? reduce.mCombinerName
140 : nameReduceCombinerFromAccumulator(reduce
[all...]
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp155 const bcinfo::MetadataExtractor::Reduce &reduce = reduceList[i]; local
156 fprintf(info, "%u - %s - %u - %u\n", reduce.mSignature, reduce.mReduceName,
157 reduce.mInputCount, reduce.mAccumulatorDataSize);
158 dumpReduceInfo(info, "initializer", reduce.mInitializerName);
159 dumpReduceInfo(info, "accumulator", reduce.mAccumulatorName);
160 dumpReduceInfo(info, "combiner", reduce.mCombinerName);
161 dumpReduceInfo(info, "outconverter", reduce.mOutConverterName);
162 dumpReduceInfo(info, "halter", reduce
222 const bcinfo::MetadataExtractor::Reduce &reduce = reduceList[i]; local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScript.java292 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { method in class:Script
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java390 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { method in class:Script
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp381 static Rect reduce(const Rect& win, const Region& exclude) { function in namespace:android
386 return win.reduce(exclude.getBounds());
413 // parent's transparent region. In fact one of the main uses, is to reduce
423 win = reduce(win, screenTransparentRegion);
458 return reduce(win, activeTransparentRegion);
521 activeCrop = reduce(activeCrop, s.activeTransparentRegion);
941 Rect bounds = reduce(win, s.activeTransparentRegion);
990 Rect bounds = reduce(win, s.activeTransparentRegion);
/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. ...

Completed in 1419 milliseconds