HomeSort by relevance Sort by last modified time
    Searched defs:maxk (Results 1 - 24 of 24) sorted by null

  /external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp 101 int i, j, k, maxk, radius; local
171 for( i = -radius, maxk = 0; i <= radius; i++ )
177 space_weight[maxk] = (float)std::exp(r*r*gauss_space_coeff);
178 space_ofs[maxk++] = (int)(i*(temp.step/sizeof(float)) + j*cn);
192 for( k = 0; k < maxk; k++ )
212 for( k = 0; k < maxk; k++ )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 195 d.decision.maxk = Math.Max(d.decision.maxk, depth);
223 //d.maxk = Math.max(d.maxk, depth);
276 // d.maxk = currentDecision()/
598 buf.Append("maxk");
617 buf.Append(s.maxk);
715 public int maxk; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 209 d.decision.maxk = Math.Max(d.decision.maxk, depth);
241 //d.maxk = Math.max(d.maxk, depth);
302 // d.maxk = currentDecision()/
650 buf.Append("maxk");
671 buf.Append(s.maxk);
778 public int maxk; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 58 int maxk; field in class:GrammarReport.ReportData
174 int maxk = d.dfa.getMaxLookaheadDepth(); local
175 //System.out.println("decision "+d.dfa.decisionNumber+" k="+maxk);
176 if ( maxk==1 ) numLL1++;
177 depths.add( maxk );
195 data.maxk = Stats.max(depths);
397 buf.append("Max fixed k: "); buf.append(data.maxk);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 95 public int maxk; field in class:Profiler.DecisionDescriptor
251 d.decision.maxk = Math.max(d.decision.maxk, depth);
274 //d.maxk = Math.max(d.maxk, depth);
319 // d.maxk = currentDecision()/
660 buf.append("maxk");
679 buf.append(s.maxk);
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c 85 int maxk; /* max #rows that can be 2d encoded */ member in struct:__anon20985
747 sp->maxk = (res > 150 ? 4 : 2);
748 sp->k = sp->maxk-1;
750 sp->k = sp->maxk = 0;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 85 int maxk; /* max #rows that can be 2d encoded */ member in struct:__anon22264
748 sp->maxk = (res > 150 ? 4 : 2);
749 sp->k = sp->maxk-1;
751 sp->k = sp->maxk = 0;
1065 sp->k = sp->maxk-1;
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 976 milliseconds