Home
last modified time | relevance | path

Searched refs:sInterestingDoubles (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java29 private static final double[] sInterestingDoubles = { field in RSUtils
74 for (int i = 0; i < sInterestingDoubles.length; i++) { in genRandomDoubles()
75 double d = sInterestingDoubles[i]; in genRandomDoubles()
125 for (int i = 0; i < sInterestingDoubles.length; i++) { in genRandomFloats()
126 float f = (float) sInterestingDoubles[i]; in genRandomFloats()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSUtils.java34 private static final double[] sInterestingDoubles = { field in RSUtils
96 for (int i = 0; i < sInterestingDoubles.length; i++) { in genRandomDoubles()
97 double d = sInterestingDoubles[i]; in genRandomDoubles()
147 for (int i = 0; i < sInterestingDoubles.length; i++) { in genRandomFloats()
148 float f = (float) sInterestingDoubles[i]; in genRandomFloats()