/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 64 float aMax = a.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local 68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 79 int aMax = a.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local 83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 92 bool aMax = a.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local 96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 114 …ine bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax … 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 …rator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float… in operator ()() argument 235 aMax = aMin + subRangeLen; in operator ()() 243 de::inBounds(aMax*(scale-(float)i*scaleStep), dstMin, dstMax)) in operator ()() 247 de::inBounds(aMax*(scale+(float)i*scaleStep), dstMin, dstMax)) in operator ()() 254 std::swap(aMin, aMax); in operator ()() 257 aMax *= -1.0f; in operator ()() 264 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()() 267 DE_ASSERT(de::inRange(aMax*bMin, dstMin-eps, dstMax+eps)); in operator ()() 268 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps)); in operator ()() 272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()() argument [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 | 1004 if ((*key) > elem->aMax) return 1; in ML_() 1017 VG_(printf)(" %#lx .. %#lx: %ld vars\n", range->aMin, range->aMax, in show_scope() 1032 Addr aMax, 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() 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() 1073 Addr tmp = first->aMax; in add_var_to_arange() 1074 first->aMax = aMin-1; in add_var_to_arange() [all …]
|
D | d3basics.c | 954 Addr aMin, aMax; in ML_() local 974 aMax = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() 978 nGuards, aMin,aMax); in ML_() 981 vg_assert(aMax == ~(Addr)0); in ML_() 992 if (aMin <= regs->ip && regs->ip <= aMax) { in ML_() 1025 Addr aMin, aMax; in ML_() local 1051 aMax = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() 1055 nGuards, aMin,aMax); in ML_() 1201 Addr aMin, aMax; in ML_() local 1214 aMax = ML_(read_Addr)(p); p += sizeof(Addr); in ML_() [all …]
|
D | readdwarf3.c | 771 struct { Addr aMin; Addr aMax; } member 791 if (rng1->aMax < rng2->aMax) return -1; in cmp__XArrays_of_AddrRange() 792 if (rng1->aMax > rng2->aMax) 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() 821 pair.aMax = aMax; in unitary_range_list() 880 pair.aMax = w2 - 1 + 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() 2424 tv->rngOneMax = range->aMax; in parse_var_DIE() [all …]
|
D | priv_storage.h | 492 Addr aMax; member 1078 Addr aMax,
|
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() 3628 && arange->aMax == ~(Addr)0 in consider_vars_in_frame() 3635 var->name,arange->aMin,arange->aMax,ip); in consider_vars_in_frame() 3723 && global_arange->aMax == ~(Addr)0); in VG_() 4056 vg_assert(arange->aMin <= arange->aMax); in VG_() 4059 vg_assert(arange->aMin <= ip && ip <= arange->aMax); in VG_() 4069 && arange->aMax == ~(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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/ |
D | Emitter.java | 56 public void setParticleCount(int aMin, int aMax){ in setParticleCount() argument 58 setMaxParticleCount(aMax); in setParticleCount()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 642 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument 644 …diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), … in match() 648 …diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.get… in match() 649 …diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.… in match()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 635 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match() argument 637 …diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), … in match() 641 …diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.get… in match() 642 …diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.… in match()
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1937 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local 1939 const int variableOffsetsMax[3] = { 0, aMax, bMax }; in writeBlockMode()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 1019 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local 1024 rangeDiff(p.getAlpha(), aMin, aMax)); in rangeDiff()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 5672 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument 5677 this->alphaf = this->alpha / (double)aMax; in image_pixel_setf() 5691 if (this->alpha < aMax) in image_pixel_setf()
|