Constant Field Values
Contents
org.apfloat.*
-
org.apfloat.ApfloatContext Modifier and Type Constant Field Value public static final String
BLOCK_SIZE
"blockSize"
public static final String
BUILDER_FACTORY
"builderFactory"
public static final String
CACHE_BURST
"cacheBurst"
public static final String
CACHE_L1_SIZE
"cacheL1Size"
public static final String
CACHE_L2_SIZE
"cacheL2Size"
public static final String
CLEANUP_AT_EXIT
"cleanupAtExit"
public static final String
DEFAULT_RADIX
"defaultRadix"
public static final String
FILE_INITIAL_VALUE
"fileInitialValue"
public static final String
FILE_PATH
"filePath"
public static final String
FILE_SUFFIX
"fileSuffix"
public static final String
MAX_MEMORY_BLOCK_SIZE
"maxMemoryBlockSize"
public static final String
MEMORY_THRESHOLD
"memoryThreshold"
public static final String
MEMORY_TRESHOLD
"memoryTreshold"
public static final String
NUMBER_OF_PROCESSORS
"numberOfProcessors"
public static final String
SHARED_MEMORY_TRESHOLD
"sharedMemoryTreshold"
-
org.apfloat.internal.DoubleConstants Modifier and Type Constant Field Value public static final float
KARATSUBA_COST_FACTOR
4.300000190734863f
public static final float
NTT_COST_FACTOR
6.199999809265137f
-
org.apfloat.internal.DoubleKaratsubaConvolutionStrategy Modifier and Type Constant Field Value public static final int
CUTOFF_POINT
15
-
org.apfloat.internal.DoubleModConstants Modifier and Type Constant Field Value public static final double
MAX_POWER_OF_TWO_BASE
2.251799813685248E15
public static final int
MAX_POWER_OF_TWO_BITS
51
public static final long
MAX_TRANSFORM_LENGTH
26388279066624L
-
org.apfloat.internal.FloatConstants Modifier and Type Constant Field Value public static final float
KARATSUBA_COST_FACTOR
6.099999904632568f
public static final float
NTT_COST_FACTOR
7.400000095367432f
-
org.apfloat.internal.FloatKaratsubaConvolutionStrategy Modifier and Type Constant Field Value public static final int
CUTOFF_POINT
15
-
org.apfloat.internal.FloatModConstants Modifier and Type Constant Field Value public static final float
MAX_POWER_OF_TWO_BASE
1.6777216E7f
public static final int
MAX_POWER_OF_TWO_BITS
24
public static final long
MAX_TRANSFORM_LENGTH
393216L
-
org.apfloat.internal.IntConstants Modifier and Type Constant Field Value public static final float
KARATSUBA_COST_FACTOR
4.800000190734863f
public static final float
NTT_COST_FACTOR
4.099999904632568f
-
org.apfloat.internal.IntKaratsubaConvolutionStrategy Modifier and Type Constant Field Value public static final int
CUTOFF_POINT
15
-
org.apfloat.internal.IntModConstants Modifier and Type Constant Field Value public static final int
MAX_POWER_OF_TWO_BASE
-2147483648
public static final int
MAX_POWER_OF_TWO_BITS
31
public static final long
MAX_TRANSFORM_LENGTH
50331648L
-
org.apfloat.internal.LongConstants Modifier and Type Constant Field Value public static final float
KARATSUBA_COST_FACTOR
4.300000190734863f
public static final float
NTT_COST_FACTOR
8.300000190734863f
-
org.apfloat.internal.LongKaratsubaConvolutionStrategy Modifier and Type Constant Field Value public static final int
CUTOFF_POINT
15
-
org.apfloat.internal.LongModConstants Modifier and Type Constant Field Value public static final long
MAX_POWER_OF_TWO_BASE
144115188075855872L
public static final int
MAX_POWER_OF_TWO_BITS
57
public static final long
MAX_TRANSFORM_LENGTH
422212465065984L
-
org.apfloat.spi.DataStorage Modifier and Type Constant Field Value public static final int
READ
1
public static final int
READ_WRITE
3
public static final int
WRITE
2