#include <math.h>
Include dependency graph for VLConstants.h:
Go to the source code of this file.
Typedefs | |||
![]() | ![]() | typedef Axis | vl_axis |
Enumerations | |||
![]() | ![]() | enum | ZeroOrOne { vl_zero = 0, vl_0 = 0, vl_one = 1, vl_I = 1, vl_1 = 1 } |
![]() | ![]() | enum | Block { vl_Z = 0, vl_B = 1, vl_block = 1 } |
![]() | ![]() | enum | Axis { vl_x, vl_y, vl_z, vl_w } |
![]() | ![]() | enum | { VL_SV_END = -1 } |
Variables | |||
![]() | ![]() | const Real | vl_pi = 3.14159265358979323846 |
![]() | ![]() | const Real | vl_halfPi = vl_pi / 2.0 |
![]() | ![]() | const UInt32 | VL_REF_FLAG = UInt32(1) << (sizeof(UInt32) * 8 - 1) |
![]() | ![]() | const UInt32 | VL_REF_MASK = (~VL_REF_FLAG) |
![]() | ![]() | const UInt32 | VL_SV_MAX_INDEX = (1 << 30) |
![]() | ![]() | const Int | VL_MAX_STEPS = 10000 |
typedef Axis vl_axis |
Definition at line 38 of file VLConstants.h.
enum Axis |
enum Block |
enum ZeroOrOne |
VL_SV_END = -1 |
const Int VL_MAX_STEPS = 10000 |
Definition at line 44 of file VLConstants.h.
const UInt32 VL_REF_FLAG = UInt32(1) << (sizeof(UInt32) * 8 - 1) |
Definition at line 40 of file VLConstants.h.
const UInt32 VL_REF_MASK = (~VL_REF_FLAG) |
Definition at line 41 of file VLConstants.h.
const UInt32 VL_SV_MAX_INDEX = (1 << 30) |
Definition at line 43 of file VLConstants.h.
const Real vl_halfPi = vl_pi / 2.0 |
Definition at line 28 of file VLConstants.h.
const Real vl_pi = 3.14159265358979323846 |
Definition at line 27 of file VLConstants.h.