Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace_processor/
Dbigint_math.ts108 static abs(n: bigint) { method in BigintMath
/development/tools/external_crates/crate_health/src/
Drepo_path.rs44 pub fn abs(&self) -> PathBuf { in abs() method
/development/tools/winscope/src/trace/
Dframe_mapper.ts264 const abs = (n: bigint): bigint => (n < 0n ? -n : n); constant