/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestDegrees.java | 39 public Target.Floaty out; field in class:TestDegrees.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testDegreesFloatFloat(inValue, out); 47 verifyResultsDegreesFloatFloat(inValue, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testDegreesFloatFloat(inValue, out); 54 verifyResultsDegreesFloatFloat(inValue, out, true); 60 private void verifyResultsDegreesFloatFloat(Allocation inValue, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestDistance.java | 40 public Target.Floaty out; field in class:TestDistance.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testDistanceFloatFloatFloat(inLhs, out); 50 verifyResultsDistanceFloatFloatFloat(inLhs, inRhs, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testDistanceFloatFloatFloat(inLhs, out); 58 verifyResultsDistanceFloatFloatFloat(inLhs, inRhs, out, true); 64 private void verifyResultsDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 82 if (!args.out.couldBe(arrayOut[i])) 114 public Target.Floaty out; field in class:TestDistance.ArgumentsFloatNFloatNFloat 121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 285 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestDot.java | 40 public Target.Floaty out; field in class:TestDot.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testDotFloatFloatFloat(inLhs, out); 50 verifyResultsDotFloatFloatFloat(inLhs, inRhs, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testDotFloatFloatFloat(inLhs, out); 58 verifyResultsDotFloatFloatFloat(inLhs, inRhs, out, true); 64 private void verifyResultsDotFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 82 if (!args.out.couldBe(arrayOut[i])) 114 public Target.Floaty out; field in class:TestDot.ArgumentsFloatNFloatNFloat 121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 285 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestErf.java | 39 public Target.Floaty out; field in class:TestErf.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testErfFloatFloat(in, out); 47 verifyResultsErfFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testErfFloatFloat(in, out); 54 verifyResultsErfFloatFloat(in, out, true); 60 private void verifyResultsErfFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestErfc.java | 39 public Target.Floaty out; field in class:TestErfc.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testErfcFloatFloat(in, out); 47 verifyResultsErfcFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testErfcFloatFloat(in, out); 54 verifyResultsErfcFloatFloat(in, out, true); 60 private void verifyResultsErfcFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestExp.java | 39 public Target.Floaty out; field in class:TestExp.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testExpFloatFloat(in, out); 47 verifyResultsExpFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testExpFloatFloat(in, out); 54 verifyResultsExpFloatFloat(in, out, true); 60 private void verifyResultsExpFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestExp10.java | 39 public Target.Floaty out; field in class:TestExp10.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testExp10FloatFloat(in, out); 47 verifyResultsExp10FloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testExp10FloatFloat(in, out); 54 verifyResultsExp10FloatFloat(in, out, true); 60 private void verifyResultsExp10FloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestExp2.java | 39 public Target.Floaty out; field in class:TestExp2.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testExp2FloatFloat(in, out); 47 verifyResultsExp2FloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testExp2FloatFloat(in, out); 54 verifyResultsExp2FloatFloat(in, out, true); 60 private void verifyResultsExp2FloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestExpm1.java | 39 public Target.Floaty out; field in class:TestExpm1.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testExpm1FloatFloat(in, out); 47 verifyResultsExpm1FloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testExpm1FloatFloat(in, out); 54 verifyResultsExpm1FloatFloat(in, out, true); 60 private void verifyResultsExpm1FloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFabs.java | 39 public Target.Floaty out; field in class:TestFabs.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testFabsFloatFloat(in, out); 47 verifyResultsFabsFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testFabsFloatFloat(in, out); 54 verifyResultsFabsFloatFloat(in, out, true); 60 private void verifyResultsFabsFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFastDistance.java | 40 public Target.Floaty out; field in class:TestFastDistance.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFastDistanceFloatFloatFloat(inLhs, out); 50 verifyResultsFastDistanceFloatFloatFloat(inLhs, inRhs, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testFastDistanceFloatFloatFloat(inLhs, out); 58 verifyResultsFastDistanceFloatFloatFloat(inLhs, inRhs, out, true); 64 private void verifyResultsFastDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 82 if (!args.out.couldBe(arrayOut[i])) 114 public Target.Floaty out; field in class:TestFastDistance.ArgumentsFloatNFloatNFloat 121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 285 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestFastLength.java | 39 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testFastLengthFloatFloat(inV, out); 47 verifyResultsFastLengthFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testFastLengthFloatFloat(inV, out); 54 verifyResultsFastLengthFloatFloat(inV, out, true); 60 private void verifyResultsFastLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 75 if (!args.out.couldBe(arrayOut[i])) 102 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatNFloat 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 171 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 178 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 234 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 241 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestFastNormalize.java | 39 public Target.Floaty out; field in class:TestFastNormalize.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testFastNormalizeFloatFloat(inV, out); 47 verifyResultsFastNormalizeFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testFastNormalizeFloatFloat(inV, out); 54 verifyResultsFastNormalizeFloatFloat(inV, out, true); 60 private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 75 if (!args.out.couldBe(arrayOut[i])) 102 public Target.Floaty[] out; field in class:TestFastNormalize.ArgumentsFloatNFloatN 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 176 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 244 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 251 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFdim.java | 40 public Target.Floaty out; field in class:TestFdim.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFdimFloatFloatFloat(inA, out); 50 verifyResultsFdimFloatFloatFloat(inA, inB, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testFdimFloatFloatFloat(inA, out); 58 verifyResultsFdimFloatFloatFloat(inA, inB, out, true); 64 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFloor.java | 39 public Target.Floaty out; field in class:TestFloor.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testFloorFloatFloat(in, out); 47 verifyResultsFloorFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testFloorFloatFloat(in, out); 54 verifyResultsFloorFloatFloat(in, out, true); 60 private void verifyResultsFloorFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFma.java | 41 public Target.Floaty out; field in class:TestFma.ArgumentsFloatFloatFloatFloat 49 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testFmaFloatFloatFloatFloat(inA, out); 53 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 61 scriptRelaxed.forEach_testFmaFloatFloatFloatFloat(inA, out); 62 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, true); 68 private void verifyResultsFmaFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) { 76 out.copyTo(arrayOut); 84 // Figure out what the outputs should have been 128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 216 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 286 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 295 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFmod.java | 40 public Target.Floaty out; field in class:TestFmod.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFmodFloatFloatFloat(inX, out); 50 verifyResultsFmodFloatFloatFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testFmodFloatFloatFloat(inX, out); 58 verifyResultsFmodFloatFloatFloat(inX, inY, out, true); 64 private void verifyResultsFmodFloatFloatFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFrexp.java | 40 public Target.Floaty out; field in class:TestFrexp.ArgumentsFloatIntFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFrexpFloatIntFloat(inV, out); 50 verifyResultsFrexpFloatIntFloat(inV, outIptr, out, false); 56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 58 scriptRelaxed.forEach_testFrexpFloatIntFloat(inV, out); 59 verifyResultsFrexpFloatIntFloat(inV, outIptr, out, true); 65 private void verifyResultsFrexpFloatIntFloat(Allocation inV, Allocation outIptr, Allocation out, boolean relaxed) { 71 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 133 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 201 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 210 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 278 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 287 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfRecip.java | 39 public Target.Floaty out; field in class:TestHalfRecip.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testHalfRecipFloatFloat(inV, out); 47 verifyResultsHalfRecipFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testHalfRecipFloatFloat(inV, out); 54 verifyResultsHalfRecipFloatFloat(inV, out, true); 60 private void verifyResultsHalfRecipFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfRsqrt.java | 39 public Target.Floaty out; field in class:TestHalfRsqrt.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testHalfRsqrtFloatFloat(inV, out); 47 verifyResultsHalfRsqrtFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testHalfRsqrtFloatFloat(inV, out); 54 verifyResultsHalfRsqrtFloatFloat(inV, out, true); 60 private void verifyResultsHalfRsqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfSqrt.java | 39 public Target.Floaty out; field in class:TestHalfSqrt.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testHalfSqrtFloatFloat(inV, out); 47 verifyResultsHalfSqrtFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testHalfSqrtFloatFloat(inV, out); 54 verifyResultsHalfSqrtFloatFloat(inV, out, true); 60 private void verifyResultsHalfSqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHypot.java | 40 public Target.Floaty out; field in class:TestHypot.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testHypotFloatFloatFloat(inX, out); 50 verifyResultsHypotFloatFloatFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testHypotFloatFloatFloat(inX, out); 58 verifyResultsHypotFloatFloatFloat(inX, inY, out, true); 64 private void verifyResultsHypotFloatFloatFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestLength.java | 39 public Target.Floaty out; field in class:TestLength.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testLengthFloatFloat(inV, out); 47 verifyResultsLengthFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testLengthFloatFloat(inV, out); 54 verifyResultsLengthFloatFloat(inV, out, true); 60 private void verifyResultsLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 75 if (!args.out.couldBe(arrayOut[i])) 102 public Target.Floaty out; field in class:TestLength.ArgumentsFloatNFloat 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 171 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 178 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 234 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 241 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestLog.java | 39 public Target.Floaty out; field in class:TestLog.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testLogFloatFloat(in, out); 47 verifyResultsLogFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testLogFloatFloat(in, out); 54 verifyResultsLogFloatFloat(in, out, true); 60 private void verifyResultsLogFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestLog10.java | 39 public Target.Floaty out; field in class:TestLog10.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testLog10FloatFloat(in, out); 47 verifyResultsLog10FloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testLog10FloatFloat(in, out); 54 verifyResultsLog10FloatFloat(in, out, true); 60 private void verifyResultsLog10FloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |