HomeSort by relevance Sort by last modified time
    Searched defs:inLhs (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestCross.java 38 public float[] inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xdec3726a2995edb5l, false);
49 script.forEach_testCrossFloat3Float3Float3(inLhs, out);
50 verifyResultsCrossFloat3Float3Float3(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testCrossFloat3Float3Float3(inLhs, out);
58 verifyResultsCrossFloat3Float3Float3(inLhs, inRhs, out, true);
64 private void verifyResultsCrossFloat3Float3Float3(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
74 args.inLhs = new float[3];
79 args.inLhs[j] = arrayInLhs[i * 4 + j]
    [all...]
TestDistance.java 38 public float inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf62f685ebafc5b67l, false);
49 script.forEach_testDistanceFloatFloatFloat(inLhs, out);
50 verifyResultsDistanceFloatFloatFloat(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testDistanceFloatFloatFloat(inLhs, out);
58 verifyResultsDistanceFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
75 args.inLhs = arrayInLhs[i];
87 message.append("Input inLhs: ")
    [all...]
TestDot.java 38 public float inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x93a0502d7b6ecc43l, false);
49 script.forEach_testDotFloatFloatFloat(inLhs, out);
50 verifyResultsDotFloatFloatFloat(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testDotFloatFloatFloat(inLhs, out);
58 verifyResultsDotFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsDotFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
75 args.inLhs = arrayInLhs[i];
87 message.append("Input inLhs: ")
    [all...]
TestFastDistance.java 38 public float inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfe7e5e843bff0cb7l, false);
49 script.forEach_testFastDistanceFloatFloatFloat(inLhs, out);
50 verifyResultsFastDistanceFloatFloatFloat(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testFastDistanceFloatFloatFloat(inLhs, out);
58 verifyResultsFastDistanceFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsFastDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
75 args.inLhs = arrayInLhs[i];
87 message.append("Input inLhs: ")
    [all...]
TestNativeDistance.java 38 public float inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe0fd4252f8556ff6l, false);
49 script.forEach_testNativeDistanceFloatFloatFloat(inLhs, out);
50 verifyResultsNativeDistanceFloatFloatFloat(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testNativeDistanceFloatFloatFloat(inLhs, out);
58 verifyResultsNativeDistanceFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsNativeDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
75 args.inLhs = arrayInLhs[i];
87 message.append("Input inLhs: ")
    [all...]
TestNativeDivide.java 38 public float inLhs;
44 Allocation inLhs = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe2845ef0c23d02del, false);
49 script.forEach_testNativeDivideFloatFloatFloat(inLhs, out);
50 verifyResultsNativeDivideFloatFloatFloat(inLhs, inRhs, out, false);
57 scriptRelaxed.forEach_testNativeDivideFloatFloatFloat(inLhs, out);
58 verifyResultsNativeDivideFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsNativeDivideFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
66 inLhs.copyTo(arrayInLhs);
75 args.inLhs = arrayInLhs[i];
87 message.append("Input inLhs: ")
    [all...]

Completed in 595 milliseconds