Constant Field Values
Contents
ch.randelshofer.*
-
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.AbstractBigDecimalParser Modifier and Type Constant Field Value public static final intMANY_DIGITS_THRESHOLD32protected static final intMAX_DIGITS_WITHOUT_LEADING_ZEROS646456993protected static final longMAX_EXPONENT_NUMBER2147483647Lstatic final intRECURSION_THRESHOLD400 -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.AbstractBigIntegerParser Modifier and Type Constant Field Value private static final intMAX_DECIMAL_DIGITS646456993private static final intMAX_HEX_DIGITS536870912static final intRECURSION_THRESHOLD400 -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.AbstractFloatValueParser Modifier and Type Constant Field Value static final intMAX_EXPONENT_NUMBER1024public static final intMAX_INPUT_LENGTH2147483643static final longMINIMAL_NINETEEN_DIGIT_INTEGER1000000000000000000L -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.AbstractJavaFloatingPointBitsFromCharArray Modifier and Type Constant Field Value private static final booleanCONDITIONAL_COMPILATION_PARSE_EIGHT_HEX_DIGITStrue -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.AbstractNumberParser Modifier and Type Constant Field Value static final byteDECIMAL_POINT_CLASS-4public static final java.lang.StringILLEGAL_OFFSET_OR_ILLEGAL_LENGTH"offset < 0 or length > str.length"static final byteOTHER_CLASS-1public static final java.lang.StringSYNTAX_ERROR"illegal syntax"public static final longSYNTAX_ERROR_BITS9221120237041090561Lpublic static final java.lang.StringVALUE_EXCEEDS_LIMITS"value exceeds limits" -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.BigSignificand Modifier and Type Constant Field Value private static final longLONG_MASK4294967295L -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.FastDoubleMath Modifier and Type Constant Field Value public static final intDOUBLE_EXPONENT_BIAS1023static final intDOUBLE_MAX_EXPONENT_POWER_OF_TEN308private static final intDOUBLE_MAX_EXPONENT_POWER_OF_TWO1023static final intDOUBLE_MIN_EXPONENT_POWER_OF_TEN-325private static final intDOUBLE_MIN_EXPONENT_POWER_OF_TWO-1022public static final intDOUBLE_SIGNIFICAND_WIDTH53public static final intMAX_REQUIRED_DIGITS768 -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.FastFloatMath Modifier and Type Constant Field Value private static final intFLOAT_EXPONENT_BIAS127private static final intFLOAT_MAX_EXPONENT_POWER_OF_TEN38private static final intFLOAT_MAX_EXPONENT_POWER_OF_TWO127private static final intFLOAT_MIN_EXPONENT_POWER_OF_TEN-45private static final intFLOAT_MIN_EXPONENT_POWER_OF_TWO-126private static final intFLOAT_SIGNIFICAND_WIDTH24 -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.FftMultiplier Modifier and Type Constant Field Value private static final intFFT_THRESHOLD33220private static final intMAX_MAG_LENGTH67108864private static final intROOTS_CACHE2_SIZE20private static final intROOTS3_CACHE_SIZE20private static final intTOOM_COOK_THRESHOLD1920 -
ch.randelshofer.fastdoubleparser.ch.randelshofer.fastdoubleparser.FftMultiplier.ComplexVector Modifier and Type Constant Field Value private static final intCOMPLEX_SIZE_SHIFT1static final intIMAG1static final intREAL0