Home
last modified time | relevance | path

Searched refs:inRightVectorDouble (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestDot.java413 public double inRightVectorDouble; field in TestDot.ArgumentsHalfHalfHalf
461 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsDotHalfHalfHalf()
506 public double[] inRightVectorDouble; field in TestDot.ArgumentsHalfNHalfNHalf
553 args.inRightVectorDouble = new double[2]; in verifyResultsDotHalf2Half2Half()
561 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDotHalf2Half2Half()
650 args.inRightVectorDouble = new double[3]; in verifyResultsDotHalf3Half3Half()
658 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDotHalf3Half3Half()
747 args.inRightVectorDouble = new double[4]; in verifyResultsDotHalf4Half4Half()
755 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDotHalf4Half4Half()
DTestDistance.java413 public double inRightVectorDouble; field in TestDistance.ArgumentsHalfHalfHalf
461 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsDistanceHalfHalfHalf()
506 public double[] inRightVectorDouble; field in TestDistance.ArgumentsHalfNHalfNHalf
553 args.inRightVectorDouble = new double[2]; in verifyResultsDistanceHalf2Half2Half()
561 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDistanceHalf2Half2Half()
650 args.inRightVectorDouble = new double[3]; in verifyResultsDistanceHalf3Half3Half()
658 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDistanceHalf3Half3Half()
747 args.inRightVectorDouble = new double[4]; in verifyResultsDistanceHalf4Half4Half()
755 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsDistanceHalf4Half4Half()
DTestNativeDistance.java413 public double inRightVectorDouble; field in TestNativeDistance.ArgumentsHalfHalfHalf
461 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsNativeDistanceHalfHalfHalf()
506 public double[] inRightVectorDouble; field in TestNativeDistance.ArgumentsHalfNHalfNHalf
553 args.inRightVectorDouble = new double[2]; in verifyResultsNativeDistanceHalf2Half2Half()
561 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsNativeDistanceHalf2Half2Half()
650 args.inRightVectorDouble = new double[3]; in verifyResultsNativeDistanceHalf3Half3Half()
658 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsNativeDistanceHalf3Half3Half()
747 args.inRightVectorDouble = new double[4]; in verifyResultsNativeDistanceHalf4Half4Half()
755 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsNativeDistanceHalf4Half4Half()
DTestCross.java247 public double[] inRightVectorDouble; field in TestCross.ArgumentsHalfNHalfNHalfN
294 args.inRightVectorDouble = new double[3]; in verifyResultsCrossHalf3Half3Half3()
303 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsCrossHalf3Half3Half3()
396 args.inRightVectorDouble = new double[4]; in verifyResultsCrossHalf4Half4Half4()
405 … args.inRightVectorDouble[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]); in verifyResultsCrossHalf4Half4Half4()
DTestNativeDivide.java389 public double inRightVectorDouble; field in TestNativeDivide.ArgumentsHalfHalfHalf
437 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsNativeDivideHalfHalfHalf()
525 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsNativeDivideHalf2Half2Half2()
613 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsNativeDivideHalf3Half3Half3()
701 args.inRightVectorDouble = Float16Utils.convertFloat16ToDouble(args.inRightVector); in verifyResultsNativeDivideHalf4Half4Half4()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java1767 cross(args.inLeftVectorDouble, args.inRightVectorDouble, args.out, t); in computeCross()
1790 new double[] {args.inRightVectorDouble}, t); in computeDistance()
1794 args.out = distance(args.inLeftVectorDouble, args.inRightVectorDouble, t); in computeDistance()
1810 Target.Floaty b = t.newFloaty(args.inRightVectorDouble); in computeDot()
1819 Target.Floaty b = t.newFloaty(args.inRightVectorDouble[i]); in computeDot()
2544 new double[] {args.inRightVectorDouble}, t);
2549 args.out = distance(args.inLeftVectorDouble, args.inRightVectorDouble, t);
2564 args.out = divide(args.inLeftVectorDouble, args.inRightVectorDouble, t);