Home
last modified time | relevance | path

Searched refs:floorMod (Results 1 – 3 of 3) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/common/
DTimestamp.java87 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
/external/swiftshader/src/System/
DMath.hpp236 inline int floorMod(int a, int b) in floorMod() function
/external/swiftshader/src/Common/
DMath.hpp236 inline int floorMod(int a, int b) in floorMod() function