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

  /prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c 102 unsigned N, depth, minDepth, maxDepth, stretchDepth;
107 minDepth = 4;
109 if ((minDepth + 2) > N)
110 maxDepth = minDepth + 2;
128 for (depth = minDepth; depth <= maxDepth; depth += 2)
132 iterations = pow(2, maxDepth - depth + minDepth);
154 } /* for(depth = minDepth...) */
  /prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c 102 unsigned N, depth, minDepth, maxDepth, stretchDepth;
107 minDepth = 4;
109 if ((minDepth + 2) > N)
110 maxDepth = minDepth + 2;
128 for (depth = minDepth; depth <= maxDepth; depth += 2)
132 iterations = pow(2, maxDepth - depth + minDepth);
154 } /* for(depth = minDepth...) */
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 154 int minDepth = parser.getDepth();
155 while (eventType != XmlPullParser.END_DOCUMENT && parser.getDepth() >= minDepth) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
OcclusionBuffer.java 320 float minDepth = Float.POSITIVE_INFINITY;
325 minDepth = Math.min(depth, minDepth);
328 float extent = 1 / (maxDepth - minDepth);
  /external/deqp/modules/egl/
teglRenderTests.cpp 152 const float minDepth = -1.0f; // \todo [pyry] Reference doesn't support Z clipping yet
184 position.z() = rnd.getFloat(minDepth, maxDepth);
205 p1.z() = rnd.getFloat(minDepth, maxDepth);
210 p2.z() = rnd.getFloat(minDepth, maxDepth);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 924 milliseconds