/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | abs.example.cpp | 7 namespace generated_tests::abs { namespace 54 namespace generated_tests::abs { namespace 101 namespace generated_tests::abs { namespace
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/whitebalance/ |
D | AmbientSensorTest.java | 82 AmbientBrightnessSensor abs = DisplayWhiteBalanceFactory.createBrightnessSensor( in testAmbientBrightnessSensorCallback_NoCallbacks() local 102 AmbientBrightnessSensor abs = DisplayWhiteBalanceFactory.createBrightnessSensor( in testAmbientBrightnessSensorCallback_CallbacksCalled() local 135 AmbientColorTemperatureSensor abs = DisplayWhiteBalanceFactory.createColorTemperatureSensor( in testAmbientColorTemperatureSensorCallback_CallbacksCalled() local
|
/frameworks/av/media/codecs/g711/decoder/ |
D | g711DecMlaw.cpp | 33 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; in DecodeMLaw() local
|
/frameworks/native/services/inputflinger/reader/ |
D | Macros.h | 61 inline static T abs(const T& value) { in abs() function
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AUtils.h | 50 inline static T abs(const T &a) { in abs() function
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 377 int32_t abs = (0x80L << exponent) + step * mantissa + step / 2 - 4 * 33; in DecodeMLaw() local
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 27 static int abs(int value) { in abs() function
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 114 for (int32_t abs = 0; abs <= ABS_MAX; abs++) { in configure() local
|
/frameworks/base/core/java/android/util/ |
D | Half.java | 499 public static @HalfFloat short abs(@HalfFloat short h) { in abs() method in Half
|
D | MathUtils.java | 35 public static float abs(float v) { in abs() method in MathUtils
|
/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 446 friend inline CONSTEXPR VECTOR<T> PURE abs(VECTOR<T> v) { in abs() function
|
D | TMatHelpers.h | 475 friend inline CONSTEXPR BASE<T> PURE abs(BASE<T> m) { in abs() function
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 462 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) { in abs() function
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) { in abs() function 1531 Relocator::Result abs(Relocation& pReloc, X86_64Relocator& pParent) { in abs() function
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 898 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs() function 903 extern uint8_t __attribute__((overloadable)) abs(int8_t v) { in abs() function
|