Searched defs:abs (Results 1 – 9 of 9) sorted by relevance
50 inline static T abs(const T &a) { in abs() function
324 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; in DecodeMLaw() local
25 static int abs(int value) { in abs() function
34 public static float abs(float v) { in abs() method in MathUtils
462 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) { in abs() function
862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) { in abs() function1531 Relocator::Result abs(Relocation& pReloc, X86_64Relocator& pParent) { in abs() function
283 static int abs(int value) { in abs() function in android::GLTest
895 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs() function900 extern uint8_t __attribute__((overloadable)) abs(int8_t v) { in abs() function
86 inline static T abs(const T& value) { in abs() function6934 for (int32_t abs = 0; abs <= ABS_MAX; abs++) { in configure() local