Searched refs:sInterestingDoubles (Results 1 – 2 of 2) sorted by relevance
29 private static final double[] sInterestingDoubles = { field in RSUtils74 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()
34 private static final double[] sInterestingDoubles = { field in RSUtils96 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()