Searched defs:abs (Results 1 – 2 of 2) sorted by relevance
| /development/tools/winscope/src/trace/ | ||
| D | trace.ts | 192 const abs = (time: bigint) => (time < 0 ? -time : time); constant |
| D | frame_mapper.ts | 247 const abs = (n: bigint): bigint => (n < 0n ? -n : n); constant |