Searched defs:abs (Results 1 – 10 of 10) sorted by relevance
50 inline static T abs(const T &a) { in abs() function
25 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);} in abs() function
298 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
426 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) in abs() function
882 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) in abs() function1582 Relocator::Result abs(Relocation& pReloc, X86_64Relocator& pParent) in abs() function
287 static int abs(int value) { in abs() function in android::GLTest
736 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs() function741 extern uint8_t __attribute__((overloadable)) abs(int8_t v) { in abs() function
71 inline static T abs(const T& value) { in abs() function6298 for (int32_t abs = 0; abs <= ABS_MAX; abs++) { in configure() local