|
Compounds |
| class | _scv_constraint_range_error |
| class | _scv_random_double |
| class | _scv_random_unsigned |
| class | _scv_random_unsigned_big |
| class | _scv_random_unsigned_ll |
Defines |
| #define | _SCV_INTERVAL_FC_D(TypeId, EltT, SizeT, Discrete) |
| #define | _SCV_CONSTRAINT_RANGE_FC_D(TypeId, EltT, SizeT, Discrete, FlexRandomT) |
| #define | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D(TypeId, EltT, SizeT, Discrete, FlexRandomT) |
| #define | _SCV_CONSTRAINT_RANGE_GENERATOR_SIMPLE_FC_D(TypeId, EltT, SizeT, Discrete, FlexRandomT) |
Typedefs |
| typedef _scv_constraint_range_generator_simple_int | _scv_constraint_range_generator_int |
| typedef _scv_constraint_range_generator_simple_unsigned | _scv_constraint_range_generator_unsigned |
| typedef _scv_constraint_range_generator_simple_double | _scv_constraint_range_generator_double |
| typedef _scv_constraint_range_generator_simple_long_long | _scv_constraint_range_generator_int_ll |
| typedef _scv_constraint_range_generator_simple_unsigned_long_long | _scv_constraint_range_generator_unsigned_ll |
| typedef _scv_constraint_range_generator_base_sc_unsigned | _scv_constraint_range_generator_unsigned_big |
| typedef _scv_constraint_range_generator_base_sc_signed | _scv_constraint_range_generator_signed_big |
Functions |
| | _SCV_INTERVAL_FC_D (int, int, unsigned, true) |
| | _SCV_INTERVAL_FC_D (unsigned, unsigned, unsigned, true) |
| | _SCV_INTERVAL_FC_D (double, double, double, false) |
| | _SCV_INTERVAL_FC_D (long_long, long long, unsigned long long, true) |
| | _SCV_INTERVAL_FC_D (sc_unsigned, sc_unsigned,sc_unsigned, true) |
| | _SCV_CONSTRAINT_RANGE_FC_D (int, int, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_FC_D (unsigned, unsigned, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_FC_D (double, double, double, false, _scv_random_double) |
| | _SCV_CONSTRAINT_RANGE_FC_D (long_long, long long, unsigned long long, true, _scv_random_unsigned_ll) |
| | _SCV_CONSTRAINT_RANGE_FC_D (sc_unsigned, sc_unsigned,sc_unsigned, true, _scv_random_unsigned_big) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D (int, int, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D (unsigned, unsigned, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D (double, double, double, false, _scv_random_double) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D (long_long, long long, unsigned long long, true, _scv_random_unsigned_ll) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_FC_D (sc_unsigned, sc_unsigned,sc_unsigned, true, _scv_random_unsigned_big) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_SIMPLE_FC_D (int, int, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_SIMPLE_FC_D (unsigned, unsigned, unsigned, true, _scv_random_unsigned) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_SIMPLE_FC_D (double, double, double, false, _scv_random_double) |
| | _SCV_CONSTRAINT_RANGE_GENERATOR_SIMPLE_FC_D (long_long, long long, unsigned long long, true, _scv_random_unsigned_ll) |