Searched refs:bMax (Results 1 - 9 of 9) 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...]
H A DrsgBinaryOps.hpp80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
104 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
126 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
164 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMi
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java914 int bMax = (bDeg + 7 + 63) >>> 6;
924 long[] T0 = new long[bMax << 4];
925 int tOff = bMax;
930 ti[i] = (tOff += bMax);
933 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
937 add(T0, bMax, T0, tOff - bMax, T0, tOff, bMax);
946 // shiftUp(T0, bMax, T1, bMax, tOf
[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/common/
H A DtcuAstcUtil.cpp1952 const int bMax = (1 << layout.bNumBits) - 1;
1953 const int variableOffsetsMax[3] = { 0, aMax, bMax };
/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 1007 milliseconds