Rotation applied to a complex value in the complex plane.
Synopsis
Declared in <llvm/CodeGen/ComplexDeinterleavingPass.h>
enum class ComplexDeinterleavingRotation : int;
Members
Name |
Description |
|
No rotation (0 degrees). |
|
Rotation by 90 degrees (multiply by |
|
Rotation by 180 degrees (negate). |
|
Rotation by 270 degrees (multiply by |
Created with MrDocs