Searched refs:rot2 (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | geo_transformations.cpp | 434 Rotation2D<Scalar> rot2(angle); in transformations() local 435 VERIFY( rot2.smallestPositiveAngle() >= 0 ); in transformations() 436 VERIFY( rot2.smallestPositiveAngle() <= Scalar(2)*Scalar(EIGEN_PI) ); in transformations() 437 VERIFY_IS_APPROX( angleToVec(rot2.smallestPositiveAngle()), angleToVec(rot2.angle()) ); in transformations() 439 VERIFY( rot2.smallestAngle() >= -Scalar(EIGEN_PI) ); in transformations() 440 VERIFY( rot2.smallestAngle() <= Scalar(EIGEN_PI) ); in transformations() 441 VERIFY_IS_APPROX( angleToVec(rot2.smallestAngle()), angleToVec(rot2.angle()) ); in transformations() 443 Matrix<Scalar,2,2> rot2_as_mat(rot2); in transformations() 445 VERIFY_IS_APPROX( angleToVec(rot2.smallestAngle()), angleToVec(rot3.angle()) ); in transformations()
|
/external/llvm/test/CodeGen/Mips/ |
D | rotate.ll | 34 ; mips16: .ent rot2 36 define i32 @rot2(i32 %a, i32 %b) nounwind readnone {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | rotate.ll | 34 ; mips16: .ent rot2 36 define i32 @rot2(i32 %a, i32 %b) nounwind readnone {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | rotate.ll | 23 define i32 @rot2(i32 %a, i32 %b) nounwind readnone {
|
/external/eigen/doc/ |
D | TutorialGeometry.dox | 37 Rotation2D<float> rot2(angle_in_radian);\endcode</td></tr> 108 rot3 = rot1.slerp(alpha,rot2);\endcode</td></tr>
|
/external/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 294 my ($rot1, $rot2, $shift)=@_; 297 $round.="movdqa $rot2, $C0 1523 my ($rot1, $rot2, $shift)=@_; 1526 $round=$round ."vmovdqa $rot2, $C0
|