Home | History | Annotate | Download | only in Geometry

Lines Matching refs:Aligned

313   struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
321 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
324 typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > TraitsBase;
359 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */
396 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */
413 * Map a 16-byte aligned array of single precision scalars as a quaternion */
414 typedef Map<Quaternion<float>, Aligned> QuaternionMapAlignedf;
416 * Map a 16-byte aligned array of double precision scalars as a quaternion */
417 typedef Map<Quaternion<double>, Aligned> QuaternionMapAlignedd;