Home
last modified time | relevance | path

Searched defs:Clusters (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.h35 Clusters = 0x0100, enumerator
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DfDrawFlags.java76 public final static int Clusters = 0x0100; field in fDrawFlags._
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2214 void SelectionDAGBuilder::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify()
7662 bool SelectionDAGBuilder::isDense(const CaseClusterVector &Clusters, in isDense()
7693 bool SelectionDAGBuilder::buildJumpTable(CaseClusterVector &Clusters, in buildJumpTable()
7769 void SelectionDAGBuilder::findJumpTables(CaseClusterVector &Clusters, in findJumpTables()
7911 bool SelectionDAGBuilder::buildBitTests(CaseClusterVector &Clusters, in buildBitTests()
8010 void SelectionDAGBuilder::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters()
8471 CaseClusterVector Clusters; in visitSwitch() local