Home
last modified time | relevance | path

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

/aosp12/art/test/567-checker-builder-intrinsics/src/
H A DTestAbs.java204 public static int abs0(int[] a) { in abs0() method in TestAbs
/aosp12/system/logging/logd/
H A DLogKlog.cpp754 unsigned abs0 = (diff0 < 0) ? -diff0 : diff0; in log() local