HomeSort by relevance Sort by last modified time
    Searched refs:bMax (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 66 float bMax = b.component(ndx).getMax().asFloat();
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
81 int bMax = b.component(ndx).getMax().asInt();
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
94 bool bMax = b.component(ndx).getMax().asBool();
96 if (!CompareOp()(aMin, aMax, bMin, bMax))
114 inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); }
115 inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax && bMin <= aMax);
    [all...]
rsgBinaryOps.hpp 80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
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) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax)
    [all...]
rsgBinaryOps.cpp 213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const
239 bMax = scale;
248 bMax = scale+i*scaleStep;
255 std::swap(bMin, bMax);
259 bMax *= -1.0f;
264 DE_ASSERT(aMin <= aMax && bMin <= bMax);
266 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps));
268 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps));
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const
278 bMax = 1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 522 const int bMax = (1 << layout.bNumBits) - 1;
523 const int variableOffsetsMax[3] = { 0, aMax, bMax };
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 989 milliseconds