Searched defs:aMin (Results 1 – 5 of 5) sorted by relevance
| /external/openthread/src/core/api/ |
| D | random_noncrypto_api.cpp | 55 uint8_t otRandomNonCryptoGetUint8InRange(uint8_t aMin, uint8_t aMax) in otRandomNonCryptoGetUint8InRange() 60 uint16_t otRandomNonCryptoGetUint16InRange(uint16_t aMin, uint16_t aMax) in otRandomNonCryptoGetUint16InRange() 65 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 225 float aMin = a.component(ndx).getMin().asFloat(); in computeIntersection() local 240 int aMin = a.component(ndx).getMin().asInt(); in computeIntersection() local 253 bool aMin = a.component(ndx).getMin().asBool(); in computeIntersection() local
|
| D | rsgBinaryOps.cpp | 463 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& … in operator ()() 522 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()() 547 void ComputeAddRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()() 597 void ComputeSubRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()() 737 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax… in operator ()() 793 void ComputeLessOrEqualRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& a… in operator ()() 872 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange() 899 void computeEqualityValueRange<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, … in computeEqualityValueRange() 931 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()
|
| /external/deqp/framework/opengl/ |
| D | gluTextureTestUtil.cpp | 1047 int aMin = de::min(a.getAlpha(), b.getAlpha()); in rangeDiff() local
|