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