Home | History | Annotate | Download | only in bench

Lines Matching defs:scale1

37   Scalar scale1 = internal::sin( ( t * theta) ) / sinTheta;
39 scale1 = -scale1;
41 return Q(scale0 * a.coeffs() + scale1 * b.coeffs());
53 Scalar scale1;
58 scale1 = t;
67 scale1 = internal::sin( ( t * theta) ) / sinTheta;
69 scale1 = -scale1;
72 return Q(scale0 * a.coeffs() + scale1 * b.coeffs());
101 Scalar scale1 = t * sin_over_x( ( t * theta) ) / sinOverTheta;
103 scale1 = -scale1;
105 return Quaternion<Scalar>(scale0 * a.coeffs() + scale1 * b.coeffs());
126 Scalar scale1;
130 scale1 = t;
136 scale1 = internal::sin( ( t * theta) ) / sinTheta;
138 scale1 = -scale1;
141 return Quaternion<Scalar>(scale0 * a.coeffs() + scale1 * b.coeffs());