Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT |
-9223372036854775808L |
public static final long |
INFINITE |
9223372036854775807L |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DECIMAL |
4 |
public static final int |
DEFAULT |
0 |
public static final int |
DELIMITER |
9 |
public static final int |
DIGIT |
5 |
public static final int |
EOF |
0 |
public static final int |
EOL |
10 |
public static final int |
IDENTIFIER |
7 |
public static final int |
IMAGINARY |
6 |
public static final int |
INTEGER |
3 |
public static final int |
INVALID_CHAR |
21 |
public static final int |
LETTER |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
staticFlag |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
KARATSUBA_COST_FACTOR |
4.300000190734863f |
public static final float |
NTT_COST_FACTOR |
6.199999809265137f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CUTOFF_POINT |
15 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
KARATSUBA_COST_FACTOR |
6.099999904632568f |
public static final float |
NTT_COST_FACTOR |
7.400000095367432f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CUTOFF_POINT |
15 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
KARATSUBA_COST_FACTOR |
4.800000190734863f |
public static final float |
NTT_COST_FACTOR |
4.099999904632568f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CUTOFF_POINT |
15 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
KARATSUBA_COST_FACTOR |
4.900000095367432f |
public static final float |
NTT_COST_FACTOR |
8.300000190734863f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CUTOFF_POINT |
15 |
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 |
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 |
Copyright © 2017. All rights reserved.