Searched defs:upperBound (Results 1 – 7 of 7) sorted by relevance
44 double upperBound = -1.0; in negativeBounds() local
108 Type upperBound = upperBounds[0]; in checkUpperBoundedParameter() local109 assertEquals(getTypeParameter(method), upperBound); in checkUpperBoundedParameter() local
679 BigDecimal upperBound = d_BD.add(ulp_BD.divide(TWO)); in testSubnormalPowers() local716 BigDecimal upperBound = d_BD.add(new BigDecimal(Math.ulp(d)).multiply(HALF)); in testPowers() local
317 BigDecimal upperBound = f_BD.add(new BigDecimal(Math.ulp(f)).multiply(HALF)); in testPowers() local
483 double upperBound = Math.max(bound1, bound2); in testBounds() local
240 java.lang.String string, int lowerBound, int upperBound) { in isValidBcp47Alpha()
2245 private static boolean isValidBcp47Alpha(String string, int lowerBound, int upperBound) { in isValidBcp47Alpha()