Searched refs:EXP_ONE (Results 1 – 2 of 2) sorted by relevance
163 static final long EXP_ONE = 4607182418800017408L; // 0x3ff0000000000000L field in FloatingDecimal
45 static final long EXP_ONE = ((long)DoubleConsts.EXP_BIAS)<<EXP_SHIFT; // exponent of 1.0 field in FloatingDecimal820 … double d2 = Double.longBitsToDouble( EXP_ONE | ( fractBits & DoubleConsts.SIGNIF_BIT_MASK ) );