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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HardwareConfig.java 151 int maxV, int maxD, int maxS) {
162 maxActiveDataCall = maxD;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 171 DEBUG(unsigned maxD = 0;
173 if (SUnits[su].getDepth() > maxD)
174 maxD = SUnits[su].getDepth();
175 dbgs() << "Max Depth " << maxD << "\n";);
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 214 SkScalar maxD = qPts[0].distanceToSqd(qPts[1]);
217 if (d > maxD) {
218 maxD = d;
222 if (d > maxD) {
223 maxD = d;
227 if (maxD > 0) {
  /external/skia/src/gpu/
GrPathUtils.cpp 214 SkScalar maxD = qPts[0].distanceToSqd(qPts[1]);
217 if (d > maxD) {
218 maxD = d;
222 if (d > maxD) {
223 maxD = d;
227 if (maxD > 0) {
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 168 const Vec4 maxD = max(d0, max(d1, max(d2, d3)));
169 const Vec4 stepCount = maxD / prec.colorThreshold;
    [all...]

Completed in 174 milliseconds