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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 250 double biggest = 1; local
256 if (size >= biggest) {
257 biggest = size;
265 double inchesPerBucket = (biggest - smallest) / bucketCount;
272 if (biggest - to < 0.1) {
273 to = biggest + 0.1;
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 292 * where maxpivot is the biggest pivot.
343 /** \returns the absolute value of the biggest pivot, i.e. the biggest
396 RealScalar biggest(0);
411 if(k==0) biggest = biggest_in_corner;
414 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))
  /external/libppp/src/
physical.c 674 unsigned biggest, sz, n; local
676 biggest = sizeof(struct device);
680 if (biggest < sz)
681 biggest = sz;
684 return biggest;
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 800 milliseconds