Searched refs:BI_NANOS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
334 private static final java.math.BigInteger BI_NANOS_PER_SECOND; field in Duration337 BI_NANOS_PER_SECOND = null;
144 private static final BigInteger BI_NANOS_PER_SECOND = BigInteger.valueOf(NANOS_PER_SECOND); field in Duration1019 BigInteger[] divRem = nanos.divideAndRemainder(BI_NANOS_PER_SECOND); in create()