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

/libcore/ojluni/src/main/java/sun/misc/
H A DFDBigInt.java94 lshiftMe( int c )throws IllegalArgumentException { method in class:FDBigInt
167 * order bit is in the right place. Then call lshiftMe to
187 lshiftMe( bitcount );
H A DFormattedFloatingDecimal.java188 v.lshiftMe( p2 );
200 v.lshiftMe( p2 );
900 Bval.lshiftMe( shiftBias = Sval.normalizeMe() );
901 Mval.lshiftMe( shiftBias );
938 Bval.lshiftMe(1);
1464 diff.lshiftMe( 1 );
/libcore/ojluni/src/main/java/java/lang/
H A DFloatingDecimal.java171 v.lshiftMe( p2 );
183 v.lshiftMe( p2 );
833 Bval.lshiftMe( shiftBias = Sval.normalizeMe() );
834 Mval.lshiftMe( shiftBias );
871 Bval.lshiftMe(1);
1623 diff.lshiftMe( 1 );

Completed in 1928 milliseconds