Searched refs:SINGLE_SMALL_10_POW (Results 1 – 2 of 2) sorted by relevance
251 private static final float[] SINGLE_SMALL_10_POW; field in FloatingDecimal.ASCIIToBinaryBuffer254 SINGLE_SMALL_10_POW = new float[0];
1440 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.BinaryToASCIIBuffer1726 private static final int SINGLE_MAX_SMALL_TEN = SINGLE_SMALL_10_POW.length-1;