Searched defs:Rotation (Results 1 – 6 of 6) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 95 public class Rotation implements Serializable { class 133 public Rotation(double q0, double q1, double q2, double q3, in Rotation() method in Rotation 173 public Rotation(Vector3D axis, double angle) { in Rotation() method in Rotation 220 public Rotation(double[][] m, double threshold) in Rotation() method in Rotation 313 public Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2) { in Rotation() method in Rotation 448 public Rotation(Vector3D u, Vector3D v) { in Rotation() method in Rotation 496 public Rotation(RotationOrder order, in Rotation() method in Rotation
|
/external/libkmsxx/py/pykms/ |
D | __init__.py | 22 class Rotation(int, Enum): class
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 537 TEST_F(VideoCaptureExternalTest, Rotation) { in TEST_F() argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1160 RotationValue Rotation = kRotateNone; in emitSignExtend() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9966 int Rotation = 0; in matchVectorShuffleAsRotate() local 10051 int Rotation = matchVectorShuffleAsRotate(V1, V2, RepeatedMask); in matchVectorShuffleAsByteRotate() local 10131 int Rotation = matchVectorShuffleAsRotate(Lo, Hi, Mask); in lowerVectorShuffleAsRotate() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7730 int Rotation = 0; in lowerVectorShuffleAsByteRotate() local
|