Home
last modified time | relevance | path

Searched defs:reduce_add (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Di_reduce_add.h31 int16_t reduce_add(const int8<N,E>& a) in reduce_add() function
37 uint16_t reduce_add(const uint8<N,E>& a) in reduce_add() function
43 int32_t reduce_add(const int16<N,E>& a) in reduce_add() function
49 uint32_t reduce_add(const uint16<N,E>& a) in reduce_add() function
55 int32_t reduce_add(const int32<N,E>& a) in reduce_add() function
61 uint32_t reduce_add(const uint32<N,E>& a) in reduce_add() function
67 int64_t reduce_add(const int64<N,E>& a) in reduce_add() function
73 uint64_t reduce_add(const uint64<N,E>& a) in reduce_add() function
H A Df_reduce_add.h29 float reduce_add(const float32<N,E>& a) in reduce_add() function
35 double reduce_add(const float64<N,E>& a) in reduce_add() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dmmx-reduce-op-1.c12 reduce_add (short* __restrict pa) in reduce_add() function
H A Dpr102483.c9 reduce_add (char* p) in reduce_add() function
/dports/graphics/blender/blender-2.91.0/intern/sky/source/
H A Dsky_float3.h152 inline float reduce_add(float3 f) in reduce_add() function
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_ssei.h514 __forceinline int reduce_add(const ssei &v) in reduce_add() function
557 __forceinline int reduce_add(const ssei &v) in reduce_add() function
H A Dutil_math_float4.h300 ccl_device_inline float4 reduce_add(const float4 &a) in reduce_add() function
H A Dutil_math_float3.h435 ccl_device_inline float reduce_add(const float3 a) in reduce_add() function
H A Dutil_avxi.h709 __forceinline int reduce_add(const avxi &v) in reduce_add() function
H A Dutil_ssef.h728 __forceinline float reduce_add(const ssef &v) in reduce_add() function
/dports/graphics/embree/embree-3.13.2/common/math/
H A Dvec3ia.h137 __forceinline int reduce_add(const Vec3ia& v) { return v.x+v.y+v.z; } in reduce_add() function
H A Dcolor.h203 __forceinline float reduce_add(const Color& v) { return v.r+v.g+v.b; } in reduce_add() function
H A Dvec2.h121 template<typename T> __forceinline T reduce_add( const Vec2<T>& a ) { return a.x + a.y; } in reduce_add() function
H A Dvec4.h124 …template<typename T> __forceinline T reduce_add( const Vec4<T>& a ) { return a.x + a.y + a.z + a.w… in reduce_add() function
H A Dvec2fa.h218 __forceinline float reduce_add(const Vec2fa& v) { return v.x+v.y; } in reduce_add() function
H A Dvec3.h131 template<typename T> __forceinline T reduce_add( const Vec3<T>& a ) { return a.x + a.y + a.z; } in reduce_add() function
H A Dvec3fa.h223 __forceinline float reduce_add(const Vec3fa& v) { in reduce_add() function
588 __forceinline float reduce_add(const Vec3fx& v) { in reduce_add() function
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dintel_intrinsics_airebo.h562 VEC_INLINE static FVEC_SCAL_T reduce_add(const FVEC_NAME &a) { in reduce_add() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Df32x4_.rs1293 pub fn reduce_add(self) -> f32 { in reduce_add() method
H A Df32x8_.rs1490 pub fn reduce_add(self) -> f32 { in reduce_add() method
H A Df64x2_.rs1310 pub fn reduce_add(self) -> f64 { in reduce_add() method
H A Df64x4_.rs1436 pub fn reduce_add(self) -> f64 { in reduce_add() method
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/simd/
H A Dcommon.h1931 …template <typename typeN> static SIMD_CPPFUNC auto reduce_add(typeN x) { return ::simd_reduce_add(… in reduce_add() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/simd/
H A Dcommon.h1931 …template <typename typeN> static SIMD_CPPFUNC auto reduce_add(typeN x) { return ::simd_reduce_add(… in reduce_add() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/simd/
H A Dcommon.h1931 …template <typename typeN> static SIMD_CPPFUNC auto reduce_add(typeN x) { return ::simd_reduce_add(… in reduce_add() function

12