Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 206) sorted by relevance

123456789

/external/eigen/Eigen/src/Core/
DMathFunctions.h25 long abs(long x) { return (labs(x)); } in abs() function
26 double abs(double x) { return (fabs(x)); } in abs() function
27 float abs(float x) { return (fabsf(x)); } in abs() function
28 long double abs(long double x) { return (fabsl(x)); } in abs() function
/external/armnn/src/backends/reference/workloads/
DAbs.hpp13 struct abs : public std::unary_function<T, T> struct
16 operator () (const T& inputData) const in operator ()()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c24 uint16x8_t abs = vabdl_u8(vget_low_u8(src_u8), vget_low_u8(ref_u8)); in vpx_sad4x4_neon() local
36 uint16x8_t abs = vabdl_u8(vget_low_u8(src_u8), vget_low_u8(avg)); in vpx_sad4x4_avg_neon() local
44 uint16x8_t abs = vdupq_n_u16(0); in vpx_sad4x8_neon() local
61 uint16x8_t abs = vdupq_n_u16(0); in vpx_sad4x8_avg_neon() local
81 uint16x8_t abs = vdupq_n_u16(0); in sad8x() local
98 uint16x8_t abs = vdupq_n_u16(0); in sad8x_avg() local
136 uint16x8_t abs = vdupq_n_u16(0); in sad16x() local
154 uint16x8_t abs = vdupq_n_u16(0); in sad16x_avg() local
194 uint16x8_t abs = vdupq_n_u16(0); in sad32x() local
216 uint16x8_t abs = vdupq_n_u16(0); in sad32x_avg() local
/external/libcxx/include/
Dstdlib.h111 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} in abs() function
113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} in abs() function
/external/tensorflow/tensorflow/compiler/xla/
Derror_spec.h24 : abs(aabs), rel(arel), relaxed_nans(relaxed_nans) {} in abs() function
26 float abs; // Absolute error bound. member
/external/rust/crates/num-traits/src/
Dsign.rs14 fn abs(&self) -> Self; in abs() method
85 fn abs(&self) -> Self { in abs() function
165 pub fn abs<T: Signed>(value: T) -> T { in abs() function
/external/libcups/
Dconfig.h.in670 # define abs(x) _cups_abs(x) macro
673 # define abs(x) _cups_abs(x) macro
676 # define abs(x) ((x) < 0 ? -(x) : (x)) macro
/external/musl/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
194 bool negate, abs; in brw_nir_opt_peephole_ffma_block() local
/external/clang/lib/Headers/
D__clang_cuda_cmath.h47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs() function
48 __DEVICE__ long abs(long __n) { return ::labs(__n); } in abs() function
49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() function
50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dunary_op_test.cc77 auto abs = Abs(arg); in SignAbsTestHelper() local
129 auto abs = Abs(arg); in SignAbsTestHelper() local
197 auto abs = Abs(arg); in XLA_TEST_F() local
/external/libwebsockets/lib/abstract/
Dabstract.c153 lws_abs_bind_and_create_instance(const lws_abs_t *abs) in lws_abs_bind_and_create_instance()
297 lws_abs_t *abs = lws_zalloc(sizeof(*abs), __func__); in lws_abstract_alloc() local
/external/libcups/vcnet/
Dconfig.h752 # define abs(x) _cups_abs(x) macro
755 # define abs(x) _cups_abs(x) macro
758 # define abs(x) ((x) < 0 ? -(x) : (x)) macro
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DSingleFunctionEffects.h26 auto abs = std::abs(x); in _overdrive() local
/external/libhevc/encoder/arm/
Dihevce_ssd_calculator_neon.c61 uint8x16_t src, pred, abs; in ihevce_4x4_ssd_computer_neon() local
88 uint8x8_t src, pred, abs; in ihevce_1x8_ssd_computer_neon() local
113 uint8x16_t src, pred, abs; in ihevce_1x16_ssd_computer_neon() local
/external/libkmsxx/utils/
Dkmstouch.cpp43 const struct input_absinfo* abs; in print_abs_bits() local
106 const struct input_absinfo* abs; in collect_current() local
/external/libwebsockets/lib/abstract/transports/
Draw-skt.c29 struct lws_abs *abs; member
218 lws_atcrs_client_conn(const lws_abs_t *abs) in lws_atcrs_client_conn()
/external/vixl/examples/aarch64/
Dabs.cc55 Label abs; in main() local
/external/starlark-go/internal/spell/
Dspell.go109 func abs(x int) int { func
/external/vixl/examples/aarch32/
Dabs.cc50 Label abs; in main() local
/external/swiftshader/src/System/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/external/clang/test/CodeGen/
Dpr9614.c8 inline __attribute__ ((__always_inline__)) int abs (int x) { in abs() function
/external/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp.c55 const struct lws_abs *abs; member
359 lws_smtpc_child_bind(lws_abs_t *abs) in lws_smtpc_child_bind()
/external/mesa3d/src/compiler/nir/
Dnir_normalize_cubemap_coords.c59 nir_ssa_def *abs = nir_fabs(b, orig_coord); in normalize_cubemap_coords_block() local
/external/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h30 lws_abs_t *abs; /* abstract protocol + unit test txport */ member

123456789