Home
last modified time | relevance | path

Searched defs:aMin (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp63 float aMin = a.component(ndx).getMin().asFloat(); in compareValueRangesAllTrue() local
78 int aMin = a.component(ndx).getMin().asInt(); in compareValueRangesAllTrue() local
91 bool aMin = a.component(ndx).getMin().asBool(); in compareValueRangesAllTrue() local
225 float aMin = a.component(ndx).getMin().asFloat(); in computeIntersection() local
240 int aMin = a.component(ndx).getMin().asInt(); in computeIntersection() local
253 bool aMin = a.component(ndx).getMin().asBool(); in computeIntersection() local
DrsgBinaryOps.cpp213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& … 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 void ComputeLessOrEqualRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& a… in operator ()()
622 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange()
649 void computeEqualityValueRange<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, … in computeEqualityValueRange()
681 void computeEqualityValueRange<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin,… in computeEqualityValueRange()
/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c954 Addr aMin, aMax; in ML_() local
1025 Addr aMin, aMax; in ML_() local
1201 Addr aMin, aMax; in ML_() local
Dstorage.c1031 Addr aMin, 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.h491 Addr aMin; member
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp1018 int aMin = de::min(a.getAlpha(), b.getAlpha()); in rangeDiff() local