/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 63 float aMin = a.component(ndx).getMin().asFloat(); in compareValueRangesAllTrue() local 68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 78 int aMin = a.component(ndx).getMin().asInt(); in compareValueRangesAllTrue() local 83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 91 bool aMin = a.component(ndx).getMin().asBool(); in compareValueRangesAllTrue() local 96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 114 …inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bM… 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 | 213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& … in operator ()() argument 234 aMin = scaledMin + getQuantizedFloat(rnd, 0.0f, (scaledMax-scaledMin)-subRangeLen, subRangeStep); in operator ()() 235 aMax = aMin + subRangeLen; in operator ()() 242 if (de::inBounds(aMin*(scale-(float)i*scaleStep), dstMin, dstMax) && in operator ()() 246 if (de::inBounds(aMin*(scale+(float)i*scaleStep), dstMin, dstMax) && in operator ()() 254 std::swap(aMin, aMax); in operator ()() 256 aMin *= -1.0f; in operator ()() 264 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()() 265 DE_ASSERT(de::inRange(aMin*bMin, dstMin-eps, dstMax+eps)); in operator ()() 266 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps)); in operator ()() [all …]
|
D | rsgBinaryOps.hpp | 80 …void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMi… 81 …void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bM… 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/valgrind/coregrind/m_debuginfo/ |
D | storage.c | 1002 *key, elem->aMin); in ML_() 1003 if ((*key) < elem->aMin) return -1; in ML_() 1017 VG_(printf)(" %#lx .. %#lx: %ld vars\n", range->aMin, range->aMax, in show_scope() 1031 Addr aMin, in add_var_to_arange() argument 1042 vg_assert(aMin <= aMax); in add_var_to_arange() 1044 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax); in add_var_to_arange() 1051 first = VG_(OSetGen_Lookup)( scope, &aMin ); in add_var_to_arange() 1055 vg_assert(first->aMin <= first->aMax); in add_var_to_arange() 1056 vg_assert(first->aMin <= aMin && aMin <= first->aMax); in add_var_to_arange() 1061 if (first->aMin == aMin && first->aMax == aMax) { in add_var_to_arange() [all …]
|
D | d3basics.c | 954 Addr aMin, aMax; in ML_() local 973 aMin = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() 978 nGuards, aMin,aMax); in ML_() 980 vg_assert(aMin == (Addr)0); in ML_() 992 if (aMin <= regs->ip && regs->ip <= aMax) { in ML_() 1025 Addr aMin, aMax; in ML_() local 1050 aMin = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() 1055 nGuards, aMin,aMax); in ML_() 1201 Addr aMin, aMax; in ML_() local 1213 aMin = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() [all …]
|
D | readdwarf3.c | 771 struct { Addr aMin; Addr aMax; } member 789 if (rng1->aMin < rng2->aMin) return -1; in cmp__XArrays_of_AddrRange() 790 if (rng1->aMin > rng2->aMin) return 1; in cmp__XArrays_of_AddrRange() 811 static XArray* unitary_range_list ( Addr aMin, Addr aMax ) in unitary_range_list() argument 815 vg_assert(aMin <= aMax); in unitary_range_list() 820 pair.aMin = aMin; in unitary_range_list() 879 pair.aMin = w1 + base + svma_of_referencing_CU; in get_range_list() 881 vg_assert(pair.aMin <= pair.aMax); in get_range_list() 1681 VG_(printf)("[%#lx,%#lx] ", range->aMin, range->aMax); in varstack_show() 2423 tv->rngOneMin = range->aMin; in parse_var_DIE() [all …]
|
D | priv_storage.h | 491 Addr aMin; member 1077 Addr aMin,
|
D | debuginfo.c | 3615 vg_assert(arange->aMin <= arange->aMax); in consider_vars_in_frame() 3618 vg_assert(arange->aMin <= ip && ip <= arange->aMax); in consider_vars_in_frame() 3627 vg_assert(! (arange->aMin == (Addr)0 in consider_vars_in_frame() 3635 var->name,arange->aMin,arange->aMax,ip); in consider_vars_in_frame() 3722 vg_assert(global_arange->aMin == (Addr)0 in VG_() 4056 vg_assert(arange->aMin <= arange->aMax); in VG_() 4059 vg_assert(arange->aMin <= ip && ip <= arange->aMax); in VG_() 4068 vg_assert(! (arange->aMin == (Addr)0 in VG_() 4075 var->name,arange->aMin,arange->aMax,ip); in VG_()
|
D | readelf.c | 3014 range->aMin, range->aMax, w); in ML_()
|
/external/valgrind/docs/internals/ |
D | 3_8_BUGSTATUS.txt | 88 Assertion 'aMin == (Addr)0' failed.
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 1018 int aMin = de::min(a.getAlpha(), b.getAlpha()); in rangeDiff() local 1024 rangeDiff(p.getAlpha(), aMin, aMax)); in rangeDiff()
|