Home
last modified time | relevance | path

Searched defs:abs_diff (Results 51 – 60 of 60) sorted by relevance

123

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs634 pub const fn abs_diff(self, other: Duration) -> Duration { in abs_diff() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs633 pub const fn abs_diff(self, other: Duration) -> Duration { in abs_diff() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs634 pub const fn abs_diff(self, other: Duration) -> Duration { in abs_diff() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs633 pub const fn abs_diff(self, other: Duration) -> Duration { in abs_diff() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs634 pub const fn abs_diff(self, other: Duration) -> Duration { in abs_diff() method
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c18 static INLINE __m128i abs_diff(__m128i a, __m128i b) { in abs_diff() function
/aosp_15_r20/external/libaom/aom_dsp/
H A Dintrapred.c45 static inline int abs_diff(int a, int b) { return (a > b) ? a - b : b - a; } in abs_diff() function
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dloopfilter_sse2.c21 static inline __m128i abs_diff(__m128i a, __m128i b) { in abs_diff() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dmcomp.c278 const MV abs_diff = { abs(diff.row), abs(diff.col) }; in mv_err_cost() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp60 float abs_diff = std::abs(ref_val - out_val); in checkHardShrink() local
98 float abs_diff = std::abs(ref_val - out_val); in checkThreshold() local

123