Searched refs:MAX_CONSTANT (Results 1 – 1 of 1) sorted by relevance
1106 if (val > 0 && val <= MAX_CONSTANT) in valueOf()1108 else if (val < 0 && val >= -MAX_CONSTANT) in valueOf()1150 private final static int MAX_CONSTANT = 16; local1151 private static BigInteger posConst[] = new BigInteger[MAX_CONSTANT+1];1152 private static BigInteger negConst[] = new BigInteger[MAX_CONSTANT+1];1176 for (int i = 1; i <= MAX_CONSTANT; i++) {