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

/frameworks/base/libs/common_time/
H A DLinearTransform.h56 // Helpers which will reduce the fraction N/D using Euclid's method.
57 template <class T> static void reduce(T* N, T* D);
58 static void reduce(int32_t* N, uint32_t* D);
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);
H A Dcommon_clock.cpp51 LinearTransform::reduce(&numer, &denom);
53 ALOGE("Overflow in CommonClock::init while trying to reduce %" PRIu64 "/%" PRIu64,
138 LinearTransform::reduce(&n1, &d2);
139 LinearTransform::reduce(&n2, &d1);
140 LinearTransform::reduce(&n2, &d2);
H A Dclock_recovery.cpp64 LinearTransform::reduce(&N, &D);
68 LinearTransform::reduce(&N, &D);
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
H A Dreduce_auto_comb.rs25 #pragma rs reduce(find_min_user_type_auto_comb) \
H A Dreduce.rs25 #pragma rs reduce(find_min_user_type) initializer(find_min_user_type_init) \
/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/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/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.h177 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.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/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/rs/script_api/
H A Drs_math.spec2922 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 369 milliseconds