H A D | rsgBinaryOps.cpp | 463 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()() argument 471 float scaledMin = dstMin/scale; in operator ()() 479 scaledMin = dstMin; in operator ()() 492 if (de::inBounds(aMin*(scale-(float)i*scaleStep), dstMin, dstMax) && in operator ()() 493 de::inBounds(aMax*(scale-(float)i*scaleStep), dstMin, dstMax)) in operator ()() 496 if (de::inBounds(aMin*(scale+(float)i*scaleStep), dstMin, dstMax) && in operator ()() 497 de::inBounds(aMax*(scale+(float)i*scaleStep), dstMin, dstMax)) in operator ()() 515 DE_ASSERT(de::inRange(aMin*bMin, dstMin-eps, dstMax+eps)); in operator ()() 516 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps)); in operator ()() 517 DE_ASSERT(de::inRange(aMax*bMin, dstMin in operator ()() 522 operator ()(de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const operator ()() argument 547 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument 597 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument 672 bool dstMin = valueRange.getMin().asBool(); RelationalOp() local 737 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument 793 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument 872 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) computeEqualityValueRange() argument 899 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) computeEqualityValueRange() argument 931 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) computeEqualityValueRange() argument 970 bool dstMin = valueRange.getMin().asBool(); EqualityComparisonOp() local [all...] |