Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Drandom_noncrypto_api.cpp46 uint8_t otRandomNonCryptoGetUint8InRange(uint8_t aMin, uint8_t aMax) in otRandomNonCryptoGetUint8InRange()
51 uint16_t otRandomNonCryptoGetUint16InRange(uint16_t aMin, uint16_t aMax) in otRandomNonCryptoGetUint16InRange()
56 uint32_t otRandomNonCryptoGetUint32InRange(uint32_t aMin, uint32_t aMax) in otRandomNonCryptoGetUint32InRange()
/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
236 float aMax = a.component(ndx).getMax().asFloat(); in computeIntersection() local
251 int aMax = a.component(ndx).getMax().asInt(); in computeIntersection() local
264 bool aMax = a.component(ndx).getMax().asBool(); in computeIntersection() local
DrsgBinaryOps.cpp470 …nge::operator()(de::Random &rnd, float dstMin, float dstMax, float &aMin, float &aMax, float &bMin, in operator ()()
530 void ComputeMulRange::operator()(de::Random &rnd, int dstMin, int dstMax, int &aMin, int &aMax, int… in operator ()()
553 void ComputeAddRange::operator()(de::Random &random, T dstMin, T dstMax, T &aMin, T &aMax, T &bMin,… in operator ()()
606 void ComputeSubRange::operator()(de::Random &random, T dstMin, T dstMax, T &aMin, T &aMax, T &bMin,… in operator ()()
760 void ComputeLessThanRange::operator()(de::Random &rnd, bool dstMin, bool dstMax, T &aMin, T &aMax, … in operator ()()
823 …eLessOrEqualRange::operator()(de::Random &rnd, bool dstMin, bool dstMax, T &aMin, T &aMax, T &bMin, in operator ()()
909 void computeEqualityValueRange(de::Random &rnd, bool dstMin, bool dstMax, T &aMin, T &aMax, T &bMin… in computeEqualityValueRange()
942 …teEqualityValueRange<true, bool>(de::Random &rnd, bool dstMin, bool dstMax, bool &aMin, bool &aMax, in computeEqualityValueRange()
975 …eEqualityValueRange<false, bool>(de::Random &rnd, bool dstMin, bool dstMax, bool &aMin, bool &aMax, in computeEqualityValueRange()
/external/openthread/src/core/common/
Drandom.cpp132 uint8_t GetUint8InRange(uint8_t aMin, uint8_t aMax) in GetUint8InRange()
139 uint16_t GetUint16InRange(uint16_t aMin, uint16_t aMax) in GetUint16InRange()
145 uint32_t GetUint32InRange(uint32_t aMin, uint32_t aMax) in GetUint32InRange()
Dnum_utils.hpp83 template <typename Type> Type Clamp(Type aValue, Type aMin, Type aMax) in Clamp()
165 template <typename Type> Type IsValueInRange(Type aValue, Type aMin, Type aMax) in IsValueInRange()
/external/skia/src/core/
DSkBlitter_ARGB32.cpp195 __m128i aMax = _mm_max_epu8(_mm_slli_epi32(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_sse2() local
692 __m256i aMax = __lasx_xvmax_b(__lasx_xvslli_w(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_lasx() local
1069 __m128i aMax = __lsx_vmax_b(__lsx_vslli_w(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_lsx() local
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/util/
DLocaleMatcher.java658 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) { in match()
/external/deqp/framework/common/
DtcuAstcUtil.cpp2137 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1132 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
/external/libpng/contrib/libtests/
Dpngvalid.c6058 unsigned int bMax, unsigned int aMax) in image_pixel_setf()