Lines Matching refs:lhs
65 friend RandomVariableRange operator&(const RandomVariableRange& lhs,
78 virtual int eval(int lhs, int rhs) const = 0;
81 virtual RandomVariableRange getInitRange(const RandomVariableRange& lhs,
114 RandomVariableBase(const std::shared_ptr<RandomVariableBase>& lhs,
168 friend RandomVariable operator+(const RandomVariable& lhs, const RandomVariable& rhs);
169 friend RandomVariable operator-(const RandomVariable& lhs, const RandomVariable& rhs);
170 friend RandomVariable operator*(const RandomVariable& lhs, const RandomVariable& rhs);
171 friend RandomVariable operator*(const RandomVariable& lhs, const float& rhs);
172 friend RandomVariable operator/(const RandomVariable& lhs, const RandomVariable& rhs);
173 friend RandomVariable operator%(const RandomVariable& lhs, const RandomVariable& rhs);
174 friend RandomVariable max(const RandomVariable& lhs, const RandomVariable& rhs);
175 friend RandomVariable min(const RandomVariable& lhs, const RandomVariable& rhs);
189 RandomVariable(const RandomVariable& lhs, const RandomVariable& rhs,
238 bool setEqualIfCompatible(const std::vector<RandomVariable>& lhs,