Searched refs:floorDiv (Results 1 – 3 of 3) sorted by relevance
86 long secs = floorDiv(epochMilli, MILLIS_PER_SECOND); in fromMillis()186 long secs = TimeUtils.checkedAdd(epochSecond, floorDiv(nanoAdjustment, NANOS_PER_SECOND)); in ofEpochSecond()192 private static long floorDiv(long x, long y) { in floorDiv() method in Timestamp198 return x - floorDiv(x, y) * y; in floorMod()
231 inline int floorDiv(int a, int b) in floorDiv() function