Home
last modified time | relevance | path

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

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