Searched defs:CONST (Results 1 – 3 of 3) sorted by relevance
37 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3 }; 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