HomeSort by relevance Sort by last modified time
    Searched full:point2 (Results 51 - 51 of 51) sorted by null

1 23

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 356 static private Target.Floaty distance(float[] point1, float[] point2, Target t) {
359 Target.Floaty diff = t.subtract(t.new32(point1[i]), t.new32(point2[i]));
    [all...]

Completed in 679 milliseconds

1 23