Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/commands/vsoc_input_service/
Dvirtual_device_base.cpp90 for (uint32_t abs : GetAbs()) { in SetUp() local
139 static const std::vector<const uint32_t> abs{}; in GetAbs() local
Dvirtual_touchscreen.cpp34 static const std::vector<const uint32_t> abs{ABS_X, ABS_Y}; in GetAbs() local
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DXabs.c21 abs(int j) in abs() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfilecmp.py267 def _cmp(a, b, sh, abs=abs, cmp=cmp): argument
Ddecimal.py3929 def abs(self, a): member in Context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py171 abs = radius = __abs__ variable in Complex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c440 unsigned long abs = (unsigned long)(jj < 0 ? -jj : jj); in float_richcompare() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c439 unsigned long abs = (unsigned long)(jj < 0 ? -jj : jj); in float_richcompare() local