Home | History | Annotate | Download | only in Geometry

Lines Matching refs:Aligned

306   struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
314 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
317 typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > TraitsBase;
352 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */
389 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */
406 * Map a 16-byte aligned
407 typedef Map<Quaternion<float>, Aligned> QuaternionMapAlignedf;
409 * Map a 16-byte aligned array of double precision scalars as a quaternion */
410 typedef Map<Quaternion<double>, Aligned> QuaternionMapAlignedd;