Home
last modified time | relevance | path

Searched defs:aMax (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp64 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
DrsgBinaryOps.cpp213 …:operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, f… in operator ()()
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()()
297 void ComputeAddRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
347 void ComputeSubRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
487 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax in operator ()()
543 …lRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax… in operator ()()
622 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange()
649 …ge<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
681 …e<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c951 Addr aMin, aMax; in ML_() local
1022 Addr aMin, aMax; in ML_() local
1198 Addr aMin, aMax; in ML_() local
Dstorage.c1034 Addr aMax, in add_var_to_arange()
Dreaddwarf3.c771 struct { Addr aMin; Addr aMax; } member
811 static XArray* unitary_range_list ( Addr aMin, Addr aMax ) in unitary_range_list()
Dpriv_storage.h479 Addr aMax; member
/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()
/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()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1951 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp982 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
/external/libpng/contrib/libtests/
Dpngvalid.c6045 unsigned int bMax, unsigned int aMax) in image_pixel_setf()