Searched refs:rot3 (Results 1 – 5 of 5) sorted by relevance
46 ; mips16: .ent rot348 define i32 @rot3(i32 %a) nounwind readnone {
33 define i32 @rot3(i32 %a) nounwind readnone {
33 #define rot3(x) (((x) << 8) | ((x) >> 24)) macro61 (f8)^=rot3(f2), \
444 Rotation2D<Scalar> rot3(rot2_as_mat); in transformations() local445 VERIFY_IS_APPROX( angleToVec(rot2.smallestAngle()), angleToVec(rot3.angle()) ); in transformations()
108 rot3 = rot1.slerp(alpha,rot2);\endcode</td></tr>