aboutsummaryrefslogtreecommitdiff
path: root/tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect')
-rw-r--r--tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect272
1 files changed, 136 insertions, 136 deletions
diff --git a/tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect b/tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect
index 49ca526..c1bd6d5 100644
--- a/tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect
+++ b/tests/P_reduce_general_result/ScriptC_reduce_general_result.java.expect
@@ -2712,7 +2712,7 @@ public class ScriptC_reduce_general_result extends ScriptC {
private Int4 mResult;
}
- private final static int mExportReduceNewIdx_my_half = 0;
+ private final static int mExportReduceIdx_my_half = 0;
// in1 = "val"
public result_half reduce_my_half(short[] in1) {
// Verify that "in1" is non-null.
@@ -2741,11 +2741,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_half, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_half, new Allocation[]{ain1}, aout, sc);
return new result_half(aout);
}
- private final static int mExportReduceNewIdx_my_half2 = 1;
+ private final static int mExportReduceIdx_my_half2 = 1;
// in1 = "val", flattened 2-vectors
public result_half2 reduce_my_half2(short[] in1) {
// Verify that "in1" is non-null.
@@ -2778,11 +2778,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_half2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_half2, new Allocation[]{ain1}, aout, sc);
return new result_half2(aout);
}
- private final static int mExportReduceNewIdx_my_half4 = 2;
+ private final static int mExportReduceIdx_my_half4 = 2;
// in1 = "val", flattened 4-vectors
public result_half4 reduce_my_half4(short[] in1) {
// Verify that "in1" is non-null.
@@ -2815,11 +2815,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_half4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_half4, new Allocation[]{ain1}, aout, sc);
return new result_half4(aout);
}
- private final static int mExportReduceNewIdx_my_array_half = 3;
+ private final static int mExportReduceIdx_my_array_half = 3;
// in1 = "val"
public resultArray7_half reduce_my_array_half(short[] in1) {
// Verify that "in1" is non-null.
@@ -2848,11 +2848,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_half, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_half, new Allocation[]{ain1}, aout, sc);
return new resultArray7_half(aout);
}
- private final static int mExportReduceNewIdx_my_array_half2 = 4;
+ private final static int mExportReduceIdx_my_array_half2 = 4;
// in1 = "val", flattened 2-vectors
public resultArray7_half2 reduce_my_array_half2(short[] in1) {
// Verify that "in1" is non-null.
@@ -2885,11 +2885,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_half2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_half2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_half2(aout);
}
- private final static int mExportReduceNewIdx_my_array_half4 = 5;
+ private final static int mExportReduceIdx_my_array_half4 = 5;
// in1 = "val", flattened 4-vectors
public resultArray7_half4 reduce_my_array_half4(short[] in1) {
// Verify that "in1" is non-null.
@@ -2922,11 +2922,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F16_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_half4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_half4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_half4(aout);
}
- private final static int mExportReduceNewIdx_my_float = 6;
+ private final static int mExportReduceIdx_my_float = 6;
// in1 = "val"
public result_float reduce_my_float(float[] in1) {
// Verify that "in1" is non-null.
@@ -2955,11 +2955,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_float, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_float, new Allocation[]{ain1}, aout, sc);
return new result_float(aout);
}
- private final static int mExportReduceNewIdx_my_float2 = 7;
+ private final static int mExportReduceIdx_my_float2 = 7;
// in1 = "val", flattened 2-vectors
public result_float2 reduce_my_float2(float[] in1) {
// Verify that "in1" is non-null.
@@ -2992,11 +2992,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_float2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_float2, new Allocation[]{ain1}, aout, sc);
return new result_float2(aout);
}
- private final static int mExportReduceNewIdx_my_float4 = 8;
+ private final static int mExportReduceIdx_my_float4 = 8;
// in1 = "val", flattened 4-vectors
public result_float4 reduce_my_float4(float[] in1) {
// Verify that "in1" is non-null.
@@ -3029,11 +3029,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_float4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_float4, new Allocation[]{ain1}, aout, sc);
return new result_float4(aout);
}
- private final static int mExportReduceNewIdx_my_array_float = 9;
+ private final static int mExportReduceIdx_my_array_float = 9;
// in1 = "val"
public resultArray7_float reduce_my_array_float(float[] in1) {
// Verify that "in1" is non-null.
@@ -3062,11 +3062,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_float, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_float, new Allocation[]{ain1}, aout, sc);
return new resultArray7_float(aout);
}
- private final static int mExportReduceNewIdx_my_array_float2 = 10;
+ private final static int mExportReduceIdx_my_array_float2 = 10;
// in1 = "val", flattened 2-vectors
public resultArray7_float2 reduce_my_array_float2(float[] in1) {
// Verify that "in1" is non-null.
@@ -3099,11 +3099,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_float2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_float2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_float2(aout);
}
- private final static int mExportReduceNewIdx_my_array_float4 = 11;
+ private final static int mExportReduceIdx_my_array_float4 = 11;
// in1 = "val", flattened 4-vectors
public resultArray7_float4 reduce_my_array_float4(float[] in1) {
// Verify that "in1" is non-null.
@@ -3136,11 +3136,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F32_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_float4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_float4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_float4(aout);
}
- private final static int mExportReduceNewIdx_my_double = 12;
+ private final static int mExportReduceIdx_my_double = 12;
// in1 = "val"
public result_double reduce_my_double(double[] in1) {
// Verify that "in1" is non-null.
@@ -3169,11 +3169,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_double, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_double, new Allocation[]{ain1}, aout, sc);
return new result_double(aout);
}
- private final static int mExportReduceNewIdx_my_double2 = 13;
+ private final static int mExportReduceIdx_my_double2 = 13;
// in1 = "val", flattened 2-vectors
public result_double2 reduce_my_double2(double[] in1) {
// Verify that "in1" is non-null.
@@ -3206,11 +3206,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_double2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_double2, new Allocation[]{ain1}, aout, sc);
return new result_double2(aout);
}
- private final static int mExportReduceNewIdx_my_double4 = 14;
+ private final static int mExportReduceIdx_my_double4 = 14;
// in1 = "val", flattened 4-vectors
public result_double4 reduce_my_double4(double[] in1) {
// Verify that "in1" is non-null.
@@ -3243,11 +3243,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_double4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_double4, new Allocation[]{ain1}, aout, sc);
return new result_double4(aout);
}
- private final static int mExportReduceNewIdx_my_array_double = 15;
+ private final static int mExportReduceIdx_my_array_double = 15;
// in1 = "val"
public resultArray7_double reduce_my_array_double(double[] in1) {
// Verify that "in1" is non-null.
@@ -3276,11 +3276,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_double, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_double, new Allocation[]{ain1}, aout, sc);
return new resultArray7_double(aout);
}
- private final static int mExportReduceNewIdx_my_array_double2 = 16;
+ private final static int mExportReduceIdx_my_array_double2 = 16;
// in1 = "val", flattened 2-vectors
public resultArray7_double2 reduce_my_array_double2(double[] in1) {
// Verify that "in1" is non-null.
@@ -3313,11 +3313,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_double2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_double2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_double2(aout);
}
- private final static int mExportReduceNewIdx_my_array_double4 = 17;
+ private final static int mExportReduceIdx_my_array_double4 = 17;
// in1 = "val", flattened 4-vectors
public resultArray7_double4 reduce_my_array_double4(double[] in1) {
// Verify that "in1" is non-null.
@@ -3350,11 +3350,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __F64_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_double4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_double4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_double4(aout);
}
- private final static int mExportReduceNewIdx_my_char = 18;
+ private final static int mExportReduceIdx_my_char = 18;
// in1 = "val"
public result_char reduce_my_char(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3383,11 +3383,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_char, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_char, new Allocation[]{ain1}, aout, sc);
return new result_char(aout);
}
- private final static int mExportReduceNewIdx_my_char2 = 19;
+ private final static int mExportReduceIdx_my_char2 = 19;
// in1 = "val", flattened 2-vectors
public result_char2 reduce_my_char2(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3420,11 +3420,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_char2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_char2, new Allocation[]{ain1}, aout, sc);
return new result_char2(aout);
}
- private final static int mExportReduceNewIdx_my_char4 = 20;
+ private final static int mExportReduceIdx_my_char4 = 20;
// in1 = "val", flattened 4-vectors
public result_char4 reduce_my_char4(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3457,11 +3457,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_char4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_char4, new Allocation[]{ain1}, aout, sc);
return new result_char4(aout);
}
- private final static int mExportReduceNewIdx_my_array_char = 21;
+ private final static int mExportReduceIdx_my_array_char = 21;
// in1 = "val"
public resultArray7_char reduce_my_array_char(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3490,11 +3490,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_char, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_char, new Allocation[]{ain1}, aout, sc);
return new resultArray7_char(aout);
}
- private final static int mExportReduceNewIdx_my_array_char2 = 22;
+ private final static int mExportReduceIdx_my_array_char2 = 22;
// in1 = "val", flattened 2-vectors
public resultArray7_char2 reduce_my_array_char2(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3527,11 +3527,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_char2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_char2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_char2(aout);
}
- private final static int mExportReduceNewIdx_my_array_char4 = 23;
+ private final static int mExportReduceIdx_my_array_char4 = 23;
// in1 = "val", flattened 4-vectors
public resultArray7_char4 reduce_my_array_char4(byte[] in1) {
// Verify that "in1" is non-null.
@@ -3564,11 +3564,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I8_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_char4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_char4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_char4(aout);
}
- private final static int mExportReduceNewIdx_my_short = 24;
+ private final static int mExportReduceIdx_my_short = 24;
// in1 = "val"
public result_short reduce_my_short(short[] in1) {
// Verify that "in1" is non-null.
@@ -3597,11 +3597,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_short, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_short, new Allocation[]{ain1}, aout, sc);
return new result_short(aout);
}
- private final static int mExportReduceNewIdx_my_short2 = 25;
+ private final static int mExportReduceIdx_my_short2 = 25;
// in1 = "val", flattened 2-vectors
public result_short2 reduce_my_short2(short[] in1) {
// Verify that "in1" is non-null.
@@ -3634,11 +3634,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_short2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_short2, new Allocation[]{ain1}, aout, sc);
return new result_short2(aout);
}
- private final static int mExportReduceNewIdx_my_short4 = 26;
+ private final static int mExportReduceIdx_my_short4 = 26;
// in1 = "val", flattened 4-vectors
public result_short4 reduce_my_short4(short[] in1) {
// Verify that "in1" is non-null.
@@ -3671,11 +3671,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_short4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_short4, new Allocation[]{ain1}, aout, sc);
return new result_short4(aout);
}
- private final static int mExportReduceNewIdx_my_array_short = 27;
+ private final static int mExportReduceIdx_my_array_short = 27;
// in1 = "val"
public resultArray7_short reduce_my_array_short(short[] in1) {
// Verify that "in1" is non-null.
@@ -3704,11 +3704,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_short, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_short, new Allocation[]{ain1}, aout, sc);
return new resultArray7_short(aout);
}
- private final static int mExportReduceNewIdx_my_array_short2 = 28;
+ private final static int mExportReduceIdx_my_array_short2 = 28;
// in1 = "val", flattened 2-vectors
public resultArray7_short2 reduce_my_array_short2(short[] in1) {
// Verify that "in1" is non-null.
@@ -3741,11 +3741,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_short2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_short2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_short2(aout);
}
- private final static int mExportReduceNewIdx_my_array_short4 = 29;
+ private final static int mExportReduceIdx_my_array_short4 = 29;
// in1 = "val", flattened 4-vectors
public resultArray7_short4 reduce_my_array_short4(short[] in1) {
// Verify that "in1" is non-null.
@@ -3778,11 +3778,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I16_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_short4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_short4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_short4(aout);
}
- private final static int mExportReduceNewIdx_my_int = 30;
+ private final static int mExportReduceIdx_my_int = 30;
// in1 = "val"
public result_int reduce_my_int(int[] in1) {
// Verify that "in1" is non-null.
@@ -3811,11 +3811,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_int, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_int, new Allocation[]{ain1}, aout, sc);
return new result_int(aout);
}
- private final static int mExportReduceNewIdx_my_int2 = 31;
+ private final static int mExportReduceIdx_my_int2 = 31;
// in1 = "val", flattened 2-vectors
public result_int2 reduce_my_int2(int[] in1) {
// Verify that "in1" is non-null.
@@ -3848,11 +3848,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_int2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_int2, new Allocation[]{ain1}, aout, sc);
return new result_int2(aout);
}
- private final static int mExportReduceNewIdx_my_int4 = 32;
+ private final static int mExportReduceIdx_my_int4 = 32;
// in1 = "val", flattened 4-vectors
public result_int4 reduce_my_int4(int[] in1) {
// Verify that "in1" is non-null.
@@ -3885,11 +3885,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_int4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_int4, new Allocation[]{ain1}, aout, sc);
return new result_int4(aout);
}
- private final static int mExportReduceNewIdx_my_array_int = 33;
+ private final static int mExportReduceIdx_my_array_int = 33;
// in1 = "val"
public resultArray7_int reduce_my_array_int(int[] in1) {
// Verify that "in1" is non-null.
@@ -3918,11 +3918,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_int, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_int, new Allocation[]{ain1}, aout, sc);
return new resultArray7_int(aout);
}
- private final static int mExportReduceNewIdx_my_array_int2 = 34;
+ private final static int mExportReduceIdx_my_array_int2 = 34;
// in1 = "val", flattened 2-vectors
public resultArray7_int2 reduce_my_array_int2(int[] in1) {
// Verify that "in1" is non-null.
@@ -3955,11 +3955,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_int2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_int2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_int2(aout);
}
- private final static int mExportReduceNewIdx_my_array_int4 = 35;
+ private final static int mExportReduceIdx_my_array_int4 = 35;
// in1 = "val", flattened 4-vectors
public resultArray7_int4 reduce_my_array_int4(int[] in1) {
// Verify that "in1" is non-null.
@@ -3992,11 +3992,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_int4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_int4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_int4(aout);
}
- private final static int mExportReduceNewIdx_my_long = 36;
+ private final static int mExportReduceIdx_my_long = 36;
// in1 = "val"
public result_long reduce_my_long(long[] in1) {
// Verify that "in1" is non-null.
@@ -4025,11 +4025,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_long, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_long, new Allocation[]{ain1}, aout, sc);
return new result_long(aout);
}
- private final static int mExportReduceNewIdx_my_long2 = 37;
+ private final static int mExportReduceIdx_my_long2 = 37;
// in1 = "val", flattened 2-vectors
public result_long2 reduce_my_long2(long[] in1) {
// Verify that "in1" is non-null.
@@ -4062,11 +4062,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_long2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_long2, new Allocation[]{ain1}, aout, sc);
return new result_long2(aout);
}
- private final static int mExportReduceNewIdx_my_long4 = 38;
+ private final static int mExportReduceIdx_my_long4 = 38;
// in1 = "val", flattened 4-vectors
public result_long4 reduce_my_long4(long[] in1) {
// Verify that "in1" is non-null.
@@ -4099,11 +4099,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_long4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_long4, new Allocation[]{ain1}, aout, sc);
return new result_long4(aout);
}
- private final static int mExportReduceNewIdx_my_array_long = 39;
+ private final static int mExportReduceIdx_my_array_long = 39;
// in1 = "val"
public resultArray7_long reduce_my_array_long(long[] in1) {
// Verify that "in1" is non-null.
@@ -4132,11 +4132,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_long, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_long, new Allocation[]{ain1}, aout, sc);
return new resultArray7_long(aout);
}
- private final static int mExportReduceNewIdx_my_array_long2 = 40;
+ private final static int mExportReduceIdx_my_array_long2 = 40;
// in1 = "val", flattened 2-vectors
public resultArray7_long2 reduce_my_array_long2(long[] in1) {
// Verify that "in1" is non-null.
@@ -4169,11 +4169,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_long2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_long2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_long2(aout);
}
- private final static int mExportReduceNewIdx_my_array_long4 = 41;
+ private final static int mExportReduceIdx_my_array_long4 = 41;
// in1 = "val", flattened 4-vectors
public resultArray7_long4 reduce_my_array_long4(long[] in1) {
// Verify that "in1" is non-null.
@@ -4206,11 +4206,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I64_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_long4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_long4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_long4(aout);
}
- private final static int mExportReduceNewIdx_my_uchar = 42;
+ private final static int mExportReduceIdx_my_uchar = 42;
// in1 = "val"
public result_uchar reduce_my_uchar(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4239,11 +4239,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uchar, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uchar, new Allocation[]{ain1}, aout, sc);
return new result_uchar(aout);
}
- private final static int mExportReduceNewIdx_my_uchar2 = 43;
+ private final static int mExportReduceIdx_my_uchar2 = 43;
// in1 = "val", flattened 2-vectors
public result_uchar2 reduce_my_uchar2(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4276,11 +4276,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uchar2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uchar2, new Allocation[]{ain1}, aout, sc);
return new result_uchar2(aout);
}
- private final static int mExportReduceNewIdx_my_uchar4 = 44;
+ private final static int mExportReduceIdx_my_uchar4 = 44;
// in1 = "val", flattened 4-vectors
public result_uchar4 reduce_my_uchar4(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4313,11 +4313,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uchar4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uchar4, new Allocation[]{ain1}, aout, sc);
return new result_uchar4(aout);
}
- private final static int mExportReduceNewIdx_my_array_uchar = 45;
+ private final static int mExportReduceIdx_my_array_uchar = 45;
// in1 = "val"
public resultArray7_uchar reduce_my_array_uchar(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4346,11 +4346,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uchar, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uchar, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uchar(aout);
}
- private final static int mExportReduceNewIdx_my_array_uchar2 = 46;
+ private final static int mExportReduceIdx_my_array_uchar2 = 46;
// in1 = "val", flattened 2-vectors
public resultArray7_uchar2 reduce_my_array_uchar2(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4383,11 +4383,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uchar2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uchar2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uchar2(aout);
}
- private final static int mExportReduceNewIdx_my_array_uchar4 = 47;
+ private final static int mExportReduceIdx_my_array_uchar4 = 47;
// in1 = "val", flattened 4-vectors
public resultArray7_uchar4 reduce_my_array_uchar4(byte[] in1) {
// Verify that "in1" is non-null.
@@ -4420,11 +4420,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U8_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uchar4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uchar4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uchar4(aout);
}
- private final static int mExportReduceNewIdx_my_ushort = 48;
+ private final static int mExportReduceIdx_my_ushort = 48;
// in1 = "val"
public result_ushort reduce_my_ushort(short[] in1) {
// Verify that "in1" is non-null.
@@ -4453,11 +4453,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ushort, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ushort, new Allocation[]{ain1}, aout, sc);
return new result_ushort(aout);
}
- private final static int mExportReduceNewIdx_my_ushort2 = 49;
+ private final static int mExportReduceIdx_my_ushort2 = 49;
// in1 = "val", flattened 2-vectors
public result_ushort2 reduce_my_ushort2(short[] in1) {
// Verify that "in1" is non-null.
@@ -4490,11 +4490,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ushort2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ushort2, new Allocation[]{ain1}, aout, sc);
return new result_ushort2(aout);
}
- private final static int mExportReduceNewIdx_my_ushort4 = 50;
+ private final static int mExportReduceIdx_my_ushort4 = 50;
// in1 = "val", flattened 4-vectors
public result_ushort4 reduce_my_ushort4(short[] in1) {
// Verify that "in1" is non-null.
@@ -4527,11 +4527,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ushort4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ushort4, new Allocation[]{ain1}, aout, sc);
return new result_ushort4(aout);
}
- private final static int mExportReduceNewIdx_my_array_ushort = 51;
+ private final static int mExportReduceIdx_my_array_ushort = 51;
// in1 = "val"
public resultArray7_ushort reduce_my_array_ushort(short[] in1) {
// Verify that "in1" is non-null.
@@ -4560,11 +4560,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ushort, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ushort, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ushort(aout);
}
- private final static int mExportReduceNewIdx_my_array_ushort2 = 52;
+ private final static int mExportReduceIdx_my_array_ushort2 = 52;
// in1 = "val", flattened 2-vectors
public resultArray7_ushort2 reduce_my_array_ushort2(short[] in1) {
// Verify that "in1" is non-null.
@@ -4597,11 +4597,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ushort2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ushort2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ushort2(aout);
}
- private final static int mExportReduceNewIdx_my_array_ushort4 = 53;
+ private final static int mExportReduceIdx_my_array_ushort4 = 53;
// in1 = "val", flattened 4-vectors
public resultArray7_ushort4 reduce_my_array_ushort4(short[] in1) {
// Verify that "in1" is non-null.
@@ -4634,11 +4634,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U16_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ushort4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ushort4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ushort4(aout);
}
- private final static int mExportReduceNewIdx_my_uint = 54;
+ private final static int mExportReduceIdx_my_uint = 54;
// in1 = "val"
public result_uint reduce_my_uint(int[] in1) {
// Verify that "in1" is non-null.
@@ -4667,11 +4667,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uint, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uint, new Allocation[]{ain1}, aout, sc);
return new result_uint(aout);
}
- private final static int mExportReduceNewIdx_my_uint2 = 55;
+ private final static int mExportReduceIdx_my_uint2 = 55;
// in1 = "val", flattened 2-vectors
public result_uint2 reduce_my_uint2(int[] in1) {
// Verify that "in1" is non-null.
@@ -4704,11 +4704,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uint2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uint2, new Allocation[]{ain1}, aout, sc);
return new result_uint2(aout);
}
- private final static int mExportReduceNewIdx_my_uint4 = 56;
+ private final static int mExportReduceIdx_my_uint4 = 56;
// in1 = "val", flattened 4-vectors
public result_uint4 reduce_my_uint4(int[] in1) {
// Verify that "in1" is non-null.
@@ -4741,11 +4741,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_uint4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_uint4, new Allocation[]{ain1}, aout, sc);
return new result_uint4(aout);
}
- private final static int mExportReduceNewIdx_my_array_uint = 57;
+ private final static int mExportReduceIdx_my_array_uint = 57;
// in1 = "val"
public resultArray7_uint reduce_my_array_uint(int[] in1) {
// Verify that "in1" is non-null.
@@ -4774,11 +4774,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uint, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uint, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uint(aout);
}
- private final static int mExportReduceNewIdx_my_array_uint2 = 58;
+ private final static int mExportReduceIdx_my_array_uint2 = 58;
// in1 = "val", flattened 2-vectors
public resultArray7_uint2 reduce_my_array_uint2(int[] in1) {
// Verify that "in1" is non-null.
@@ -4811,11 +4811,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uint2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uint2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uint2(aout);
}
- private final static int mExportReduceNewIdx_my_array_uint4 = 59;
+ private final static int mExportReduceIdx_my_array_uint4 = 59;
// in1 = "val", flattened 4-vectors
public resultArray7_uint4 reduce_my_array_uint4(int[] in1) {
// Verify that "in1" is non-null.
@@ -4848,11 +4848,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U32_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_uint4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_uint4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_uint4(aout);
}
- private final static int mExportReduceNewIdx_my_ulong = 60;
+ private final static int mExportReduceIdx_my_ulong = 60;
// in1 = "val"
public result_ulong reduce_my_ulong(long[] in1) {
// Verify that "in1" is non-null.
@@ -4881,11 +4881,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ulong, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ulong, new Allocation[]{ain1}, aout, sc);
return new result_ulong(aout);
}
- private final static int mExportReduceNewIdx_my_ulong2 = 61;
+ private final static int mExportReduceIdx_my_ulong2 = 61;
// in1 = "val", flattened 2-vectors
public result_ulong2 reduce_my_ulong2(long[] in1) {
// Verify that "in1" is non-null.
@@ -4918,11 +4918,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64_2, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ulong2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ulong2, new Allocation[]{ain1}, aout, sc);
return new result_ulong2(aout);
}
- private final static int mExportReduceNewIdx_my_ulong4 = 62;
+ private final static int mExportReduceIdx_my_ulong4 = 62;
// in1 = "val", flattened 4-vectors
public result_ulong4 reduce_my_ulong4(long[] in1) {
// Verify that "in1" is non-null.
@@ -4955,11 +4955,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64_4, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_ulong4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_ulong4, new Allocation[]{ain1}, aout, sc);
return new result_ulong4(aout);
}
- private final static int mExportReduceNewIdx_my_array_ulong = 63;
+ private final static int mExportReduceIdx_my_array_ulong = 63;
// in1 = "val"
public resultArray7_ulong reduce_my_array_ulong(long[] in1) {
// Verify that "in1" is non-null.
@@ -4988,11 +4988,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ulong, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ulong, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ulong(aout);
}
- private final static int mExportReduceNewIdx_my_array_ulong2 = 64;
+ private final static int mExportReduceIdx_my_array_ulong2 = 64;
// in1 = "val", flattened 2-vectors
public resultArray7_ulong2 reduce_my_array_ulong2(long[] in1) {
// Verify that "in1" is non-null.
@@ -5025,11 +5025,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64_2, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ulong2, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ulong2, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ulong2(aout);
}
- private final static int mExportReduceNewIdx_my_array_ulong4 = 65;
+ private final static int mExportReduceIdx_my_array_ulong4 = 65;
// in1 = "val", flattened 4-vectors
public resultArray7_ulong4 reduce_my_array_ulong4(long[] in1) {
// Verify that "in1" is non-null.
@@ -5062,11 +5062,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __U64_4, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_ulong4, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_ulong4, new Allocation[]{ain1}, aout, sc);
return new resultArray7_ulong4(aout);
}
- private final static int mExportReduceNewIdx_my_bool = 66;
+ private final static int mExportReduceIdx_my_bool = 66;
// in1 = "val"
public result_bool reduce_my_bool(byte[] in1) {
// Verify that "in1" is non-null.
@@ -5095,11 +5095,11 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __BOOLEAN, 1);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_bool, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_bool, new Allocation[]{ain1}, aout, sc);
return new result_bool(aout);
}
- private final static int mExportReduceNewIdx_my_array_bool = 67;
+ private final static int mExportReduceIdx_my_array_bool = 67;
// in1 = "val"
public resultArray7_bool reduce_my_array_bool(byte[] in1) {
// Verify that "in1" is non-null.
@@ -5128,7 +5128,7 @@ public class ScriptC_reduce_general_result extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __BOOLEAN, 7);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_my_array_bool, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_my_array_bool, new Allocation[]{ain1}, aout, sc);
return new resultArray7_bool(aout);
}