Searched refs:precision (Results 1 – 4 of 4) sorted by relevance
244 for (int precision = mLineLength; precision > 6; precision--) { in evaluate()245 result = tryFormattingWithPrecision(value, precision); in evaluate()279 private String tryFormattingWithPrecision(double value, int precision) { in tryFormattingWithPrecision() argument282 String result = String.format(Locale.US, "%" + mLineLength + "." + precision + "g", value); in tryFormattingWithPrecision()
1 precision mediump float;
745 static TimeZone tziStringToTimeZone(String timeZoneString, int precision) { in tziStringToTimeZone() argument753 timeZone = tziStringToTimeZoneImpl(timeZoneString, precision); in tziStringToTimeZone()780 static TimeZone tziStringToTimeZoneImpl(String timeZoneString, int precision) { in tziStringToTimeZoneImpl() argument846 Date before = new Date(millisAtTransition - precision); in tziStringToTimeZoneImpl()847 Date after = new Date(millisAtTransition + precision); in tziStringToTimeZoneImpl()855 before = new Date(millisAtTransition - (dstSavings + precision)); in tziStringToTimeZoneImpl()856 after = new Date(millisAtTransition + precision); in tziStringToTimeZoneImpl()867 if ((dstStart.hour != dstEnd.hour) && (precision == STANDARD_DST_PRECISION)) { in tziStringToTimeZoneImpl()