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

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 47 static unsigned lcm(unsigned A, unsigned B) { function
48 unsigned LCM = (uint64_t(A) * B) / gcd(A, B);
49 assert((LCM >= A && LCM >= B) && "LCM overflow");
50 return LCM;
67 ResourceLCM = lcm(ResourceLCM, NumUnits);
  /external/opencv/cvaux/src/
cvlcm.cpp 102 // LCM : in&out.
107 int _cvConstructLCM(CvLCM* LCM);
279 CvLCM LCM = {NULL, VoronoiDiagram,NULL,NULL,maxWidth};
301 LCM.EdgeStorage = cvCreateChildMemStorage(LCMstorage);
302 LCM.ContourStorage = cvCreateChildMemStorage(LCMstorage);
303 LCM.Graph = cvCreateGraph(CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED,
308 if(!_cvConstructLCM(&LCM))
309 cvReleaseLinearContorModelStorage(&LCM.Graph);
313 return LCM.Graph;
351 int _cvConstructLCM(CvLCM* LCM)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 157 LocationContextMap &LCM) {
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
558 LocationContextMap &LCM,
580 LCM[&C->path] = CE->getCalleeContext();
604 LCM[&C->path] = CE->getCalleeContext();
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 158 milliseconds