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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCross.java 49 public float[] inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xe9d27bf3de024b21l, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsCrossFloat3Float3Float3(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
94 args.inRightVector = new float[3]
    [all...]
TestFastDistance.java 49 public float inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x83606d459f1626e3l, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsFastDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i]
    [all...]
TestDistance.java 49 public float inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xa38cb25366d69793l, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i]
    [all...]
TestDot.java 49 public float inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x948dc35615f562efl, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsDotFloatFloatFloat(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsDotFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i]
    [all...]
TestNativeDistance.java 49 public float inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x98c2c48c9b58b3c2l, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsNativeDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsNativeDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsNativeDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i]
    [all...]
TestNativeDivide.java 49 public float inRightVector;
55 Allocation inRightVector = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5ed4412e19040daal, false);
58 script.set_gAllocInRightVector(inRightVector);
60 verifyResultsNativeDivideFloatFloatFloat(inLeftVector, inRightVector, out, false);
67 scriptRelaxed.set_gAllocInRightVector(inRightVector);
69 verifyResultsNativeDivideFloatFloatFloat(inLeftVector, inRightVector, out, true);
75 inRightVector.destroy();
78 private void verifyResultsNativeDivideFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) {
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i]
    [all...]

Completed in 2743 milliseconds