Searched defs:maxDouble (Results 1 – 5 of 5) sorted by relevance
43 private static final long maxDouble = Double.doubleToLongBits(Double.MAX_VALUE); field in NumberUtils
42 private static final long maxDouble = Double.doubleToLongBits(Double.MAX_VALUE); field in NumberUtils
1169 double maxDouble; in ctvariation_from_SkFontArguments() local1412 double maxDouble; in onGetVariationDesignParameters() local
491 BigDecimal maxDouble = new BigDecimal(Double.MAX_VALUE); in testParserRejectOutOfRangeNumericValues() local