/frameworks/compile/libbcc/lib/Renderscript/ |
H A D | RSEmbedInfo.cpp | 102 // 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 D | main.cpp | 155 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 D | common_clock.cpp | 52 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 D | clock_recovery.cpp | 64 LinearTransform::reduce(&N, &D); 68 LinearTransform::reduce(&N, &D);
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
H A D | ScriptC_reduce_general_input.java.expect | 177 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 D | ScriptC_reduce_general_accumulator.java.expect | 109 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 D | mcld-device-build.mk | 3 # The three inline options together reduce libbcc.so almost 1MB.
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
H A D | ScriptC_reduce_general_struct.java.expect | 96 reduce(mExportReduceIdx_inStruct, new Allocation[]{ain1}, aout, sc);
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
H A D | ScriptC_reduce_general_duplicate_array.java.expect | 109 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 D | ScriptC_reduce_general_examples.java.expect | 230 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 D | ScriptC_reduce_general_examples_backward.java.expect | 230 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 D | ScriptC_reduce_general_examples_halter.java.expect | 147 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 D | ScriptC_reduce_general_examples_explicit.java.expect | 192 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 D | ScriptC_reduce_general_inputs.java.expect | 180 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 D | ScriptC_reduce_general_result.java.expect | 2744 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 D | Rect.h | 178 Rect reduce(const Rect& exclude) const;
|
/frameworks/native/libs/ui/ |
H A D | Rect.cpp | 113 Rect Rect::reduce(const Rect& exclude) const { function in class:android::Rect
|
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 369 static Rect reduce(const Rect& win, const Region& exclude) { function in namespace:android 374 return win.reduce(exclude.getBounds()); 392 return reduce(win, activeTransparentRegion); 438 activeCrop = reduce(activeCrop, s.activeTransparentRegion); 819 Rect bounds = reduce(win, s.activeTransparentRegion); 868 Rect bounds = reduce(win, s.activeTransparentRegion); 1243 win = reduce(win, s.activeTransparentRegion);
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | Script.java | 292 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 D | Script.java | 390 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { method in class:Script
|
/frameworks/rs/api/ |
H A D | rs_math.spec | 2908 to reduce very large value of x to something within a limited range.
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |