OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mm_hadd_pd
(Results
26 - 27
of
27
) sorted by null
1
2
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
399
return
_mm_hadd_pd
(vecs[0], vecs[1]);
413
template<> EIGEN_STRONG_INLINE double predux<Packet2d>(const Packet2d& a) { return pfirst(
_mm_hadd_pd
(a, a)); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h
[
all
...]
Completed in 65 milliseconds
1
2