Searched refs:aMin (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp63 float aMin = a.component(ndx).getMin().asFloat(); local
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
78 int aMin = a.component(ndx).getMin().asInt(); local
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
91 bool aMin = a.component(ndx).getMin().asBool(); local
96 if (!CompareOp()(aMin, aMax, bMin, bMax))
114 inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); } argument
115 inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin < argument
117 operator ()(bool aMin, bool aMax, bool bMin, bool bMax) const argument
125 operator ()(float aMin, float aMax, float bMin, float bMax) const argument
130 operator ()(int aMin, int aMax, int bMin, int bMax) const argument
135 operator ()(bool aMin, bool aMax, bool bMin, bool bMax) const argument
225 float aMin = a.component(ndx).getMin().asFloat(); local
240 int aMin = a.component(ndx).getMin().asInt(); local
253 bool aMin = a.component(ndx).getMin().asBool(); local
[all...]
H A DrsgBinaryOps.cpp213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const argument
234 aMin = scaledMin + getQuantizedFloat(rnd, 0.0f, (scaledMax-scaledMin)-subRangeLen, subRangeStep);
235 aMax = aMin + subRangeLen;
242 if (de::inBounds(aMin*(scale-(float)i*scaleStep), dstMin, dstMax) &&
246 if (de::inBounds(aMin*(scale+(float)i*scaleStep), dstMin, dstMax) &&
254 std::swap(aMin, aMax);
256 aMin *= -1.0f;
264 DE_ASSERT(aMin <= aMax && bMin <= bMax);
265 DE_ASSERT(de::inRange(aMin*bMin, dstMin-eps, dstMax+eps));
266 DE_ASSERT(de::inRange(aMin*bMa
272 operator ()(de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const argument
297 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
347 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
487 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
543 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
622 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) argument
649 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) argument
681 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) argument
[all...]
H A DrsgBinaryOps.hpp80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (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) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const argument
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMa
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c1004 *key, elem->aMin);
1005 if ((*key) < elem->aMin) return -1;
1019 VG_(printf)(" %#lx .. %#lx: %ld vars\n", range->aMin, range->aMax,
1025 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
1026 (inclusive of aMin and aMax). Split existing ranges as required if
1027 aMin or aMax or both don't match existing range boundaries, and add
1033 Addr aMin,
1044 vg_assert(aMin <= aMax);
1046 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax);
1049 /* See if the lower end of the range (aMin) fall
1031 add_var_to_arange( OSet* scope, Addr aMin, Addr aMax, DiVariable* var ) argument
1174 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
[all...]
H A Dd3basics.c951 Addr aMin, aMax; local
970 aMin = ML_(read_Addr)(p); p += sizeof(Addr);
975 nGuards, aMin,aMax);
977 vg_assert(aMin == (Addr)0);
989 if (aMin <= regs->ip && regs->ip <= aMax) {
1022 Addr aMin, aMax; local
1047 aMin = ML_(read_Addr)(p); p += sizeof(Addr);
1052 nGuards, aMin,aMax);
1198 Addr aMin, aMax; local
1210 aMin
[all...]
H A Dpriv_storage.h478 Addr aMin; member in struct:__anon28899
1064 Addr aMin,
H A Dreaddwarf3.c564 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
567 valid when aMin <= pc <= aMax (possibly after suitable biasing).
574 biasMe is 1 if the aMin/aMax fields need this DebugInfo's
580 location list. Zero length ranges, with aMax == aMin-1, are not
604 /* t-bias aMin */
629 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
640 p = ML_(write_Addr)(p, 0); /*aMin*/
767 /* Denotes an address range. Both aMin and aMax are included in the
771 struct { Addr aMin; Addr aMax; } member in struct:__anon28933
789 if (rng1->aMin < rng
811 unitary_range_list( Addr aMin, Addr aMax ) argument
[all...]
H A Ddebuginfo.c3634 vg_assert(arange->aMin <= arange->aMax);
3637 vg_assert(arange->aMin <= ip && ip <= arange->aMax);
3646 vg_assert(! (arange->aMin == (Addr)0
3654 var->name,arange->aMin,arange->aMax,ip);
3741 vg_assert(global_arange->aMin == (Addr)0
4075 vg_assert(arange->aMin <= arange->aMax);
4078 vg_assert(arange->aMin <= ip && ip <= arange->aMax);
4087 vg_assert(! (arange->aMin == (Addr)0
4094 var->name,arange->aMin,arange->aMax,ip);
H A Dreadelf.c3191 range->aMin, range->aMax, w);
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp981 int aMin = de::min(a.getAlpha(), b.getAlpha()); local
987 rangeDiff(p.getAlpha(), aMin, aMax));

Completed in 639 milliseconds