Searched refs:totNanos (Results 1 – 2 of 2) sorted by relevance
351 long totNanos = nanos % NANOS_PER_DAY + // max 86400000000000 in plusWithOverflow() local356 totNanos = totNanos + curNoD; // total 432000000000000 in plusWithOverflow()357 totDays += Math.floorDiv(totNanos, NANOS_PER_DAY); in plusWithOverflow()358 long newNoD = Math.floorMod(totNanos, NANOS_PER_DAY); in plusWithOverflow()
1556 long totNanos = nanos % NANOS_PER_DAY + // max 86400000000000 in plusWithOverflow() local1561 totNanos = totNanos * sign + curNoD; // total 432000000000000 in plusWithOverflow()1562 totDays += Math.floorDiv(totNanos, NANOS_PER_DAY); in plusWithOverflow()1563 long newNoD = Math.floorMod(totNanos, NANOS_PER_DAY); in plusWithOverflow()