Searched refs:movePointLeft (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeFactory.java884 realMillisecond = BigDecimal.valueOf((long) millisecond).movePointLeft(3);
1053 realMilliseconds = BigDecimal.valueOf((long) milliseconds).movePointLeft(3);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTCUtility.java297 o = bigDecimal.movePointLeft((int)typeCode.fixed_scale());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2721 fractionalSecond = new BigDecimal((long) millisecond).movePointLeft(3);
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java179 * point motion operations ({@link #movePointLeft movePointLeft} and
2469 public BigDecimal movePointLeft(int n) { method in class:BigDecimal
2481 * is equivalent to {@code movePointLeft(-n)}. The
2492 // Cannot use movePointLeft(-n) in case of n==Integer.MIN_VALUE

Completed in 48 milliseconds