Searched refs:floorMod (Results 1 – 3 of 3) sorted by relevance
87 int mos = (int) floorMod(epochMilli, MILLIS_PER_SECOND); in fromMillis()187 int nos = (int) floorMod(nanoAdjustment, NANOS_PER_SECOND); in ofEpochSecond()197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
236 inline int floorMod(int a, int b) in floorMod() function