Searched defs:CONST (Results 1 – 3 of 3) sorted by relevance
38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
85 enum class OptionalType { CONST, INPUT }; // omitted operand op3 is an input or const enumerator