/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit() argument 7 vext_s8(small, small, 7); in test_vext_8bit() 8 vext_u8(small, small, 7); in test_vext_8bit() 9 vext_p8(small, small, 7); in test_vext_8bit() 14 vext_s8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit() 15 vext_u8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit() 16 vext_p8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit() 22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64() argument 23 vmul_lane_f64(small, small, 0); in test_mul_lane_f64() 24 vmul_laneq_f64(small, big, 1); in test_mul_lane_f64() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | BUILD | 26 size = "small", 121 size = "small", 132 size = "small", 303 size = "small", 316 size = "small", 329 size = "small", 342 size = "small", 354 size = "small", 366 size = "small", 378 size = "small", [all …]
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | automatic-fractions.tests | 1 …+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…
|
/external/python/cpython3/Objects/ |
D | accu.c | 22 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 …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 157 small = constant_op.constant([1, 2], name="small") 158 with ops.control_dependencies([check_ops.assert_equal(small, small)]): 159 out = array_ops.identity(small) 171 small = constant_op.constant([1, 2], name="small") 172 x = check_ops.assert_equal(small, small) 187 small = array_ops.placeholder(dtypes.int32, name="small") 190 [check_ops.assert_equal(big, small, message="fail")]): 191 out = array_ops.identity(small) 193 out.eval(feed_dict={small: [1, 2], big: [3, 4]}) 242 small = constant_op.constant([[20, 2], [3, 30], [60, 6]]) [all …]
|
D | BUILD | 20 size = "small", 34 size = "small", 47 size = "medium", # NOTE(ebrevdo): This test is NOT small. 61 size = "small", 111 size = "small", 121 size = "small", 143 size = "small", 175 size = "small", 187 size = "small", 242 size = "small", [all …]
|
/external/skia/bench/ |
D | ColorFilterBench.cpp | 47 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench() argument 66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench() argument 94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench() argument 119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench() argument 144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench() argument 169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench() argument 194 ColorFilterBrightBench(bool small) : INHERITED(small) { } in ColorFilterBrightBench() argument 218 ColorFilterBlueBench(bool small) : INHERITED(small) { } in ColorFilterBlueBench() argument 242 ColorFilterGrayBench(bool small) : INHERITED(small) { } in ColorFilterGrayBench() argument
|
D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() argument 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() argument 121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() argument 142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() argument 166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() argument 188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() argument 210 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench() argument
|
D | DisplacementBench.cpp | 22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() argument 94 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() argument 121 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() argument 147 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench() argument
|
/external/skqp/bench/ |
D | ColorFilterBench.cpp | 47 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench() argument 66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench() argument 94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench() argument 119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench() argument 144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench() argument 169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench() argument 194 ColorFilterBrightBench(bool small) : INHERITED(small) { } in ColorFilterBrightBench() argument 218 ColorFilterBlueBench(bool small) : INHERITED(small) { } in ColorFilterBlueBench() argument 242 ColorFilterGrayBench(bool small) : INHERITED(small) { } in ColorFilterGrayBench() argument
|
D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() argument 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() argument 121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() argument 142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() argument 166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() argument 188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() argument 210 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench() argument
|
D | DisplacementBench.cpp | 22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() argument 94 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() argument 121 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() argument 147 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench() argument
|
/external/skqp/tests/ |
D | InfRectTest.cpp | 26 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()
|
/external/skia/tests/ |
D | InfRectTest.cpp | 26 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()
|
/external/skqp/gm/ |
D | bigmatrix.cpp | 35 SkScalar small = 1 / (500 * SK_Scalar1); variable 38 path.addCircle(pt.fX, pt.fY, small); 43 SkRect rect = {pt.fX - small, pt.fY - small, 44 pt.fX + small, pt.fY + small}; 63 rect.setLTRB(pt.fX - small, pt.fY - small, 64 pt.fX + small, pt.fY + small);
|
/external/skia/gm/ |
D | bigmatrix.cpp | 35 SkScalar small = 1 / (500 * SK_Scalar1); variable 38 path.addCircle(pt.fX, pt.fY, small); 43 SkRect rect = {pt.fX - small, pt.fY - small, 44 pt.fX + small, pt.fY + small}; 63 rect.setLTRB(pt.fX - small, pt.fY - small, 64 pt.fX + small, pt.fY + small);
|
/external/llvm/test/Transforms/SafeStack/ |
D | phi-cycle.ll | 4 %struct.small = type { i8 } 17 %tmp = alloca %struct.small*, align 8 18 %tmp1 = call i32 (...) @dummy(%struct.small** %tmp) nounwind 19 %tmp2 = load %struct.small*, %struct.small** %tmp, align 8 20 %tmp3 = ptrtoint %struct.small* %tmp2 to i64 26 %tmp7 = phi %struct.small* [ %tmp19, %bb17 ], [ %tmp2, %bb ] 29 %tmp10 = getelementptr inbounds %struct.small, %struct.small* %tmp7, i64 0, i32 0 39 %tmp18 = getelementptr inbounds %struct.small*, %struct.small** %tmp, i64 %tmp8 40 %tmp19 = load %struct.small*, %struct.small** %tmp18, align 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SafeStack/X86/ |
D | phi-cycle.ll | 4 %struct.small = type { i8 } 17 %tmp = alloca %struct.small*, align 8 18 %tmp1 = call i32 (...) @dummy(%struct.small** %tmp) nounwind 19 %tmp2 = load %struct.small*, %struct.small** %tmp, align 8 20 %tmp3 = ptrtoint %struct.small* %tmp2 to i64 26 %tmp7 = phi %struct.small* [ %tmp19, %bb17 ], [ %tmp2, %bb ] 29 %tmp10 = getelementptr inbounds %struct.small, %struct.small* %tmp7, i64 0, i32 0 39 %tmp18 = getelementptr inbounds %struct.small*, %struct.small** %tmp, i64 %tmp8 40 %tmp19 = load %struct.small*, %struct.small** %tmp18, align 8
|
/external/libcxx/test/std/utilities/any/any.class/any.assign/ |
D | copy.pass.cpp | 113 any a((small(1))); in test_copy_assign_self() 114 assert(small::count == 1); in test_copy_assign_self() 118 assert(small::count == 1); in test_copy_assign_self() 119 assertContains<small>(a, 1); in test_copy_assign_self() 122 assert(small::count == 0); in test_copy_assign_self() 167 any lhs((small(2))); in test_copy_assign_throws() 169 assert(small::count == 1); in test_copy_assign_throws() 174 assert(small::count == 1); in test_copy_assign_throws() 176 assertContains<small>(lhs, 2); in test_copy_assign_throws() 198 test_copy_assign<small, large>(); in main() [all …]
|
/external/googletest/googletest/test/ |
D | BUILD.bazel | 40 size = "small", 103 size = "small", 111 size = "small", 118 size = "small", 129 size = "small", 140 size = "small", 164 size = "small", 179 size = "small", 201 size = "small", 246 size = "small", [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | BUILD | 66 size = "small", 88 size = "small", 102 size = "small", 115 size = "small", 129 size = "small", 143 size = "small", 159 size = "small", 173 size = "small", 187 size = "small", 221 size = "small", [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 32 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local 42 …uprv_sortArray(small, UPRV_LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &… in SortTest() 47 for(i=1; i<UPRV_LENGTHOF(small); ++i) { in SortTest() 48 if(small[i-1]>small[i]) { in SortTest() 49 … log_err("uprv_sortArray(small) mis-sorted [%d]=%u > [%d]=%u\n", i-1, small[i-1], i, small[i]); in SortTest()
|
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
D | reset.pass.cpp | 51 any a((small(1))); in main() 52 assert(small::count == 1); in main() 53 assertContains<small>(a, 1); in main() 57 assertEmpty<small>(a); in main() 58 assert(small::count == 0); in main()
|
/external/tensorflow/tensorflow/java/ |
D | BUILD | 138 size = "small", 151 size = "small", 164 size = "small", 177 size = "small", 191 size = "small", 204 size = "small", 222 size = "small", 235 size = "small", 248 size = "small", 261 size = "small", [all …]
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | BUILD | 14 size = "small", 32 size = "small", 51 size = "small", 66 size = "small", 88 size = "small", 108 size = "small", 118 size = "small", 145 size = "small", 204 size = "small", 227 size = "small", [all …]
|