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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_box_set.cpp 71 GUINT splitIndex =startIndex;
83 //sort leafNodes so all values larger then splitValue comes first, and smaller values start from 'splitIndex'.
91 primitive_boxes.swap(i,splitIndex);
92 splitIndex++;
96 //if the splitIndex causes unbalanced trees, fix this by using the center in between startIndex and endIndex
99 //bool unbalanced1 = ((splitIndex==startIndex) || (splitIndex == (endIndex-1)));
106 bool unbalanced = ((splitIndex<=(startIndex+rangeBalancedIndices)) || (splitIndex >=(endIndex-1-rangeBalancedIndices)));
110 splitIndex = startIndex+ (numIndices>>1)
    [all...]
btGImpactBvh.cpp 104 int splitIndex =startIndex;
122 //sort leafNodes so all values larger then splitValue comes first, and smaller values start from 'splitIndex'.
130 primitive_boxes.swap(i,splitIndex);
131 //swapLeafNodes(i,splitIndex);
132 splitIndex++;
136 //if the splitIndex causes unbalanced trees, fix this by using the center in between startIndex and endIndex
139 //bool unbalanced1 = ((splitIndex==startIndex) || (splitIndex == (endIndex-1)));
146 bool unbalanced = ((splitIndex<=(startIndex+rangeBalancedIndices)) || (splitIndex >=(endIndex-1-rangeBalancedIndices)))
    [all...]
btGImpactQuantizedBvh.cpp 125 int splitIndex =startIndex;
143 //sort leafNodes so all values larger then splitValue comes first, and smaller values start from 'splitIndex'.
151 primitive_boxes.swap(i,splitIndex);
152 //swapLeafNodes(i,splitIndex);
153 splitIndex++;
157 //if the splitIndex causes unbalanced trees, fix this by using the center in between startIndex and endIndex
160 //bool unbalanced1 = ((splitIndex==startIndex) || (splitIndex == (endIndex-1)));
167 bool unbalanced = ((splitIndex<=(startIndex+rangeBalancedIndices)) || (splitIndex >=(endIndex-1-rangeBalancedIndices)))
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 169 final int splitIndex = documentId.indexOf(':', 1);
170 final String name = documentId.substring(splitIndex + 1);
171 if (splitIndex == -1 || !DOC_ID_ROOT.equals(documentId.substring(0, splitIndex)) ||
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 141 int splitAxis, splitIndex, i;
162 splitIndex = sortAndCalcSplittingIndex(startIndex,endIndex,splitAxis);
185 buildTree(startIndex,splitIndex);
189 buildTree(splitIndex,endIndex);
251 int splitIndex =startIndex;
265 //sort leafNodes so all values larger then splitValue comes first, and smaller values start from 'splitIndex'.
272 swapLeafNodes(i,splitIndex);
273 splitIndex++;
277 //if the splitIndex causes unbalanced trees, fix this by using the center in between startIndex and endIndex
280 //bool unbalanced1 = ((splitIndex==startIndex) || (splitIndex == (endIndex-1)))
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java     [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 322 final int splitIndex = docId.indexOf(':', 1);
323 final String tag = docId.substring(0, splitIndex);
324 final String path = docId.substring(splitIndex + 1);
  /external/opencv3/modules/flann/include/opencv2/flann/
kmeans_index.h     [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp     [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 900 milliseconds