/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/android/ |
D | legacy_stdlib_inlines.h | 37 static __inline int abs(int __n) { return (__n < 0) ? -__n : __n; } in abs() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/android/ |
D | legacy_stdlib_inlines.h | 37 static __inline int abs(int __n) { return (__n < 0) ? -__n : __n; } in abs() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/android/ |
D | legacy_stdlib_inlines.h | 37 static __inline int abs(int __n) { return (__n < 0) ? -__n : __n; } in abs() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/android/ |
D | legacy_stdlib_inlines.h | 37 static __inline int abs(int __n) { return (__n < 0) ? -__n : __n; } in abs() function
|
/aosp_15_r20/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
H A D | AUtils.h | 50 inline static T abs(const T &a) { in abs() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f32.rs | 807 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 855 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
H A D | f64.rs | 815 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 863 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f32.rs | 807 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 855 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
H A D | f64.rs | 815 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 863 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f32.rs | 807 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 855 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
H A D | f64.rs | 815 let abs = bits & !Self::SIGN_MASK; in next_up() localVariable 863 let abs = bits & !Self::SIGN_MASK; in next_down() localVariable
|
/aosp_15_r20/external/webrtc/modules/video_capture/ |
H A D | device_info_impl.cc | 20 #define abs(a) (a >= 0 ? a : -a) macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/ |
D | math_info.cpp | 187 char abs(T) in abs() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | mod.rs | 3 mod abs; module
|
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | HalfTest.java | 256 public void abs() { in abs() method in HalfTest
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/ |
D | lorenz_point.cpp | 64 point3D abs( const point3D &p ) in abs() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | lib.c | 60 int abs(int j) in abs() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f64.rs | 805 let abs = bits & CLEAR_SIGN_MASK; in next_up() localVariable 855 let abs = bits & CLEAR_SIGN_MASK; in next_down() localVariable
|
H A D | f32.rs | 795 let abs = bits & CLEAR_SIGN_MASK; in next_up() localVariable 845 let abs = bits & CLEAR_SIGN_MASK; in next_down() localVariable
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | pickrst_neon.h | 1054 int64x2_t abs = vabsq_s64(src); in div4_neon() local 1102 int64x2_t abs = vabsq_s64(src); in div16_neon() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f32.rs | 795 let abs = bits & CLEAR_SIGN_MASK; in next_up() localVariable 845 let abs = bits & CLEAR_SIGN_MASK; in next_down() localVariable
|
H A D | f64.rs | 805 let abs = bits & CLEAR_SIGN_MASK; in next_up() localVariable 855 let abs = bits & CLEAR_SIGN_MASK; in next_down() localVariable
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/ |
H A D | vec_base.h | 226 Vectorized<T> abs() const { in abs() function 233 Vectorized<T> abs() const { in abs() function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/ |
D | math.go | 78 func abs(x, y float64) { func
|
/aosp_15_r20/external/eigen/test/ |
H A D | AnnoyingScalar.h | 106 AnnoyingScalar abs (const AnnoyingScalar &x) { return std::abs(*x.v); } in abs() function
|