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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h 732 int treshold=DOUBLE_STACKSIZE-4; local
738 if(depth>treshold)
741 treshold=stkStack.size()-4;
797 int treshold=DOUBLE_STACKSIZE-4; local
803 if(depth>treshold)
806 treshold=m_stkStack.size()-4;
863 int treshold=DOUBLE_STACKSIZE-4; local
871 if(depth>treshold)
874 treshold=stkStack.size()-4;
971 int treshold=DOUBLE_STACKSIZE-2 local
1032 int treshold=DOUBLE_STACKSIZE-2; local
    [all...]
  /external/autotest/client/tests/iozone/
postprocessing.py 62 def compare_matrices(matrix1, matrix2, treshold=0.05):
68 @param treshold: Any difference bigger than this percent treshold will be
81 if ratio < (1 - treshold):
84 elif ratio > (1 + treshold):
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCompoundCollisionAlgorithm.cpp 236 int treshold=btDbvt::DOUBLE_STACKSIZE-4; local
244 if(depth>treshold)
247 treshold=stkStack.size()-4;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 392 const tcu::UVec4 treshold (0, 0, 0, 0);
394 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparsion", expected, result, treshold, tcu::COMPARE_LOG_RESULT))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 91 milliseconds