HomeSort by relevance Sort by last modified time
    Searched refs:nTinyBits (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
FloatingDecimal.java 443 int nTinyBits = Math.max( 0, nFractBits - binExp - 1 );
446 // with scaling by 10^nTinyBits, the result will fit in
448 if ( (nTinyBits < FDBigInteger.LONG_5_POW.length) && ((nFractBits + N_5_BITS[nTinyBits]) < 64 ) ){
452 // (a) nTinyBits == 0: Shift left or right appropriately
456 // (b) nTinyBits > 0: Shift right by EXP_SHIFT-nFractBits,
458 // 2^nTinyBits. Then multiply by 5^nTinyBits to
464 if ( nTinyBits == 0 ) {
488 // fractBits//= long5pow[ nTinyBits ];
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 199 milliseconds