Home
last modified time | relevance | path

Searched refs:__acc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dnumeric458 typename iterator_traits<_InputIterator>::value_type __acc(*__first);
459 *__result = __acc;
464 *__result = __val - _VSTD::move(__acc);
466 *__result = __val - __acc;
468 __acc = _VSTD::move(__val);
482 typename iterator_traits<_InputIterator>::value_type __acc(*__first);
483 *__result = __acc;
488 *__result = __binary_op(__val, _VSTD::move(__acc));
490 *__result = __binary_op(__val, __acc);
492 __acc = _VSTD::move(__val);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h1842 simd<_Tp, simd_abi::scalar> __acc = __x[0]; in _S_reduce() local
1844 __acc = __binary_op(__acc, simd<_Tp, simd_abi::scalar>(__x[__i])); in _S_reduce()
1845 return __acc[0]; in _S_reduce()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h7719 vmlal_lane_s16 (int32x4_t __acc, int16x4_t __a, int16x4_t __b, const int __c) in vmlal_lane_s16() argument
7721 return __builtin_aarch64_vec_smlal_lane_v4hi (__acc, __a, __b, __c); in vmlal_lane_s16()
7726 vmlal_lane_s32 (int64x2_t __acc, int32x2_t __a, int32x2_t __b, const int __c) in vmlal_lane_s32() argument
7728 return __builtin_aarch64_vec_smlal_lane_v2si (__acc, __a, __b, __c); in vmlal_lane_s32()
7733 vmlal_lane_u16 (uint32x4_t __acc, uint16x4_t __a, uint16x4_t __b, const int __c) in vmlal_lane_u16() argument
7735 return __builtin_aarch64_vec_umlal_lane_v4hi_uuuus (__acc, __a, __b, __c); in vmlal_lane_u16()
7740 vmlal_lane_u32 (uint64x2_t __acc, uint32x2_t __a, uint32x2_t __b, const int __c) in vmlal_lane_u32() argument
7742 return __builtin_aarch64_vec_umlal_lane_v2si_uuuus (__acc, __a, __b, __c); in vmlal_lane_u32()
7747 vmlal_laneq_s16 (int32x4_t __acc, int16x4_t __a, int16x8_t __b, const int __c) in vmlal_laneq_s16() argument
7749 return __builtin_aarch64_vec_smlal_laneq_v4hi (__acc, __a, __b, __c); in vmlal_laneq_s16()
[all …]