Class FloatFormatTest

    • Constructor Detail

      • FloatFormatTest

        public FloatFormatTest()
    • Method Detail

      • testCreateFloat

        public void testCreateFloat()
      • testGetHostFloatBigInteger

        public void testGetHostFloatBigInteger()
      • testGetHostFloat

        public void testGetHostFloat()
      • testOpEqualLongLong

        public void testOpEqualLongLong()
      • testOpEqualBigIntegerBigInteger

        public void testOpEqualBigIntegerBigInteger()
      • testOpNotEqualLongLong

        public void testOpNotEqualLongLong()
      • testOpNotEqualBigIntegerBigInteger

        public void testOpNotEqualBigIntegerBigInteger()
      • testOpLessLongLong

        public void testOpLessLongLong()
      • testOpLessBigIntegerBigInteger

        public void testOpLessBigIntegerBigInteger()
      • testOpLessEqualLongLong

        public void testOpLessEqualLongLong()
      • testOpLessEqualBigIntegerBigInteger

        public void testOpLessEqualBigIntegerBigInteger()
      • testOpNanLong

        public void testOpNanLong()
      • testOpNanBigInteger

        public void testOpNanBigInteger()
      • testOpAddLongLong

        public void testOpAddLongLong()
      • testOpAddBigIntegerBigInteger

        public void testOpAddBigIntegerBigInteger()
      • testOpSubLongLong

        public void testOpSubLongLong()
      • testOpSubBigIntegerBigInteger

        public void testOpSubBigIntegerBigInteger()
      • testOpDivLongLong

        public void testOpDivLongLong()
      • testOpDivBigIntegerBigInteger

        public void testOpDivBigIntegerBigInteger()
      • testOpMultLongLong

        public void testOpMultLongLong()
      • testOpMultBigIntegerBigInteger

        public void testOpMultBigIntegerBigInteger()
      • testOpNegLong

        public void testOpNegLong()
      • testOpNegBigInteger

        public void testOpNegBigInteger()
      • testOpAbsLong

        public void testOpAbsLong()
      • testOpAbsBigInteger

        public void testOpAbsBigInteger()
      • testOpSqrtLong

        public void testOpSqrtLong()
      • testOpSqrtBigInteger

        public void testOpSqrtBigInteger()
      • testOpInt2FloatLongInt

        public void testOpInt2FloatLongInt()
      • testOpInt2FloatBigIntegerInt

        public void testOpInt2FloatBigIntegerInt()
      • testOpFloat2FloatLongFloatFormat

        public void testOpFloat2FloatLongFloatFormat()
      • testOpFloat2FloatBigIntegerFloatFormat

        public void testOpFloat2FloatBigIntegerFloatFormat()
      • testOpTruncLongInt

        public void testOpTruncLongInt()
      • testOpTruncBigIntegerInt

        public void testOpTruncBigIntegerInt()
      • testOpCeilLong

        public void testOpCeilLong()
      • testOpCeilBigInteger

        public void testOpCeilBigInteger()
      • testOpFloorLong

        public void testOpFloorLong()
      • testOpFloorBigInteger

        public void testOpFloorBigInteger()
      • testOpRoundLong

        public void testOpRoundLong()
      • testOpRoundBigInteger

        public void testOpRoundBigInteger()