/external/openthread/src/core/api/ |
D | random_noncrypto_api.cpp | 46 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/ |
D | rsgVariableValue.cpp | 63 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 235 float aMin = a.component(ndx).getMin().asFloat(); in computeIntersection() local 250 int aMin = a.component(ndx).getMin().asInt(); in computeIntersection() local 263 bool aMin = a.component(ndx).getMin().asBool(); in computeIntersection() local
|
D | rsgBinaryOps.cpp | 470 void ComputeMulRange::operator()(de::Random &rnd, float dstMin, float dstMax, float &aMin, float &a… 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 void ComputeLessOrEqualRange::operator()(de::Random &rnd, bool dstMin, bool dstMax, T &aMin, T &aMa… in operator ()() 909 void computeEqualityValueRange(de::Random &rnd, bool dstMin, bool dstMax, T &aMin, T &aMax, T &bMin… in computeEqualityValueRange() 942 void computeEqualityValueRange<true, bool>(de::Random &rnd, bool dstMin, bool dstMax, bool &aMin, b… in computeEqualityValueRange() 975 void computeEqualityValueRange<false, bool>(de::Random &rnd, bool dstMin, bool dstMax, bool &aMin, … in computeEqualityValueRange()
|
/external/openthread/src/core/common/ |
D | random.cpp | 132 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()
|
D | num_utils.hpp | 83 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/ |
D | SkBlitter_ARGB32.cpp | 192 __m128i aMin = _mm_min_epu8(_mm_slli_epi32(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_sse2() local 689 __m256i aMin = __lasx_xvmin_b(__lasx_xvslli_w(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_lasx() local 1066 __m128i aMin = __lsx_vmin_b(__lsx_vslli_w(r, SK_A32_SHIFT - SK_R32_SHIFT), in blend_lcd16_lsx() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 1131 int aMin = de::min(a.getAlpha(), b.getAlpha()); in rangeDiff() local
|