Home
last modified time | relevance | path

Searched refs:bMax (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp66 float bMax = b.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local
68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
81 int bMax = b.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local
83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
94 bool bMax = b.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local
96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
114 …bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && b… in operator ()()
115 …inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax && … in operator ()()
117 inline bool operator() (bool aMin, bool aMax, bool bMin, bool bMax) const in operator ()()
119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax)); in operator ()()
[all …]
DrsgBinaryOps.cpp213 …:Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()()
239 bMax = scale; in operator ()()
248 bMax = scale+(float)i*scaleStep; in operator ()()
255 std::swap(bMin, bMax); in operator ()()
259 bMax *= -1.0f; in operator ()()
264 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()()
266 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps)); in operator ()()
268 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps)); in operator ()()
272 …rator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const in operator ()()
278 bMax = 1; in operator ()()
[all …]
DrsgBinaryOps.hpp80 …Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 …ator() (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) co…
188 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co…
212 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co… in operator ()()
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax); in operator ()()
239 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co… in operator ()()
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax); in operator ()()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java914 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiplyLD() local
924 long[] T0 = new long[bMax << 4]; in modMultiplyLD()
925 int tOff = bMax; in modMultiplyLD()
930 ti[i] = (tOff += bMax); in modMultiplyLD()
933 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiplyLD()
937 add(T0, bMax, T0, tOff - bMax, T0, tOff, bMax); in modMultiplyLD()
964 addBoth(c, j - 1, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD()
976 addBoth(c, j, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD()
1046 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiply() local
1056 long[] T0 = new long[bMax << 4]; in modMultiply()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java644 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument
646 …uageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLang… in match()
650 …+= scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScrip… in match()
651 …regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCount… in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java651 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument
653 …uageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLang… in match()
657 …+= scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScrip… in match()
658 …regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCount… in match()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1952 const int bMax = (1 << layout.bNumBits) - 1; in writeBlockMode() local
1953 const int variableOffsetsMax[3] = { 0, aMax, bMax }; in writeBlockMode()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp980 int bMax = de::max(a.getBlue(), b.getBlue()); in rangeDiff() local
986 rangeDiff(p.getBlue(), bMin, bMax), in rangeDiff()
/external/libpng/contrib/libtests/
Dpngvalid.c6045 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument
6049 this->bluef = this->blue / (double)bMax; in image_pixel_setf()
6060 if (this->blue < bMax) in image_pixel_setf()