Searched refs:fractHOB (Results 1 – 2 of 2) sorted by relevance
72 static final long fractHOB = ( 1L<<expShift ); // assumed High-Order bit field in FormattedFloatingDecimal221 lbits |= fractHOB; in doubleToBigInt()225 while ( (lbits & fractHOB ) == 0L){ in doubleToBigInt()517 while ( (fractBits&fractHOB) == 0L ){ in FormattedFloatingDecimal()524 fractBits |= fractHOB; in FormattedFloatingDecimal()696 expOne | ( fractBits &~ fractHOB ) ); in dtoa()
56 static final long fractHOB = ( 1L<<expShift ); // assumed High-Order bit field in FloatingDecimal204 lbits |= fractHOB; in doubleToBigInt()208 while ( (lbits & fractHOB ) == 0L){ in doubleToBigInt()452 while ( (fractBits&fractHOB) == 0L ){ in loadDouble()459 fractBits |= fractHOB; in loadDouble()629 expOne | ( fractBits &~ fractHOB ) ); in dtoa()