Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 215) sorted by relevance

123456789

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClz.java41 public byte out; field in TestClz.ArgumentsCharChar
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTS… in checkClzCharChar() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTS… in checkClzCharChar() local
62 private void verifyResultsClzCharChar(Allocation inValue, Allocation out, boolean relaxed) { in verifyResultsClzCharChar()
115 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTS… in checkClzChar2Char2() local
122 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTS… in checkClzChar2Char2() local
130 private void verifyResultsClzChar2Char2(Allocation inValue, Allocation out, boolean relaxed) { in verifyResultsClzChar2Char2()
183 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTS… in checkClzChar3Char3() local
190 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTS… in checkClzChar3Char3() local
198 private void verifyResultsClzChar3Char3(Allocation inValue, Allocation out, boolean relaxed) { in verifyResultsClzChar3Char3()
[all …]
DTestAbs.java41 public byte out; field in TestAbs.ArgumentsCharUchar
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPU… in checkAbsCharUchar() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPU… in checkAbsCharUchar() local
62 private void verifyResultsAbsCharUchar(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAbsCharUchar()
115 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPU… in checkAbsChar2Uchar2() local
122 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPU… in checkAbsChar2Uchar2() local
130 private void verifyResultsAbsChar2Uchar2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAbsChar2Uchar2()
183 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPU… in checkAbsChar3Uchar3() local
190 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPU… in checkAbsChar3Uchar3() local
198 private void verifyResultsAbsChar3Uchar3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAbsChar3Uchar3()
[all …]
DTestMin.java42 public Target.Floaty out; field in TestMin.ArgumentsFloatFloatFloat
49 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkMinFloatFloatFloat() local
57 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkMinFloatFloatFloat() local
66 …private void verifyResultsMinFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boole… in verifyResultsMinFloatFloatFloat()
128 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkMinFloat2Float2Float2() local
136 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkMinFloat2Float2Float2() local
145 …private void verifyResultsMinFloat2Float2Float2(Allocation inA, Allocation inB, Allocation out, bo… in verifyResultsMinFloat2Float2Float2()
207 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkMinFloat3Float3Float3() local
215 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkMinFloat3Float3Float3() local
224 …private void verifyResultsMinFloat3Float3Float3(Allocation inA, Allocation inB, Allocation out, bo… in verifyResultsMinFloat3Float3Float3()
[all …]
DTestMax.java42 public Target.Floaty out; field in TestMax.ArgumentsFloatFloatFloat
49 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkMaxFloatFloatFloat() local
57 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkMaxFloatFloatFloat() local
66 …private void verifyResultsMaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boole… in verifyResultsMaxFloatFloatFloat()
128 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkMaxFloat2Float2Float2() local
136 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkMaxFloat2Float2Float2() local
145 …private void verifyResultsMaxFloat2Float2Float2(Allocation inA, Allocation inB, Allocation out, bo… in verifyResultsMaxFloat2Float2Float2()
207 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkMaxFloat3Float3Float3() local
215 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkMaxFloat3Float3Float3() local
224 …private void verifyResultsMaxFloat3Float3Float3(Allocation inA, Allocation inB, Allocation out, bo… in verifyResultsMaxFloat3Float3Float3()
[all …]
DTestFastLength.java41 public Target.Floaty out; field in TestFastLength.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloatFloat() local
62 … private void verifyResultsFastLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsFastLengthFloatFloat()
112 public Target.Floaty out; field in TestFastLength.ArgumentsFloatNFloat
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloat2Float() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloat2Float() local
133 … private void verifyResultsFastLengthFloat2Float(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsFastLengthFloat2Float()
189 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloat3Float() local
196 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastLengthFloat3Float() local
[all …]
DTestLength.java41 public Target.Floaty out; field in TestLength.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloatFloat() local
62 private void verifyResultsLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsLengthFloatFloat()
112 public Target.Floaty out; field in TestLength.ArgumentsFloatNFloat
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloat2Float() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloat2Float() local
133 private void verifyResultsLengthFloat2Float(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsLengthFloat2Float()
189 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloat3Float() local
196 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLengthFloat3Float() local
[all …]
DTestFastNormalize.java41 public Target.Floaty out; field in TestFastNormalize.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastNormalizeFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFastNormalizeFloatFloat() local
62 …private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsFastNormalizeFloatFloat()
112 public Target.Floaty[] out; field in TestFastNormalize.ArgumentsFloatNFloatN
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkFastNormalizeFloat2Float2() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkFastNormalizeFloat2Float2() local
133 …private void verifyResultsFastNormalizeFloat2Float2(Allocation inV, Allocation out, boolean relaxe… in verifyResultsFastNormalizeFloat2Float2()
194 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkFastNormalizeFloat3Float3() local
201 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkFastNormalizeFloat3Float3() local
[all …]
DTestNativeLength.java41 public Target.Floaty out; field in TestNativeLength.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloatFloat() local
62 …private void verifyResultsNativeLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeLengthFloatFloat()
112 public Target.Floaty out; field in TestNativeLength.ArgumentsFloatNFloat
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloat2Float() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloat2Float() local
133 …private void verifyResultsNativeLengthFloat2Float(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeLengthFloat2Float()
189 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloat3Float() local
196 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLengthFloat3Float() local
[all …]
DTestNormalize.java41 public Target.Floaty out; field in TestNormalize.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNormalizeFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNormalizeFloatFloat() local
62 private void verifyResultsNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNormalizeFloatFloat()
112 public Target.Floaty[] out; field in TestNormalize.ArgumentsFloatNFloatN
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNormalizeFloat2Float2() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNormalizeFloat2Float2() local
133 … private void verifyResultsNormalizeFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNormalizeFloat2Float2()
194 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNormalizeFloat3Float3() local
201 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNormalizeFloat3Float3() local
[all …]
DTestNativeNormalize.java41 public Target.Floaty out; field in TestNativeNormalize.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeNormalizeFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeNormalizeFloatFloat() local
62 …private void verifyResultsNativeNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxe… in verifyResultsNativeNormalizeFloatFloat()
112 public Target.Floaty[] out; field in TestNativeNormalize.ArgumentsFloatNFloatN
118 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeNormalizeFloat2Float2() local
125 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeNormalizeFloat2Float2() local
133 …private void verifyResultsNativeNormalizeFloat2Float2(Allocation inV, Allocation out, boolean rela… in verifyResultsNativeNormalizeFloat2Float2()
194 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeNormalizeFloat3Float3() local
201 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeNormalizeFloat3Float3() local
[all …]
DTestFract.java42 public Target.Floaty out; field in TestFract.ArgumentsFloatFloatFloat
49 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFractFloatFloatFloat() local
58 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkFractFloatFloatFloat() local
67 …rifyResultsFractFloatFloatFloat(Allocation inV, Allocation outFloor, Allocation out, boolean relax… in verifyResultsFractFloatFloatFloat()
137 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkFractFloat2Float2Float2() local
146 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkFractFloat2Float2Float2() local
155 …yResultsFractFloat2Float2Float2(Allocation inV, Allocation outFloor, Allocation out, boolean relax… in verifyResultsFractFloat2Float2Float2()
225 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkFractFloat3Float3Float3() local
234 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkFractFloat3Float3Float3() local
243 …yResultsFractFloat3Float3Float3(Allocation inV, Allocation outFloor, Allocation out, boolean relax… in verifyResultsFractFloat3Float3Float3()
[all …]
DTestNativeAtanpi.java41 public Target.Floaty out; field in TestNativeAtanpi.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAtanpiFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAtanpiFloatFloat() local
62 …private void verifyResultsNativeAtanpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAtanpiFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAtanpiFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAtanpiFloat2Float2() local
131 …private void verifyResultsNativeAtanpiFloat2Float2(Allocation inV, Allocation out, boolean relaxed… in verifyResultsNativeAtanpiFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAtanpiFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAtanpiFloat3Float3() local
200 …private void verifyResultsNativeAtanpiFloat3Float3(Allocation inV, Allocation out, boolean relaxed… in verifyResultsNativeAtanpiFloat3Float3()
[all …]
DTestNativeAcosh.java41 public Target.Floaty out; field in TestNativeAcosh.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAcoshFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAcoshFloatFloat() local
62 … private void verifyResultsNativeAcoshFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAcoshFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAcoshFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAcoshFloat2Float2() local
131 …private void verifyResultsNativeAcoshFloat2Float2(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeAcoshFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAcoshFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAcoshFloat3Float3() local
200 …private void verifyResultsNativeAcoshFloat3Float3(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeAcoshFloat3Float3()
[all …]
DTestNativeAsinh.java41 public Target.Floaty out; field in TestNativeAsinh.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAsinhFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAsinhFloatFloat() local
62 … private void verifyResultsNativeAsinhFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAsinhFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAsinhFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAsinhFloat2Float2() local
131 …private void verifyResultsNativeAsinhFloat2Float2(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeAsinhFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAsinhFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAsinhFloat3Float3() local
200 …private void verifyResultsNativeAsinhFloat3Float3(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeAsinhFloat3Float3()
[all …]
DTestNativeAtan.java41 public Target.Floaty out; field in TestNativeAtan.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAtanFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeAtanFloatFloat() local
62 … private void verifyResultsNativeAtanFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAtanFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAtanFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeAtanFloat2Float2() local
131 …private void verifyResultsNativeAtanFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAtanFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAtanFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeAtanFloat3Float3() local
200 …private void verifyResultsNativeAtanFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeAtanFloat3Float3()
[all …]
DTestDegrees.java41 public Target.Floaty out; field in TestDegrees.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkDegreesFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkDegreesFloatFloat() local
62 private void verifyResultsDegreesFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsDegreesFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkDegreesFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkDegreesFloat2Float2() local
131 private void verifyResultsDegreesFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsDegreesFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkDegreesFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkDegreesFloat3Float3() local
200 private void verifyResultsDegreesFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsDegreesFloat3Float3()
[all …]
DTestNativeLog.java41 public Target.Floaty out; field in TestNativeLog.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLogFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeLogFloatFloat() local
62 private void verifyResultsNativeLogFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeLogFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeLogFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeLogFloat2Float2() local
131 … private void verifyResultsNativeLogFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeLogFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeLogFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeLogFloat3Float3() local
200 … private void verifyResultsNativeLogFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeLogFloat3Float3()
[all …]
DTestNativeExpm1.java41 public Target.Floaty out; field in TestNativeExpm1.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeExpm1FloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkNativeExpm1FloatFloat() local
62 … private void verifyResultsNativeExpm1FloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsNativeExpm1FloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeExpm1Float2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkNativeExpm1Float2Float2() local
131 …private void verifyResultsNativeExpm1Float2Float2(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeExpm1Float2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeExpm1Float3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkNativeExpm1Float3Float3() local
200 …private void verifyResultsNativeExpm1Float3Float3(Allocation inV, Allocation out, boolean relaxed)… in verifyResultsNativeExpm1Float3Float3()
[all …]
DTestHalfRsqrt.java41 public Target.Floaty out; field in TestHalfRsqrt.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkHalfRsqrtFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkHalfRsqrtFloatFloat() local
62 private void verifyResultsHalfRsqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfRsqrtFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkHalfRsqrtFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkHalfRsqrtFloat2Float2() local
131 … private void verifyResultsHalfRsqrtFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfRsqrtFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkHalfRsqrtFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkHalfRsqrtFloat3Float3() local
200 … private void verifyResultsHalfRsqrtFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfRsqrtFloat3Float3()
[all …]
DTestSin.java41 public Target.Floaty out; field in TestSin.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkSinFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkSinFloatFloat() local
62 private void verifyResultsSinFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkSinFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkSinFloat2Float2() local
131 private void verifyResultsSinFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkSinFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkSinFloat3Float3() local
200 private void verifyResultsSinFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinFloat3Float3()
[all …]
DTestHalfSqrt.java41 public Target.Floaty out; field in TestHalfSqrt.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkHalfSqrtFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkHalfSqrtFloatFloat() local
62 private void verifyResultsHalfSqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfSqrtFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkHalfSqrtFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkHalfSqrtFloat2Float2() local
131 … private void verifyResultsHalfSqrtFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfSqrtFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkHalfSqrtFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkHalfSqrtFloat3Float3() local
200 … private void verifyResultsHalfSqrtFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsHalfSqrtFloat3Float3()
[all …]
DTestAcosh.java41 public Target.Floaty out; field in TestAcosh.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkAcoshFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkAcoshFloatFloat() local
62 private void verifyResultsAcoshFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAcoshFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkAcoshFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkAcoshFloat2Float2() local
131 private void verifyResultsAcoshFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAcoshFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkAcoshFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkAcoshFloat3Float3() local
200 private void verifyResultsAcoshFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAcoshFloat3Float3()
[all …]
DTestSinpi.java41 public Target.Floaty out; field in TestSinpi.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkSinpiFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkSinpiFloatFloat() local
62 private void verifyResultsSinpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinpiFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkSinpiFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkSinpiFloat2Float2() local
131 private void verifyResultsSinpiFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinpiFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkSinpiFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkSinpiFloat3Float3() local
200 private void verifyResultsSinpiFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsSinpiFloat3Float3()
[all …]
DTestLog.java41 public Target.Floaty out; field in TestLog.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLogFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkLogFloatFloat() local
62 private void verifyResultsLogFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsLogFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkLogFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkLogFloat2Float2() local
131 private void verifyResultsLogFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsLogFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkLogFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkLogFloat3Float3() local
200 private void verifyResultsLogFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsLogFloat3Float3()
[all …]
DTestAsinh.java41 public Target.Floaty out; field in TestAsinh.ArgumentsFloatFloat
47 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkAsinhFloatFloat() local
54 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTS… in checkAsinhFloatFloat() local
62 private void verifyResultsAsinhFloatFloat(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAsinhFloatFloat()
116 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkAsinhFloat2Float2() local
123 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTS… in checkAsinhFloat2Float2() local
131 private void verifyResultsAsinhFloat2Float2(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAsinhFloat2Float2()
185 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkAsinhFloat3Float3() local
192 …Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTS… in checkAsinhFloat3Float3() local
200 private void verifyResultsAsinhFloat3Float3(Allocation inV, Allocation out, boolean relaxed) { in verifyResultsAsinhFloat3Float3()
[all …]

123456789