/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | ubo.txt | 1 dEQP-VK.ubo.random.descriptor_indexing.0 2 dEQP-VK.ubo.random.descriptor_indexing.1 3 dEQP-VK.ubo.random.descriptor_indexing.2 4 dEQP-VK.ubo.random.descriptor_indexing.3 5 dEQP-VK.ubo.random.descriptor_indexing.4 6 dEQP-VK.ubo.random.descriptor_indexing.5 7 dEQP-VK.ubo.random.descriptor_indexing.6 8 dEQP-VK.ubo.random.descriptor_indexing.7 9 dEQP-VK.ubo.random.descriptor_indexing.8 10 dEQP-VK.ubo.random.descriptor_indexing.9 [all …]
|
D | ssbo.txt | 1 dEQP-VK.ssbo.layout.random.descriptor_indexing.0 2 dEQP-VK.ssbo.layout.random.descriptor_indexing.1 3 dEQP-VK.ssbo.layout.random.descriptor_indexing.2 4 dEQP-VK.ssbo.layout.random.descriptor_indexing.3 5 dEQP-VK.ssbo.layout.random.descriptor_indexing.4 6 dEQP-VK.ssbo.layout.random.descriptor_indexing.5 7 dEQP-VK.ssbo.layout.random.descriptor_indexing.6 8 dEQP-VK.ssbo.layout.random.descriptor_indexing.7 9 dEQP-VK.ssbo.layout.random.descriptor_indexing.8 10 dEQP-VK.ssbo.layout.random.descriptor_indexing.9 [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
D | ubo.txt | 1 dEQP-VK.ubo.random.descriptor_indexing.0 2 dEQP-VK.ubo.random.descriptor_indexing.1 3 dEQP-VK.ubo.random.descriptor_indexing.2 4 dEQP-VK.ubo.random.descriptor_indexing.3 5 dEQP-VK.ubo.random.descriptor_indexing.4 6 dEQP-VK.ubo.random.descriptor_indexing.5 7 dEQP-VK.ubo.random.descriptor_indexing.6 8 dEQP-VK.ubo.random.descriptor_indexing.7 9 dEQP-VK.ubo.random.descriptor_indexing.8 10 dEQP-VK.ubo.random.descriptor_indexing.9 [all …]
|
D | ssbo.txt | 2029 dEQP-VK.ssbo.phys.layout.random.scalar_types.0 2030 dEQP-VK.ssbo.phys.layout.random.scalar_types.1 2031 dEQP-VK.ssbo.phys.layout.random.scalar_types.2 2032 dEQP-VK.ssbo.phys.layout.random.scalar_types.3 2033 dEQP-VK.ssbo.phys.layout.random.scalar_types.4 2034 dEQP-VK.ssbo.phys.layout.random.scalar_types.5 2035 dEQP-VK.ssbo.phys.layout.random.scalar_types.6 2036 dEQP-VK.ssbo.phys.layout.random.scalar_types.7 2037 dEQP-VK.ssbo.phys.layout.random.scalar_types.8 2038 dEQP-VK.ssbo.phys.layout.random.scalar_types.9 [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_random.data | 1 MPI core random basic: 0..1 4 MPI core random basic: 0..2 7 MPI core random basic: 1..2 10 MPI core random basic: 2^30..2^31 13 MPI core random basic: 0..2^128 16 MPI core random basic: 2^30..2^129 22 MPI core random basic: 2^28-1..2^28+1 (NOT_ACCEPTABLE) 25 MPI random legacy=core: 2^28-1..2^28+1 (NOT_ACCEPTABLE) 28 MPI random mod=core: 2^28-1..2^28+1 (NOT_ACCEPTABLE) (Mont) 31 MPI random mod=core: 2^28-1..2^28+1 (NOT_ACCEPTABLE) (canon) [all …]
|
/third_party/node/benchmark/fixtures/ |
D | coverage-many-branches.js | 10 this.opts = opts ?? (Math.random() > 0.5 ? {} : undefined); 41 if (Math.random() > 0.5) { 46 x: Math.random() * x, 47 y: Math.random() * y 61 if (Math.random() > 0.5) { 66 x: Math.random() * x, 67 y: Math.random() * y 80 if (add(Math.random() * 10, Math.random() * 10) > 10) { 82 let r = addSpecial(Math.random() * 10, Math.random() * 10) > 10 ? 83 mult(Math.random() * 10, Math.random() * 10) : [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | strictNullEmptyDestructuring.types | 25 let { } = Math.random() ? {} : null; 26 >Math.random() ? {} : null : {} | null 27 >Math.random() : number 28 >Math.random : () => number 30 >random : () => number 34 ({} = Math.random() ? {} : null); 35 >({} = Math.random() ? {} : null) : {} 36 >{} = Math.random() ? {} : null : {} 38 >Math.random() ? {} : null : {} | null 39 >Math.random() : number [all …]
|
D | strictNullEmptyDestructuring.symbols | 16 let { } = Math.random() ? {} : null; 17 >Math.random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 19 >random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 21 ({} = Math.random() ? {} : null); 22 >Math.random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 24 >random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 26 let { } = Math.random() ? {} : undefined; 27 >Math.random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 29 >random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --)) 32 ({} = Math.random() ? {} : undefined); [all …]
|
D | inferringClassMembersFromAssignments.js | 6 if (Math.random()) { 15 if (Math.random()) { 27 if (Math.random()) { 36 if (Math.random()) { 46 if (Math.random()) { 54 if (Math.random()) { 62 if (Math.random()) { 70 if (Math.random()) { 79 if (Math.random()) { 87 if (Math.random()) { [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2019-03-01/ |
D | ssbo.txt | 2170 dEQP-VK.ssbo.layout.random.scalar_types.0 2171 dEQP-VK.ssbo.layout.random.scalar_types.1 2172 dEQP-VK.ssbo.layout.random.scalar_types.2 2173 dEQP-VK.ssbo.layout.random.scalar_types.3 2174 dEQP-VK.ssbo.layout.random.scalar_types.4 2175 dEQP-VK.ssbo.layout.random.scalar_types.5 2176 dEQP-VK.ssbo.layout.random.scalar_types.6 2177 dEQP-VK.ssbo.layout.random.scalar_types.7 2178 dEQP-VK.ssbo.layout.random.scalar_types.8 2179 dEQP-VK.ssbo.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | ssbo.txt | 2226 dEQP-VK.ssbo.layout.random.scalar_types.0 2227 dEQP-VK.ssbo.layout.random.scalar_types.1 2228 dEQP-VK.ssbo.layout.random.scalar_types.2 2229 dEQP-VK.ssbo.layout.random.scalar_types.3 2230 dEQP-VK.ssbo.layout.random.scalar_types.4 2231 dEQP-VK.ssbo.layout.random.scalar_types.5 2232 dEQP-VK.ssbo.layout.random.scalar_types.6 2233 dEQP-VK.ssbo.layout.random.scalar_types.7 2234 dEQP-VK.ssbo.layout.random.scalar_types.8 2235 dEQP-VK.ssbo.layout.random.scalar_types.9 [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | BUILD.bazel | 17 # ABSL random-number generation libraries. 32 name = "random", 33 hdrs = ["random.h"], 39 "//absl/random/internal:nonsecure_base", 40 "//absl/random/internal:pcg_engine", 41 "//absl/random/internal:pool_urbg", 42 "//absl/random/internal:randen_engine", 73 "//absl/random/internal:distribution_caller", 74 "//absl/random/internal:fast_uniform_bits", 75 "//absl/random/internal:fastmath", [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2022-03-01/ |
D | protected-memory.txt | 7 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_1 8 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_2 9 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_3 10 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_4 11 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_5 12 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_6 13 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_7 14 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_8 15 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_9 16 dEQP-VK.protected_memory.ssbo.ssbo_read.protected_access.none.fragment.random.read_10 [all …]
|
D | memory.txt | 127 dEQP-VK.memory.pageable_allocation.random.0 128 dEQP-VK.memory.pageable_allocation.random.1 129 dEQP-VK.memory.pageable_allocation.random.2 130 dEQP-VK.memory.pageable_allocation.random.3 131 dEQP-VK.memory.pageable_allocation.random.4 132 dEQP-VK.memory.pageable_allocation.random.5 133 dEQP-VK.memory.pageable_allocation.random.6 134 dEQP-VK.memory.pageable_allocation.random.7 135 dEQP-VK.memory.pageable_allocation.random.8 136 dEQP-VK.memory.pageable_allocation.random.9 [all …]
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.cpp | 21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() argument 44 return gMatrices[random->nextULessThan(count)]; in test_matrix() 46 return gMatrices[count - 1 - random->nextULessThan(kPerspectiveCount)]; in test_matrix() 49 return gMatrices[random->nextULessThan(count - kPerspectiveCount)]; in test_matrix() 54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() argument 56 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles() argument 79 return gMatrices[random->nextULessThan(static_cast<uint32_t>(SK_ARRAY_COUNT(gMatrices)))]; in TestMatrixPreservesRightAngles() 82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect() argument 105 return gMatrices[random->nextULessThan(static_cast<uint32_t>(SK_ARRAY_COUNT(gMatrices)))]; in TestMatrixRectStaysRect() 108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible() argument [all …]
|
/third_party/python/Modules/_decimal/tests/ |
D | randfloat.py | 6 import random 24 n, e = random.randrange(lower, upper, 2), k 59 bits = random.randrange(2047*2**52) 94 digits = n + random.randrange(-3*u, 3*u) 109 digits = base + random.randrange(-1000, 1000) 117 digits = random.randrange(dig10) 118 exponent = random.randrange(-400, 400) 131 s = random.choice(signs) 132 intpart_len = random.randrange(5) 133 s += ''.join(random.choice(digits) for _ in range(intpart_len)) [all …]
|
/third_party/mesa3d/src/etnaviv/ci/ |
D | etnaviv-gc2000-fails.txt | 47 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.0,Fail 48 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.1,Fail 49 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.10,Fail 50 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.11,Fail 51 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.12,Fail 52 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.13,Fail 53 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.14,Fail 54 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.15,Fail 55 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.16,Fail 56 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.17,Fail [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
D | ssbo.txt | 5031 dEQP-VK.ssbo.phys.layout.random.scalar_types.0 5032 dEQP-VK.ssbo.phys.layout.random.scalar_types.1 5033 dEQP-VK.ssbo.phys.layout.random.scalar_types.2 5034 dEQP-VK.ssbo.phys.layout.random.scalar_types.3 5035 dEQP-VK.ssbo.phys.layout.random.scalar_types.4 5036 dEQP-VK.ssbo.phys.layout.random.scalar_types.5 5037 dEQP-VK.ssbo.phys.layout.random.scalar_types.6 5038 dEQP-VK.ssbo.phys.layout.random.scalar_types.7 5039 dEQP-VK.ssbo.phys.layout.random.scalar_types.8 5040 dEQP-VK.ssbo.phys.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/android/cts/main/vksc-master/ |
D | ssbo.txt | 3380 dEQP-VKSC.ssbo.layout.random.scalar_types.0 3381 dEQP-VKSC.ssbo.layout.random.scalar_types.1 3382 dEQP-VKSC.ssbo.layout.random.scalar_types.2 3383 dEQP-VKSC.ssbo.layout.random.scalar_types.3 3384 dEQP-VKSC.ssbo.layout.random.scalar_types.4 3385 dEQP-VKSC.ssbo.layout.random.scalar_types.5 3386 dEQP-VKSC.ssbo.layout.random.scalar_types.6 3387 dEQP-VKSC.ssbo.layout.random.scalar_types.7 3388 dEQP-VKSC.ssbo.layout.random.scalar_types.8 3389 dEQP-VKSC.ssbo.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/android/cts/main/vksc-main/ |
D | ssbo.txt | 5031 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.0 5032 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.1 5033 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.2 5034 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.3 5035 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.4 5036 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.5 5037 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.6 5038 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.7 5039 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.8 5040 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vksc-default/ |
D | ssbo.txt | 5031 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.0 5032 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.1 5033 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.2 5034 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.3 5035 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.4 5036 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.5 5037 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.6 5038 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.7 5039 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.8 5040 dEQP-VKSC.ssbo.phys.layout.random.scalar_types.9 [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | ssbo.txt | 3380 dEQP-VK.ssbo.layout.random.scalar_types.0 3381 dEQP-VK.ssbo.layout.random.scalar_types.1 3382 dEQP-VK.ssbo.layout.random.scalar_types.2 3383 dEQP-VK.ssbo.layout.random.scalar_types.3 3384 dEQP-VK.ssbo.layout.random.scalar_types.4 3385 dEQP-VK.ssbo.layout.random.scalar_types.5 3386 dEQP-VK.ssbo.layout.random.scalar_types.6 3387 dEQP-VK.ssbo.layout.random.scalar_types.7 3388 dEQP-VK.ssbo.layout.random.scalar_types.8 3389 dEQP-VK.ssbo.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | ssbo.txt | 3380 dEQP-VK.ssbo.layout.random.scalar_types.0 3381 dEQP-VK.ssbo.layout.random.scalar_types.1 3382 dEQP-VK.ssbo.layout.random.scalar_types.2 3383 dEQP-VK.ssbo.layout.random.scalar_types.3 3384 dEQP-VK.ssbo.layout.random.scalar_types.4 3385 dEQP-VK.ssbo.layout.random.scalar_types.5 3386 dEQP-VK.ssbo.layout.random.scalar_types.6 3387 dEQP-VK.ssbo.layout.random.scalar_types.7 3388 dEQP-VK.ssbo.layout.random.scalar_types.8 3389 dEQP-VK.ssbo.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master/ |
D | ssbo.txt | 5031 dEQP-VK.ssbo.phys.layout.random.scalar_types.0 5032 dEQP-VK.ssbo.phys.layout.random.scalar_types.1 5033 dEQP-VK.ssbo.phys.layout.random.scalar_types.2 5034 dEQP-VK.ssbo.phys.layout.random.scalar_types.3 5035 dEQP-VK.ssbo.phys.layout.random.scalar_types.4 5036 dEQP-VK.ssbo.phys.layout.random.scalar_types.5 5037 dEQP-VK.ssbo.phys.layout.random.scalar_types.6 5038 dEQP-VK.ssbo.phys.layout.random.scalar_types.7 5039 dEQP-VK.ssbo.phys.layout.random.scalar_types.8 5040 dEQP-VK.ssbo.phys.layout.random.scalar_types.9 [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | ssbo.txt | 3380 dEQP-VK.ssbo.layout.random.scalar_types.0 3381 dEQP-VK.ssbo.layout.random.scalar_types.1 3382 dEQP-VK.ssbo.layout.random.scalar_types.2 3383 dEQP-VK.ssbo.layout.random.scalar_types.3 3384 dEQP-VK.ssbo.layout.random.scalar_types.4 3385 dEQP-VK.ssbo.layout.random.scalar_types.5 3386 dEQP-VK.ssbo.layout.random.scalar_types.6 3387 dEQP-VK.ssbo.layout.random.scalar_types.7 3388 dEQP-VK.ssbo.layout.random.scalar_types.8 3389 dEQP-VK.ssbo.layout.random.scalar_types.9 [all …]
|