Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp242 bool small = false; in createSubgroupUniformControlFlowTests() local
247 group.add("subgroup_reconverge00", "if/else diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
248 group.add("subgroup_reconverge01", "do while diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
249 group.add("subgroup_reconverge02", "while true with break", small, control, stage); in createSubgroupUniformControlFlowTests()
250 group.add("subgroup_reconverge03", "if/else diverge, volatile", small, control, stage); in createSubgroupUniformControlFlowTests()
251 group.add("subgroup_reconverge04", "early return and if/else diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
252 group.add("subgroup_reconverge05", "early return and if/else volatile", small, control, stage); in createSubgroupUniformControlFlowTests()
253 …converge06", "while true with volatile conditional break and early return", small, control, stage); in createSubgroupUniformControlFlowTests()
254 group.add("subgroup_reconverge07", "while true return and break", small, control, stage); in createSubgroupUniformControlFlowTests()
255 …group.add("subgroup_reconverge08", "for loop atomics with conditional break", small, control, stag… in createSubgroupUniformControlFlowTests()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dautomatic-fractions.tests1 …+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.small=6+…
2 …+600|two.numr=1+600|three.numr=2+600|fraction=3+252|four.small=4+600|five.small=5+600|six.small=6+…
3 ….numr=1+600|uni0663.numr=2+600|fraction=3+252|uni0664.small=4+600|uni0665.small=5+600|uni0666.smal…
/third_party/python/Objects/
Daccu.c22 acc->small = PyList_New(0); in _PyAccu_Init()
23 if (acc->small == NULL) in _PyAccu_Init()
31 Py_ssize_t nsmall = PyList_GET_SIZE(acc->small); in flush_accumulator()
40 joined = join_list_unicode(acc->small); in flush_accumulator()
43 if (PyList_SetSlice(acc->small, 0, nsmall, NULL)) { in flush_accumulator()
60 if (PyList_Append(acc->small, unicode)) in _PyAccu_Accumulate()
62 nsmall = PyList_GET_SIZE(acc->small); in _PyAccu_Accumulate()
82 Py_CLEAR(acc->small); in _PyAccu_FinishAsList()
97 list = acc->small; in _PyAccu_Finish()
98 acc->small = NULL; in _PyAccu_Finish()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dpixelutils46 [OK] [UU] SAD [small] 2x2=400 ref=400
47 [OK] [AU] SAD [small] 2x2=384 ref=384
48 [OK] [AA] SAD [small] 2x2=409 ref=409
49 [OK] [UU] SAD [small] 4x4=1144 ref=1144
50 [OK] [AU] SAD [small] 4x4=1156 ref=1156
51 [OK] [AA] SAD [small] 4x4=1086 ref=1086
52 [OK] [UU] SAD [small] 8x8=6510 ref=6510
53 [OK] [AU] SAD [small] 8x8=5755 ref=5755
54 [OK] [AA] SAD [small] 8x8=6156 ref=6156
55 [OK] [UU] SAD [small] 16x16=19490 ref=19490
[all …]
/third_party/skia/tests/
DInfRectTest.cpp26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
31 SkRect rect = SkRect::MakeXYWH(small, small, big, big); in DEF_TEST()
36 check_invalid(reporter, small, small, big, invalid[i]); in DEF_TEST()
37 check_invalid(reporter, small, small, invalid[i], big); in DEF_TEST()
38 check_invalid(reporter, small, invalid[i], big, big); in DEF_TEST()
39 check_invalid(reporter, invalid[i], small, big, big); in DEF_TEST()
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dconvolve.c88 int depth, small, big, stack_size; member
108 state->small = (1 << depth); in convolve_init()
112 state->right = calloc (state->small * 3, sizeof (double)); in convolve_init()
113 state->scratch = calloc (state->small * 3, sizeof (double)); in convolve_init()
295 for (i = 0; i < state->small; i++) { in convolve_match()
296 double a = lastchoice[(state->small - 1) - i]; in convolve_match()
305 avg /= state->small; in convolve_match()
306 for (i = 0; i < state->small; i++) in convolve_match()
314 top->v.out = right + state->small; in convolve_match()
315 convolve_run (top, state->small, scratch); in convolve_match()
[all …]
/third_party/skia/bench/
DLightingBench.cpp19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() argument
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() argument
118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() argument
136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() argument
155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() argument
174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() argument
193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench() argument
DDisplacementBench.cpp22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() argument
90 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() argument
115 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() argument
139 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench() argument
/third_party/skia/gm/
Dbigmatrix.cpp41 SkScalar small = 1 / (500 * SK_Scalar1); variable
44 canvas->drawCircle(pt.fX, pt.fY, small, paint);
48 SkRect rect = {pt.fX - small, pt.fY - small, pt.fX + small, pt.fY + small};
66 rect.setLTRB(pt.fX - small, pt.fY - small, pt.fX + small, pt.fY + small);
/third_party/googletest/googletest/test/
DBUILD.bazel42 size = "small",
114 size = "small",
122 size = "small",
129 size = "small",
140 size = "small",
151 size = "small",
175 size = "small",
194 size = "small",
216 size = "small",
291 size = "small",
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
56 TestThrowingCtor<FixedArr>(small); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
64 TestThrowingCtor<FixedArrWithAlloc>(small); in TEST()
109 auto small = FixedArr(kSmallSize); in TEST() local
110 TestThrowingCtor<FixedArr>(small.begin(), small.end()); in TEST()
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
118 TestThrowingCtor<FixedArrWithAlloc>(small.begin(), small.end()); in TEST()
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum.misc.data52 Test mpi_read_write_string #4 (Buffer too small)
97 Test mbedtls_mpi_write_binary #2 (Buffer too small)
106 Test mbedtls_mpi_write_binary_le #2 (Buffer too small)
439 Copy large negative to small negative
442 Copy large negative to small positive
457 Copy large positive to small negative
460 Copy large positive to small positive
469 Copy small negative to large negative
472 Copy small negative to large positive
475 Copy small negative to small negative
[all …]
Dtest_suite_base64.data37 Test case mbedtls_base64_encode #2 buffer too small
43 Test case mbedtls_base64_encode #3 buffer too small
49 Test case mbedtls_base64_encode #4 buffer too small
55 Test case mbedtls_base64_encode #5 buffer too small
61 Test case mbedtls_base64_encode #6 buffer too small
67 Test case mbedtls_base64_encode #7 buffer too small
175 Base64 encode hex #2 (buffer too small)
201 Base64 decode hex #2 (buffer too small)
210 Base64 decode hex #5 (buffer too small)
/third_party/icu/icu4c/source/test/cintltst/
Dsorttest.c33 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
43 …uprv_sortArray(small, UPRV_LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, true, &… in SortTest()
48 for(i=1; i<UPRV_LENGTHOF(small); ++i) { in SortTest()
49 if(small[i-1]>small[i]) { in SortTest()
50 … log_err("uprv_sortArray(small) mis-sorted [%d]=%u > [%d]=%u\n", i-1, small[i-1], i, small[i]); in SortTest()
/third_party/openssl/test/ssl-tests/
D13-fragmentation.cnf8 test-3 = 3-small-app-data
9 test-4 = 4-small-app-data-large-fragment-size
19 test-14 = 14-small-app-data-aes-sha1-multibuffer
20 test-15 = 15-small-app-data-aes-sha2-multibuffer
98 [3-small-app-data]
99 ssl_conf = 3-small-app-data-ssl
101 [3-small-app-data-ssl]
102 server = 3-small-app-data-server
103 client = 3-small-app-data-client
105 [3-small-app-data-server]
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
DBUILD.bazel395 size = "small",
407 size = "small",
423 size = "small",
435 size = "small",
447 size = "small",
460 size = "small",
472 size = "small",
487 size = "small",
521 size = "small",
539 size = "small",
[all …]
/third_party/skia/src/core/
DSkOpts_erms.cpp55 static bool small(size_t bytes) { return bytes < 1024; } in small() function
60 return small(sizeof(v)*n) ? g_memset16_prev(dst, v, n) in memset16()
64 return small(sizeof(v)*n) ? g_memset32_prev(dst, v, n) in memset32()
68 return small(sizeof(v)*n) ? g_memset64_prev(dst, v, n) in memset64()
74 if (small(sizeof(v)*n)) { in rect_memset16()
83 if (small(sizeof(v)*n)) { in rect_memset32()
92 if (small(sizeof(v)*n)) { in rect_memset64()
/third_party/node/deps/npm/node_modules/qrcode-terminal/
DREADME.md36 If you want to display small output, provide `opts` with `small`:
38 qrcode.generate('This will be a small QRCode, eh!', {small: true});
40 qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) {
/third_party/openssl/crypto/ec/
Decp_nistp256.c258 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() argument
261 out[0] = zero105[0] - small[0]; in smallfelem_neg()
262 out[1] = zero105[1] - small[1]; in smallfelem_neg()
263 out[2] = zero105[2] - small[2]; in smallfelem_neg()
264 out[3] = zero105[3] - small[3]; in smallfelem_neg()
485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() argument
490 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square()
496 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square()
503 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square()
510 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square()
[all …]
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nistp256.c258 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() argument
261 out[0] = zero105[0] - small[0]; in smallfelem_neg()
262 out[1] = zero105[1] - small[1]; in smallfelem_neg()
263 out[2] = zero105[2] - small[2]; in smallfelem_neg()
264 out[3] = zero105[3] - small[3]; in smallfelem_neg()
485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() argument
490 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square()
496 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square()
503 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square()
510 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
DBUILD.bazel261 size = "small",
275 size = "small",
317 size = "small",
382 size = "small",
399 size = "small",
542 size = "small",
570 size = "small",
612 size = "small",
638 size = "small",
682 size = "small",
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
DBUILD.bazel318 size = "small",
339 size = "small",
353 size = "small",
401 size = "small",
415 size = "small",
436 size = "small",
450 size = "small",
465 size = "small",
485 size = "small",
504 size = "small",
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
DBUILD.bazel165 size = "small",
181 size = "small",
203 size = "small",
220 size = "small",
274 size = "small",
303 size = "small",
324 size = "small",
414 size = "small",
429 size = "small",
444 size = "small",
[all …]
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/
D22.02.03-014.js25 this.small = this.small + k;
36 assert(o.small === 1); // 0+1
D22.02.03-007.js25 this.small = this.small + k;
36 assert(o.small === 1); // 0+1

12345678910>>...69