CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Functions | Variables

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DataFormats/Math/interface/SSEVec.h File Reference

#include <cmath>
#include <iosfwd>

Go to the source code of this file.

Classes

struct  mathSSE::As3D< T >
struct  mathSSE::OldVec< T >
union  mathSSE::Vec2< T >
union  mathSSE::Vec4< T >
struct  mathSSE::ZeroUpper

Namespaces

namespace  mathSSE

Typedefs

typedef Vec2< double > mathSSE::Vec2D
typedef Vec2< float > mathSSE::Vec2F
typedef Vec4< double > mathSSE::Vec3D
typedef Vec4< float > mathSSE::Vec3F
typedef Vec4< double > mathSSE::Vec4D
typedef Vec4< float > mathSSE::Vec4F

Functions

template<typename T >
struct mathSSE::OldRot mathSSE::__attribute__ ((aligned(16)))
template<typename T >
As3D< TmathSSE::as3D (Vec4< T > const &v)
std::ostream & operator<< (std::ostream &out, mathSSE::As3D< float > const &v)
std::ostream & operator<< (std::ostream &out, mathSSE::Vec2D const &v)
std::ostream & operator<< (std::ostream &out, mathSSE::Vec4F const &v)
std::ostream & operator<< (std::ostream &out, mathSSE::As3D< double > const &v)
std::ostream & operator<< (std::ostream &out, mathSSE::Vec4D const &v)
template<typename T >
T mathSSE::sqrt (T t)

Variables

T theW
T theX
T theY
T theZ

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
mathSSE::As3D< float > const &  v 
)

Definition at line 20 of file SSEVec.cc.

References dbtoconf::out, and findQualityFiles::v.

                                                                 {
  return out << '(' << v.v[0] <<", " << v.v[1] <<", "<< v.v[2] <<')';
}
std::ostream& operator<< ( std::ostream &  out,
mathSSE::Vec2D const &  v 
)
std::ostream& operator<< ( std::ostream &  out,
mathSSE::Vec4F const &  v 
)
std::ostream& operator<< ( std::ostream &  out,
mathSSE::As3D< double > const &  v 
)

Definition at line 24 of file SSEVec.cc.

References dbtoconf::out, and findQualityFiles::v.

                                                                  {
  return out << '(' << v.v[0] <<", " << v.v[1] <<", "<< v.v[2] <<')';
}
std::ostream& operator<< ( std::ostream &  out,
mathSSE::Vec4D const &  v 
)

Variable Documentation

Definition at line 137 of file SSEVec.h.

Definition at line 137 of file SSEVec.h.

Definition at line 137 of file SSEVec.h.

Definition at line 137 of file SSEVec.h.