Searched defs:aMax (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 64 float aMax = a.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local 79 int aMax = a.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local 92 bool aMax = a.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local 226 float aMax = a.component(ndx).getMax().asFloat(); in computeIntersection() local 241 int aMax = a.component(ndx).getMax().asInt(); in computeIntersection() local 254 bool aMax = a.component(ndx).getMax().asBool(); in computeIntersection() local
|
D | rsgBinaryOps.cpp | 463 …:operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, f… in operator ()() 522 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()() 547 void ComputeAddRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()() 597 void ComputeSubRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()() 737 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax… in operator ()() 793 …lRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax… in operator ()() 872 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange() 899 …ge<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange() 931 …e<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
|
/external/cldr/tools/java/com/ibm/icu/util/ |
D | LocaleMatcher.java | 634 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match()
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1963 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 982 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf()
|