Searched defs:bMax (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp66 float bMax = b.component(ndx).getMax().asFloat(); local
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
81 int bMax = b.component(ndx).getMax().asInt(); local
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
94 bool bMax = b.component(ndx).getMax().asBool(); local
96 if (!CompareOp()(aMin, aMax, bMin, bMax))
114 inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); }
115 inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax
228 float bMax = b.component(ndx).getMax().asFloat(); local
243 int bMax = b.component(ndx).getMax().asInt(); local
256 bool bMax = b.component(ndx).getMax().asBool(); local
[all...]
H A DrsgBinaryOps.cpp213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const
239 bMax = scale;
248 bMax = scale+(float)i*scaleStep;
255 std::swap(bMin, bMax);
259 bMax *= -1.0f;
264 DE_ASSERT(aMin <= aMax && bMin <= bMax);
266 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps));
268 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps));
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const
278 bMax
622 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) argument
649 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) argument
681 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleMatcher.java654 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { argument
656 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
660 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
661 diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCountry());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java661 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { argument
663 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
667 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
668 diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCountry());
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp980 int bMax = de::max(a.getBlue(), b.getBlue()); local
986 rangeDiff(p.getBlue(), bMin, bMax),
/external/libpng/contrib/libtests/
H A Dpngvalid.c6047 unsigned int bMax, unsigned int aMax)
6051 this->bluef = this->blue / (double)bMax;
6062 if (this->blue < bMax)
6046 image_pixel_setf(image_pixel *this, unsigned int rMax, unsigned int gMax, unsigned int bMax, unsigned int aMax) argument

Completed in 350 milliseconds