Searched defs:abs (Results 1 – 12 of 12) sorted by relevance
50 inline static T abs(const T &a) { in abs() function
375 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; in DecodeMLaw() local
25 static int abs(int value) { in abs() function
31 public static float abs(float v) { in abs() method in MathUtils
526 public static @HalfFloat short abs(@HalfFloat short h) { in abs() method in Half
446 friend inline CONSTEXPR VECTOR<T> PURE abs(VECTOR<T> v) { in abs() function
475 friend inline CONSTEXPR BASE<T> PURE abs(BASE<T> m) { in abs() function
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
898 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs() function903 extern uint8_t __attribute__((overloadable)) abs(int8_t v) { in abs() function
87 inline static T abs(const T& value) { in abs() function7164 for (int32_t abs = 0; abs <= ABS_MAX; abs++) { in configure() local