HomeSort by relevance Sort by last modified time
    Searched defs:inV (Results 26 - 50 of 95) sorted by null

12 3 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCosh.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfb54622d108cfb40l, false);
56 script.forEach_testCoshFloatFloat(inV, out);
57 verifyResultsCoshFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testCoshFloatFloat(inV, out);
65 verifyResultsCoshFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsCoshFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestCospi.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x95c59d24cc7595d1l, false);
56 script.forEach_testCospiFloatFloat(inV, out);
57 verifyResultsCospiFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testCospiFloatFloat(inV, out);
65 verifyResultsCospiFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsCospiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestDegrees.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x606ed077c5dde30al, false);
56 script.forEach_testDegreesFloatFloat(inV, out);
57 verifyResultsDegreesFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testDegreesFloatFloat(inV, out);
65 verifyResultsDegreesFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsDegreesFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestErf.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xccfbfd30a3951fb8l, false);
56 script.forEach_testErfFloatFloat(inV, out);
57 verifyResultsErfFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testErfFloatFloat(inV, out);
65 verifyResultsErfFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsErfFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestErfc.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x40344e4f0dfa008fl, false);
56 script.forEach_testErfcFloatFloat(inV, out);
57 verifyResultsErfcFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testErfcFloatFloat(inV, out);
65 verifyResultsErfcFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsErfcFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestExp.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x45e6c49035f888fcl, false);
56 script.forEach_testExpFloatFloat(inV, out);
57 verifyResultsExpFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testExpFloatFloat(inV, out);
65 verifyResultsExpFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsExpFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestExp10.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc5df97aec123e2edl, false);
56 script.forEach_testExp10FloatFloat(inV, out);
57 verifyResultsExp10FloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testExp10FloatFloat(inV, out);
65 verifyResultsExp10FloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsExp10FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestExp2.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x58195894b8b72a10l, false);
56 script.forEach_testExp2FloatFloat(inV, out);
57 verifyResultsExp2FloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testExp2FloatFloat(inV, out);
65 verifyResultsExp2FloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsExp2FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestExpm1.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xea420692a183a9e4l, false);
56 script.forEach_testExpm1FloatFloat(inV, out);
57 verifyResultsExpm1FloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testExpm1FloatFloat(inV, out);
65 verifyResultsExpm1FloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsExpm1FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestFabs.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xd84cf8f27f929ae9l, false);
56 script.forEach_testFabsFloatFloat(inV, out);
57 verifyResultsFabsFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testFabsFloatFloat(inV, out);
65 verifyResultsFabsFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsFabsFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestFloor.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x3b3c924b95badeadl, false);
56 script.forEach_testFloorFloatFloat(inV, out);
57 verifyResultsFloorFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testFloorFloatFloat(inV, out);
65 verifyResultsFloorFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsFloorFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLength.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x8119352509f7cc9fl, false);
56 script.forEach_testLengthFloatFloat(inV, out);
57 verifyResultsLengthFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLengthFloatFloat(inV, out);
65 verifyResultsLengthFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLgamma.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xd9395583050bc4bel, false);
56 script.forEach_testLgammaFloatFloat(inV, out);
57 verifyResultsLgammaFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLgammaFloatFloat(inV, out);
65 verifyResultsLgammaFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLgammaFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLog.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x4176ec542a43578dl, false);
56 script.forEach_testLogFloatFloat(inV, out);
57 verifyResultsLogFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLogFloatFloat(inV, out);
65 verifyResultsLogFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLogFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLog10.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xba0ecdfe3171d836l, false);
56 script.forEach_testLog10FloatFloat(inV, out);
57 verifyResultsLog10FloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLog10FloatFloat(inV, out);
65 verifyResultsLog10FloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLog10FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLog1p.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x272c1ffe1744cef6l, false);
56 script.forEach_testLog1pFloatFloat(inV, out);
57 verifyResultsLog1pFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLog1pFloatFloat(inV, out);
65 verifyResultsLog1pFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLog1pFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLog2.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x9950067ec147dc6bl, false);
56 script.forEach_testLog2FloatFloat(inV, out);
57 verifyResultsLog2FloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLog2FloatFloat(inV, out);
65 verifyResultsLog2FloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLog2FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestLogb.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xab2603feada6157bl, false);
56 script.forEach_testLogbFloatFloat(inV, out);
57 verifyResultsLogbFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testLogbFloatFloat(inV, out);
65 verifyResultsLogbFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsLogbFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAcos.java 48 public float inV;
53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7749aa14657f3d94l, -1, 1);
56 script.forEach_testNativeAcosFloatFloat(inV, out);
57 verifyResultsNativeAcosFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAcosFloatFloat(inV, out);
65 verifyResultsNativeAcosFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAcosFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAcosh.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x97c6a2f89e417fcal, false);
56 script.forEach_testNativeAcoshFloatFloat(inV, out);
57 verifyResultsNativeAcoshFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAcoshFloatFloat(inV, out);
65 verifyResultsNativeAcoshFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAcoshFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAcospi.java 48 public float inV;
53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xdcf67f5599c7d8ffl, -1, 1);
56 script.forEach_testNativeAcospiFloatFloat(inV, out);
57 verifyResultsNativeAcospiFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAcospiFloatFloat(inV, out);
65 verifyResultsNativeAcospiFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAcospiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAsin.java 48 public float inV;
53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x1167d6d8d3e5bc7l, -1, 1);
56 script.forEach_testNativeAsinFloatFloat(inV, out);
57 verifyResultsNativeAsinFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAsinFloatFloat(inV, out);
65 verifyResultsNativeAsinFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAsinFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAsinh.java 48 public float inV;
53 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xbd2e22f24b5b925bl, false);
56 script.forEach_testNativeAsinhFloatFloat(inV, out);
57 verifyResultsNativeAsinhFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAsinhFloatFloat(inV, out);
65 verifyResultsNativeAsinhFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAsinhFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAsinpi.java 48 public float inV;
53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x2558fe45ad28f75al, -1, 1);
56 script.forEach_testNativeAsinpiFloatFloat(inV, out);
57 verifyResultsNativeAsinpiFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAsinpiFloatFloat(inV, out);
65 verifyResultsNativeAsinpiFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAsinpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]
TestNativeAtan.java 48 public float inV;
53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xaafbf9b325b34e42l, -1, 1);
56 script.forEach_testNativeAtanFloatFloat(inV, out);
57 verifyResultsNativeAtanFloatFloat(inV, out, false);
64 scriptRelaxed.forEach_testNativeAtanFloatFloat(inV, out);
65 verifyResultsNativeAtanFloatFloat(inV, out, true);
70 inV.destroy();
73 private void verifyResultsNativeAtanFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
76 inV.copyTo(arrayInV);
86 args.inV = arrayInV[i]
    [all...]

Completed in 615 milliseconds

12 3 4