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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCross.java 48 public float[] inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x3505ebf7382f1ad4l, false);
59 script.forEach_testCrossFloat3Float3Float3(inLeftVector, out);
60 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testCrossFloat3Float3Float3(inLeftVector, out);
69 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsCrossFloat3Float3Float3(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
93 args.inLeftVector = new float[3]
    [all...]
TestFastDistance.java 48 public float inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xeb32e5abb9b28b1al, false);
59 script.forEach_testFastDistanceFloatFloatFloat(inLeftVector, out);
60 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testFastDistanceFloatFloatFloat(inLeftVector, out);
69 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsFastDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i]
    [all...]
TestDistance.java 48 public float inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xa481527082ced52al, false);
59 script.forEach_testDistanceFloatFloatFloat(inLeftVector, out);
60 verifyResultsDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testDistanceFloatFloatFloat(inLeftVector, out);
69 verifyResultsDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i]
    [all...]
TestDot.java 48 public float inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x38fe5ebdf7ff2d3el, false);
59 script.forEach_testDotFloatFloatFloat(inLeftVector, out);
60 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testDotFloatFloatFloat(inLeftVector, out);
69 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsDotFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i]
    [all...]
TestNativeDistance.java 48 public float inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb61d5ec530ae2337l, false);
59 script.forEach_testNativeDistanceFloatFloatFloat(inLeftVector, out);
60 verifyResultsNativeDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testNativeDistanceFloatFloatFloat(inLeftVector, out);
69 verifyResultsNativeDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsNativeDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i]
    [all...]
TestNativeDivide.java 48 public float inLeftVector;
54 Allocation inLeftVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x73477387751754efl, false);
59 script.forEach_testNativeDivideFloatFloatFloat(inLeftVector, out);
60 verifyResultsNativeDivideFloatFloatFloat(inLeftVector, inRightVector, out, false);
68 scriptRelaxed.forEach_testNativeDivideFloatFloatFloat(inLeftVector, out);
69 verifyResultsNativeDivideFloatFloatFloat(inLeftVector, inRightVector, out, true);
74 inLeftVector.destroy();
78 private void verifyResultsNativeDivideFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i]
    [all...]

Completed in 144 milliseconds