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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java 66 for (Sampler.Value minV : Sampler.Value.values()) {
74 boolean validMin = contains(mMinValues, minV);
80 b.setMinification(minV);
  /external/fonttools/Lib/fontTools/varLib/
models.py 276 minV = {}
280 minV[k] = min(v, minV.get(k, v))
288 box[axis] = (minV[axis], locV, 0)
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 506 int32_t minV = std::max(static_cast<int32_t>(pPageObj->m_Bottom), 0);
508 if (minH >= maxH || minV >= maxV)
513 for (int32_t i = minV; i < maxV; ++i)
518 nStartV = std::min(nStartV, minV);
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 237 const float minV = de::min(v0, v1);
239 const float minR = minV-totalErr;
348 const float minV = de::min(v0, de::min(v1, de::min(v2, v3)));
350 const float minR = minV-totalErr;
    [all...]

Completed in 833 milliseconds