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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Math.java 22 public static long lcm(long a, long b) { method in class:Math
26 public static int lcm(int a, int b) { method in class:Math
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 184 def lcm(a, b): function
266 #Since 30 is lcm(2,3,5), we'll set our test numbers to
288 #Since 30 is lcm(2,3,5), we'll set our test numbers to
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 48 static unsigned lcm(unsigned A, unsigned B) { function
49 unsigned LCM = (uint64_t(A) * B) / gcd(A, B);
50 assert((LCM >= A && LCM >= B) && "LCM overflow");
51 return LCM;
68 ResourceLCM = lcm(ResourceLCM, NumUnits);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 535 milliseconds