Home
last modified time | relevance | path

Searched defs:quantCeil (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/base/
Dbigint_math.ts73 static quantCeil(n: bigint, step: bigint): bigint { method in BigintMath
Dtime.ts157 static quantCeil(a: time, b: duration): time { method in Time