HomeSort by relevance Sort by last modified time
    Searched refs:highest (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/chromium_org/ui/file_manager/image_loader/
worker.js 9 * synchronously, taking into account priorities. The highest priority is 0.
request.js 94 * be handled. The highest priority is 0. The default one is 2.
  /external/chromium_org/v8/test/mjsunit/
toint32.js 117 // bignum is (2^53 - 1) * 2^31 - highest number with bit 31 set.
  /external/eigen/Eigen/src/LU/
FullPivLU.h 422 eigen_assert(matrix.rows()<=NumTraits<int>::highest() && matrix.cols()<=NumTraits<int>::highest());
PartialPivLU.h 390 eigen_assert(matrix.rows()<NumTraits<int>::highest());
  /external/libvorbis/doc/
09-helper.tex 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
04-codec.tex 226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
233 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
235 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecodable
259 and \varname{[vorbis_mode_transformtype]}. \varname{[vorbis_mode_mapping]} must not be greater than the highest number mapping in use. Any illegal values render the stream undecodable.
02-bitpacking.tex 54 'most significant byte first' in which the highest-valued byte comes
06-floor0.tex 62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 96 m_min.setConstant( ScalarTraits::highest() );
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 954 int highest = mItemTops[nextCol]; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 206 // Since enclosingNodeOfType won't search beyond the highest root editable node,
615 Node* highest = 0; local
621 highest = n;
626 return highest;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
description_util.js 91 * ancestor nodes. The ancestors are in order from the highest in the
177 * ancestor nodes. The ancestors are in order from the highest in the
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 431 eigen_assert(cols<=NumTraits<int>::highest());
  /external/chromium_org/tools/sheriffing/
botinfo.js 183 // Display the number of the highest numbered running build.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 416 void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = 0);
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 508 // In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon
510 // RealScalar tolerance = (max)(vectorD.array().abs().maxCoeff() *NumTraits<RealScalar>::epsilon(),RealScalar(1) / NumTraits<RealScalar>::highest());
511 // However, LDLT is not rank revealing, and so adjusting the tolerance wrt to the highest
514 RealScalar tolerance = RealScalar(1) / NumTraits<RealScalar>::highest();
  /external/eigen/Eigen/src/Core/
MathFunctions.h 632 return x<NumTraits<T>::highest() && x>NumTraits<T>::lowest();
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 215 // Find a winning uncombined notification: a highest-priority notification
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 40 // Handle provisional api levels; the provisional level will always be the highest possible level
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 25 * The highest version of the credentials passing API supported.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
thumbnail_loader.js 19 * @param {number=} opt_priority Priority, the highest is 0. default: 2.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 

Completed in 513 milliseconds

12 3 4