HomeSort by relevance Sort by last modified time
    Searched refs:maxD (Results 1 - 12 of 12) 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/skia/src/gpu/
GrPathUtils.cpp 230 SkScalar maxD = SkPointPriv::DistanceToSqd(qPts[0], qPts[1]);
233 if (d > maxD) {
234 maxD = d;
238 if (d > maxD) {
239 maxD = d;
243 if (maxD > 0) {
  /external/skqp/src/gpu/
GrPathUtils.cpp 230 SkScalar maxD = SkPointPriv::DistanceToSqd(qPts[0], qPts[1]);
233 if (d > maxD) {
234 maxD = d;
238 if (d > maxD) {
239 maxD = d;
243 if (maxD > 0) {
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 163 const Vec4 maxD = max(d0, max(d1, max(d2, d3)));
164 const Vec4 stepCount = maxD / prec.colorThreshold;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 138 milliseconds