Home
last modified time | relevance | path

Searched refs:tenSbits (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java594 int tenSbits = S2+1 + (( (S5+1) < N_5_BITS.length )? N_5_BITS[(S5+1)] : ( (S5+1)*3 )); in dtoa() local
595 if ( Bbits < 64 && tenSbits < 64){ in dtoa()
596 if ( Bbits < 32 && tenSbits < 32){ in dtoa()