Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1440 fValue *= SINGLE_SMALL_10_POW[exp]; in floatValue()
1451 fValue *= SINGLE_SMALL_10_POW[slop]; in floatValue()
1452 fValue *= SINGLE_SMALL_10_POW[exp - slop]; in floatValue()
1463 fValue /= SINGLE_SMALL_10_POW[-exp]; in floatValue()
1714 private static final float[] SINGLE_SMALL_10_POW = { field in FloatingDecimal.BinaryToASCIIBuffer
1726 private static final int SINGLE_MAX_SMALL_TEN = SINGLE_SMALL_10_POW.length-1;