Searched defs:quantFloor (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/ui/src/base/ | ||
D | bigint_math.ts | 60 static quantFloor(n: bigint, step: bigint): bigint { method in BigintMath |
D | time.ts | 153 static quantFloor(a: time, b: duration): time { method in Time |