Searched defs:lshiftMe (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java180 v.lshiftMe( p2 );
192 v.lshiftMe( p2 );
823 Bval.lshiftMe( shiftBias = Sval.normalizeMe() );
824 Mval.lshiftMe( shiftBias );
861 Bval.lshiftMe(1);
1558 diff.lshiftMe( 1 );
2479 lshiftMe( int c )throws IllegalArgumentException { method in class:FDBigInt
2552 * order bit is in the right place. Then call lshiftMe to
2572 lshiftMe( bitcount );

Completed in 37 milliseconds