/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 66 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 …]
|
D | rsgBinaryOps.cpp | 463 …:Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()() 489 bMax = scale; in operator ()() 498 bMax = scale+(float)i*scaleStep; in operator ()() 505 std::swap(bMin, bMax); in operator ()() 509 bMax *= -1.0f; in operator ()() 514 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()() 516 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps)); in operator ()() 518 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps)); in operator ()() 522 …rator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const in operator ()() 528 bMax = 1; in operator ()() [all …]
|
D | rsgBinaryOps.hpp | 80 …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/ |
D | LongArray.java | 919 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiplyLD() local 929 long[] T0 = new long[bMax << 4]; in modMultiplyLD() 930 int tOff = bMax; in modMultiplyLD() 935 ti[i] = (tOff += bMax); in modMultiplyLD() 938 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiplyLD() 942 add(T0, bMax, T0, tOff - bMax, T0, tOff, bMax); in modMultiplyLD() 969 addBoth(c, j - 1, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD() 981 addBoth(c, j, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD() 1051 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiply() local 1061 long[] T0 = new long[bMax << 4]; in modMultiply() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | LongArray.java | 920 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiplyLD() local 930 long[] T0 = new long[bMax << 4]; in modMultiplyLD() 931 int tOff = bMax; in modMultiplyLD() 936 ti[i] = (tOff += bMax); in modMultiplyLD() 939 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiplyLD() 943 add(T0, bMax, T0, tOff - bMax, T0, tOff, bMax); in modMultiplyLD() 970 addBoth(c, j - 1, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD() 982 addBoth(c, j, T0, ti[u], T1, ti[v], bMax); in modMultiplyLD() 1052 int bMax = (bDeg + 7 + 63) >>> 6; in modMultiply() local 1062 long[] T0 = new long[bMax << 4]; in modMultiply() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 655 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument 657 …uageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLang… in match() 661 …+= scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScrip… in match() 662 …regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCount… in match()
|
/external/cldr/tools/java/com/ibm/icu/util/ |
D | LocaleMatcher.java | 628 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument 630 …uageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLang… in match() 634 …+= scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScrip… in match() 635 …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/ |
D | LocaleMatcher.java | 661 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument 663 …uageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLang… in match() 667 …+= scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScrip… in match() 668 …regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCount… in match()
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1964 const int bMax = (1 << layout.bNumBits) - 1; in writeBlockMode() local 1965 const int variableOffsetsMax[3] = { 0, aMax, bMax }; in writeBlockMode()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 980 int bMax = de::max(a.getBlue(), b.getBlue()); in rangeDiff() local 986 rangeDiff(p.getBlue(), bMin, bMax), in rangeDiff()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument 6051 this->bluef = this->blue / (double)bMax; in image_pixel_setf() 6062 if (this->blue < bMax) in image_pixel_setf()
|