Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dabs.s10 abs z0.b, p0/m, z0.b label
16 abs z0.h, p0/m, z0.h label
22 abs z0.s, p0/m, z0.s label
28 abs z0.d, p0/m, z0.d label
34 abs z31.b, p7/m, z31.b label
40 abs z31.h, p7/m, z31.h label
46 abs z31.s, p7/m, z31.s label
52 abs z31.d, p7/m, z31.d label
68 abs z4.d, p7/m, z31.d label
80 abs z4.d, p7/m, z31.d label
Dabs-diagnostics.s4 abs z0.h, p0/m, z0.b label
10 abs z29.d, p7, z29.d label
18 abs z0.b, p8/m, z0.b label
23 abs z0.h, p8/m, z0.h label
28 abs z0.s, p8/m, z0.s label
33 abs z0.d, p8/m, z0.d label
Dmovprfx-diagnostics.s7 abs z2.d, p0/m, z2.d label
47 abs z0.d, p0/m, z0.d label
98 abs z0.d, p1/m, z1.d label
138 abs z0.d, p0/m, z1.d label
/external/eigen/Eigen/src/Core/
DMathFunctions.h23 long abs(long x) { return (labs(x)); } in abs() function
24 double abs(double x) { return (fabs(x)); } in abs() function
25 float abs(float x) { return (fabsf(x)); } in abs() function
26 long double abs(long double x) { return (fabsl(x)); } in abs() function
/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/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/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_precision_test.cc261 auto abs = Abs(a); in XLA_TEST_F() local
290 auto abs = Abs(a); in XLA_TEST_F() local
316 auto abs = Abs(a); in XLA_TEST_F() local
340 auto abs = Abs(a); in XLA_TEST_F() local
365 auto abs = Abs(a); in XLA_TEST_F() local
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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/
Dabs.h2 T abs(T x) { in abs() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/sources_specified/
Dabs.h1 int abs(int x) { in abs() function
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c72 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
193 bool negate, abs; in brw_nir_opt_peephole_ffma_block() local
/external/vixl/examples/aarch64/
Dabs.cc52 Label abs; in main() 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/clang/test/CodeGen/
Dpr9614.c8 inline __attribute__ ((__always_inline__)) int abs (int x) { in abs() function
/external/vixl/examples/aarch32/
Dabs.cc47 Label abs; in main() local
/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/swiftshader/src/System/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/external/swiftshader/src/Common/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/external/libhevc/encoder/arm/
Dihevce_ssd_calculator_neon.c60 uint8x16_t src, pred, abs; in ihevce_4x4_ssd_computer_neon() local
86 uint8x8_t src, pred, abs; in ihevce_1x8_ssd_computer_neon() local
110 uint8x16_t src, pred, abs; in ihevce_1x16_ssd_computer_neon() local
/external/toybox/toys/lsb/
Dumount.c138 char *abs = xabspath(*optargs, 0); in umount_main() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp383 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function
389 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function
395 inline GLValue::Byte abs (GLValue::Byte val) in abs() function
401 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function
407 inline GLValue::Short abs (GLValue::Short val) in abs() function
413 inline GLValue::Float abs (GLValue::Float val) in abs() function
419 inline GLValue::Uint abs (GLValue::Uint val) in abs() function
425 inline GLValue::Int abs (GLValue::Int val) in abs() function
431 inline GLValue::Half abs (GLValue::Half val) in abs() function
437 inline GLValue::Double abs (GLValue::Double val) in abs() function
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c399 int abs[5]; in do_evtest_dumpall() local
493 int abs[5]; in main() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c72 bool neg, bool abs, bool addr_rel) in print_reg()
120 bool neg, bool abs, bool addr_rel) in print_reg_src()
136 bool abs; member
/external/mesa3d/src/compiler/glsl/
Dlink_atomics.cpp207 active_atomic_buffer *abs = in link_assign_atomic_counter_resources() local
305 active_atomic_buffer *const abs = in link_check_atomic_counter_resources() local

123456