OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Packet4i
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
31
typedef __vector int
Packet4i
;
44
Packet4i
p4i_##NAME = vec_splat_s32(X)
53
Packet4i
p4i_##NAME = pset1<
Packet4i
>(X)
60
static
Packet4i
p4i_COUNTDOWN = { 3, 2, 1, 0 };
91
typedef
Packet4i
type;
101
template<> struct unpacket_traits<
Packet4i
> { typedef int type; enum {size=4}; };
114
inline std::ostream & operator <<(std::ostream & s, const
Packet4i
& v)
117
Packet4i
v;
156
template<> EIGEN_STRONG_INLINE
Packet4i
pset1<Packet4i>(const int& from)
[
all
...]
/external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h
30
typedef int32x4_t
Packet4i
;
40
const
Packet4i
p4i_##NAME = pset1<
Packet4i
>(X)
75
typedef
Packet4i
type;
93
template<> struct unpacket_traits<
Packet4i
> { typedef int type; enum {size=4}; };
96
template<> EIGEN_STRONG_INLINE
Packet4i
pset1<
Packet4i
>(const int& from) { return vdupq_n_s32(from); }
103
template<> EIGEN_STRONG_INLINE
Packet4i
plset<int>(const int& a)
105
Packet4i
countdown = EIGEN_INIT_NEON_PACKET4(0, 1, 2, 3);
106
return vaddq_s32(pset1<
Packet4i
>(a), countdown)
[
all
...]
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
26
typedef __m128i
Packet4i
;
55
const Packet4f p4f_##NAME = _mm_castsi128_ps(pset1<
Packet4i
>(X))
58
const
Packet4i
p4i_##NAME = pset1<
Packet4i
>(X)
92
typedef
Packet4i
type;
103
template<> struct unpacket_traits<
Packet4i
> { typedef int type; enum {size=4}; };
111
template<> EIGEN_STRONG_INLINE
Packet4i
pset1<
Packet4i
>(const int& from) { return _mm_set_epi32(from,from,from,from); }
115
template<> EIGEN_STRONG_INLINE
Packet4i
pset1<
Packet4i
>(const int& from) { return _mm_set1_epi32(from);
[
all
...]
MathFunctions.h
53
Packet4i
emm0;
130
Packet4i
emm0;
199
Packet4i
emm0;
284
Packet4i
emm0, emm2;
382
Packet4i
emm0, emm2;
Completed in 37 milliseconds