Searched defs:abs (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAUtils.h50 inline static T abs(const T &a) { function
91 T err = abs(val) % period;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAUtils.h50 inline static T abs(const T &a) { function
91 T err = abs(val) % period;
/frameworks/av/media/libstagefright/include/foundation/
H A DAUtils.h50 inline static T abs(const T &a) { function
91 T err = abs(val) % period;
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp328 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; local
330 *out++ = (x < 0x80) ? -abs : abs;
/frameworks/base/core/java/android/util/
H A DMathUtils.java33 public static float abs(float v) { method in class:MathUtils
H A DHalf.java526 public static @HalfFloat short abs(@HalfFloat short h) { method in class:Half
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp25 static int abs(int value) { function in namespace:android
188 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) {
191 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) {
197 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) {
203 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) {
220 if (abs(r1.left - r2.left) > tolerance) {
223 if (abs(r1.top - r2.top) > tolerance) {
229 if (abs(r1.right - r2.right) > tolerance) {
235 if (abs(r1.bottom - r2.bottom) > tolerance) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp462 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) { function in namespace:mcld
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp283 static int abs(int value) { function in class:android::GLTest
302 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) {
305 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) {
311 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) {
317 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) { function in namespace:mcld
1531 Relocator::Result abs(Relocation& pReloc, X86_64Relocator& pParent) { function in namespace:mcld
/frameworks/native/libs/math/include/math/
H A DTMatHelpers.h90 T t = std::abs(tmp[i][i]);
92 const T t2 = std::abs(tmp[j][i]);
475 friend inline CONSTEXPR BASE<T> PURE abs(BASE<T> m) { function in class:android::details::TMatHelpers
477 m[col] = abs(m[col]);
/frameworks/rs/driver/runtime/
H A Drs_cl.c891 * abs
893 extern uint32_t __attribute__((overloadable)) abs(int32_t v) { function
898 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { function
903 extern uint8_t __attribute__((overloadable)) abs(int8_t v) { function
935 UIN_FUNC_IN(abs)
/frameworks/native/services/inputflinger/
H A DInputReader.cpp87 inline static T abs(const T& value) { function in namespace:android
7041 for (int32_t abs = 0; abs <= ABS_MAX; abs++) {
7042 if (!(getAbsAxisUsage(abs, getDevice()->getClasses())
7048 getAbsoluteAxisInfo(abs, &rawAxisInfo);
7052 bool explicitlyMapped = !getEventHub()->mapAxis(getDeviceId(), abs, &axisInfo);
7091 mAxes.add(abs, axis);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2756 milliseconds