HomeSort by relevance Sort by last modified time
    Searched full:uniform (Results 801 - 825 of 2648) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
auto_fs.h 30 * uniform, and makes sure the wait_queue_token isn't too big to be
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b): member in class:Random
390 # variables using the ratio of uniform deviates", ACM Trans
442 to a uniform random angle over the range 0 to 2*pi.
447 # if kappa = 0 generate uniform random angle
882 uniform = _inst.unifor variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b): member in class:Random
390 # variables using the ratio of uniform deviates", ACM Trans
442 to a uniform random angle over the range 0 to 2*pi.
447 # if kappa = 0 generate uniform random angle
882 uniform = _inst.unifor variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b): member in class:Random
390 # variables using the ratio of uniform deviates", ACM Trans
442 to a uniform random angle over the range 0 to 2*pi.
447 # if kappa = 0 generate uniform random angle
882 uniform = _inst.unifor variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b): member in class:Random
390 # variables using the ratio of uniform deviates", ACM Trans
442 to a uniform random angle over the range 0 to 2*pi.
447 # if kappa = 0 generate uniform random angle
882 uniform = _inst.unifor variable
    [all...]
  /system/chre/util/include/chre/util/
memory_pool.h 29 * deallocation of objects with a uniform size. The goal is to avoid costly
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
356 ## -------------------- uniform distribution -------------------
358 def uniform(self, a, b): member in class:Random
396 # variables using the ratio of uniform deviates", ACM Trans
448 to a uniform random angle over the range 0 to 2*pi.
453 # if kappa = 0 generate uniform random angle
888 uniform = _inst.uniform variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b): member in class:Random
390 # variables using the ratio of uniform deviates", ACM Trans
444 to a uniform random angle over the range 0 to 2*pi.
449 # if kappa = 0 generate uniform random angle
886 uniform = _inst.uniform variable
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 93 str << "uniform highp int " << varPrefix << varNdx << ";\n";
102 TCU_CHECK_MSG(loc >= 0, ("No location assigned for uniform '" + varName + "'").c_str());
425 "uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << numSamplers << "];\n";
549 continue; // Unused uniform eliminated by compiler
551 TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_str());
787 const char* interfaceName = m_blockType == BLOCKTYPE_UNIFORM ? "uniform" : "buffer";
    [all...]
  /external/python/cpython2/Lib/
random.py 5 uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
356 ## -------------------- uniform distribution -------------------
358 def uniform(self, a, b): member in class:Random
396 # variables using the ratio of uniform deviates", ACM Trans
448 to a uniform random angle over the range 0 to 2*pi.
453 # if kappa = 0 generate uniform random angle
888 uniform = _inst.unifor variable
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 225 "uniform mat4 uMVPMatrix;\n" +
237 "uniform sampler2D sTexture;\n" +
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 223 "uniform mat4 uMVPMatrix;\n" +
235 "uniform sampler2D sTexture;\n" +
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
gles31-khr-master.txt 83 KHR-GLES31.core.shader_atomic_counters.negative-uniform
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
gles31-khr-master.txt 83 KHR-GLES31.core.shader_atomic_counters.negative-uniform
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
gles31-khr-master.txt 83 KHR-GLES31.core.shader_atomic_counters.negative-uniform
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
gles31-khr-master.txt 83 KHR-GLES31.core.shader_atomic_counters.negative-uniform
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLoopTests.cpp 44 // Repeated for const, uniform, dynamic loops.
134 static const char* s_names[] = { "constant", "uniform", "dynamic" };
262 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
267 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n";
270 op << "uniform ${COUNTER_PRECISION} float uf_one;\n";
461 op << "uniform bool ub_true;\n";
463 op << "uniform ${COUNTER_PRECISION} int ui_zero, ui_one, ui_two, ui_three, ui_four, ui_five, ui_six;\n";
465 op << "uniform ${COUNTER_PRECISION} int ui_oneHundredOne;\n";
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCommonBugsTests.cpp 112 "uniform data\n"
126 "uniform data2\n"
245 "where the longest uniform block name is data2."
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 23 * \brief Random uniform block layout case.
144 block.addUniform(Uniform(name, type, flags));

Completed in 775 milliseconds

<<31323334353637383940>>