Searched refs:reduce (Results 1 - 22 of 22) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp102 // reduce kernels have the encoded int signature, followed by a
129 const bcinfo::MetadataExtractor::Reduce &reduce = exportReduceList[i]; local
130 s << reduce.mSignature << " - "
131 << reduce.mAccumulatorDataSize << " - "
132 << reduce.mReduceName << " - "
133 << reduceFnName(reduce.mInitializerName) << " - "
134 << reduceFnName(reduce.mAccumulatorName) << " - "
135 << ((reduce.mCombinerName != nullptr)
136 ? reduce.mCombinerName
137 : 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/libs/common_time/
H A Dcommon_clock.cpp52 LinearTransform::reduce(&numer, &denom);
54 ALOGE("Overflow in CommonClock::init while trying to reduce %" PRIu64 "/%" PRIu64,
139 LinearTransform::reduce(&n1, &d2);
140 LinearTransform::reduce(&n2, &d1);
141 LinearTransform::reduce(&n2, &d2);
H A Dclock_recovery.cpp64 LinearTransform::reduce(&N, &D);
68 LinearTransform::reduce(&N, &D);
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect177 reduce(mExportReduceIdx_my_half_0, new Allocation[]{ain1}, aout, sc);
210 reduce(mExportReduceIdx_my_half_1, new Allocation[]{ain1}, aout, sc);
243 reduce(mExportReduceIdx_my_half_2, new Allocation[]{ain1}, aout, sc);
276 reduce(mExportReduceIdx_my_half_3, new Allocation[]{ain1}, aout, sc);
309 reduce(mExportReduceIdx_my_half_4, new Allocation[]{ain1}, aout, sc);
342 reduce(mExportReduceIdx_my_half_5, new Allocation[]{ain1}, aout, sc);
375 reduce(mExportReduceIdx_my_half_6, new Allocation[]{ain1}, aout, sc);
408 reduce(mExportReduceIdx_my_half_7, new Allocation[]{ain1}, aout, sc);
441 reduce(mExportReduceIdx_my_half_8, new Allocation[]{ain1}, aout, sc);
474 reduce(mExportReduceIdx_my_half_
[all...]
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect109 reduce(mExportReduceIdx_my_half, new Allocation[]{ain1}, aout, sc);
142 reduce(mExportReduceIdx_my_half2, new Allocation[]{ain1}, aout, sc);
175 reduce(mExportReduceIdx_my_half4, new Allocation[]{ain1}, aout, sc);
208 reduce(mExportReduceIdx_my_array_half, new Allocation[]{ain1}, aout, sc);
241 reduce(mExportReduceIdx_my_array_half2, new Allocation[]{ain1}, aout, sc);
274 reduce(mExportReduceIdx_my_array_half4, new Allocation[]{ain1}, aout, sc);
307 reduce(mExportReduceIdx_my_float, new Allocation[]{ain1}, aout, sc);
340 reduce(mExportReduceIdx_my_float2, new Allocation[]{ain1}, aout, sc);
373 reduce(mExportReduceIdx_my_float4, new Allocation[]{ain1}, aout, sc);
406 reduce(mExportReduceIdx_my_array_floa
[all...]
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
/frameworks/compile/slang/tests/P_reduce_general_struct/
H A DScriptC_reduce_general_struct.java.expect96 reduce(mExportReduceIdx_inStruct, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
H A DScriptC_reduce_general_duplicate_array.java.expect109 reduce(mExportReduceIdx_sumDec, new Allocation[]{ain1}, aout, sc);
142 reduce(mExportReduceIdx_sumInc, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect230 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
263 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
327 reduce(mExportReduceIdx_dp, new Allocation[]{ain1, ain2}, aout, sc);
360 reduce(mExportReduceIdx_findMinAndMax, new Allocation[]{ain1}, aout, sc);
393 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
426 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
459 reduce(mExportReduceIdx_histogram, new Allocation[]{ain1}, aout, sc);
492 reduce(mExportReduceIdx_mode, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect230 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
263 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
327 reduce(mExportReduceIdx_dp, new Allocation[]{ain1, ain2}, aout, sc);
360 reduce(mExportReduceIdx_findMinAndMax, new Allocation[]{ain1}, aout, sc);
393 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
426 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
459 reduce(mExportReduceIdx_histogram, new Allocation[]{ain1}, aout, sc);
492 reduce(mExportReduceIdx_mode, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
H A DScriptC_reduce_general_examples_halter.java.expect147 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
180 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect192 reduce(mExportReduceIdx_addint_init, new Allocation[]{ain1}, aout, sc);
225 reduce(mExportReduceIdx_addint_comb, new Allocation[]{ain1}, aout, sc);
258 reduce(mExportReduceIdx_addint_init_comb, new Allocation[]{ain1}, aout, sc);
322 reduce(mExportReduceIdx_dp_init, new Allocation[]{ain1, ain2}, aout, sc);
355 reduce(mExportReduceIdx_histogram_init, new Allocation[]{ain1}, aout, sc);
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect180 reduce(mExportReduceIdx_my_half_half_0, new Allocation[]{ain1, ain2}, aout, sc);
244 reduce(mExportReduceIdx_my_half_half_1, new Allocation[]{ain1, ain2}, aout, sc);
312 reduce(mExportReduceIdx_my_half_half2_0, new Allocation[]{ain1, ain2}, aout, sc);
380 reduce(mExportReduceIdx_my_half_half2_1, new Allocation[]{ain1, ain2}, aout, sc);
448 reduce(mExportReduceIdx_my_half_half4_0, new Allocation[]{ain1, ain2}, aout, sc);
516 reduce(mExportReduceIdx_my_half_half4_1, new Allocation[]{ain1, ain2}, aout, sc);
580 reduce(mExportReduceIdx_my_half_float_0, new Allocation[]{ain1, ain2}, aout, sc);
644 reduce(mExportReduceIdx_my_half_float_1, new Allocation[]{ain1, ain2}, aout, sc);
712 reduce(mExportReduceIdx_my_half_float2_0, new Allocation[]{ain1, ain2}, aout, sc);
780 reduce(mExportReduceIdx_my_half_float2_
[all...]
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect2744 reduce(mExportReduceIdx_my_half, new Allocation[]{ain1}, aout, sc);
2781 reduce(mExportReduceIdx_my_half2, new Allocation[]{ain1}, aout, sc);
2818 reduce(mExportReduceIdx_my_half4, new Allocation[]{ain1}, aout, sc);
2851 reduce(mExportReduceIdx_my_array_half, new Allocation[]{ain1}, aout, sc);
2888 reduce(mExportReduceIdx_my_array_half2, new Allocation[]{ain1}, aout, sc);
2925 reduce(mExportReduceIdx_my_array_half4, new Allocation[]{ain1}, aout, sc);
2958 reduce(mExportReduceIdx_my_float, new Allocation[]{ain1}, aout, sc);
2995 reduce(mExportReduceIdx_my_float2, new Allocation[]{ain1}, aout, sc);
3032 reduce(mExportReduceIdx_my_float4, new Allocation[]{ain1}, aout, sc);
3065 reduce(mExportReduceIdx_my_array_floa
[all...]
/frameworks/native/include/ui/
H A DRect.h178 Rect reduce(const Rect& exclude) const;
/frameworks/native/libs/ui/
H A DRect.cpp113 Rect Rect::reduce(const Rect& exclude) const { function in class:android::Rect
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp366 static Rect reduce(const Rect& win, const Region& exclude) { function in namespace:android
371 return win.reduce(exclude.getBounds());
389 return reduce(win, activeTransparentRegion);
435 activeCrop = reduce(activeCrop, s.activeTransparentRegion);
795 Rect bounds = reduce(win, s.activeTransparentRegion);
844 Rect bounds = reduce(win, s.activeTransparentRegion);
1177 win = reduce(win, s.activeTransparentRegion);
/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/support/v8/renderscript/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/rs/api/
H A Drs_math.spec2908 to reduce very large value of x to something within a limited range.
/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 2718 milliseconds