Home
last modified time | relevance | path

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

12345678910>>...63

/external/clang/test/Sema/
Daarch64-neon-ranges.c6 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/python/kernel_tests/
Dcheck_ops_test.py86 small = constant_op.constant([1, 2], name="small")
87 with ops.control_dependencies([check_ops.assert_equal(small, small)]):
88 out = array_ops.identity(small)
93 small = constant_op.constant([1, 2], name="small")
94 x = check_ops.assert_equal(small, small)
108 small = array_ops.placeholder(dtypes.int32, name="small")
112 big, small, message="fail")]):
113 out = array_ops.identity(small)
115 out.eval(feed_dict={small: [1, 2], big: [3, 4]})
164 small = constant_op.constant([[20, 2], [3, 30], [60, 6]])
[all …]
DBUILD19 size = "small",
33 size = "small",
46 size = "medium", # NOTE(ebrevdo): This test is NOT small.
60 size = "small",
76 size = "small",
86 size = "small",
103 size = "small",
117 size = "small",
128 size = "small",
182 size = "small",
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/
DBUILD15 size = "small",
91 size = "small",
176 size = "small",
188 size = "small",
200 size = "small",
214 size = "small",
226 size = "small",
238 size = "small",
250 size = "small",
263 size = "small",
[all …]
/external/skia/bench/
DColorFilterBench.cpp47 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
DLightingBench.cpp19 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
DDisplacementBench.cpp21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() argument
93 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() argument
120 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() argument
146 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench() argument
/external/skqp/bench/
DColorFilterBench.cpp47 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
DLightingBench.cpp19 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
DDisplacementBench.cpp21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() argument
93 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() argument
120 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() argument
146 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench() argument
/external/python/cpython3/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 …]
/external/harfbuzz_ng/test/shaping/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…
/external/llvm/test/Transforms/SafeStack/
Dphi-cycle.ll4 %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/skqp/gm/
Dbigmatrix.cpp35 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/
Dbigmatrix.cpp35 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/libcxx/test/std/utilities/any/any.class/any.assign/
Dcopy.pass.cpp112 any a((small(1))); in test_copy_assign_self()
113 assert(small::count == 1); in test_copy_assign_self()
117 assert(small::count == 1); in test_copy_assign_self()
118 assertContains<small>(a, 1); in test_copy_assign_self()
121 assert(small::count == 0); in test_copy_assign_self()
166 any lhs((small(2))); in test_copy_assign_throws()
168 assert(small::count == 1); in test_copy_assign_throws()
173 assert(small::count == 1); in test_copy_assign_throws()
175 assertContains<small>(lhs, 2); in test_copy_assign_throws()
197 test_copy_assign<small, large>(); in main()
[all …]
/external/skia/tests/
DInfRectTest.cpp62 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
67 SkRect rect = SkRect::MakeXYWH(small, small, big, big); in DEF_TEST()
72 check_invalid(reporter, small, small, big, invalid[i]); in DEF_TEST()
73 check_invalid(reporter, small, small, invalid[i], big); in DEF_TEST()
74 check_invalid(reporter, small, invalid[i], big, big); in DEF_TEST()
75 check_invalid(reporter, invalid[i], small, big, big); in DEF_TEST()
/external/skqp/tests/
DInfRectTest.cpp62 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
67 SkRect rect = SkRect::MakeXYWH(small, small, big, big); in DEF_TEST()
72 check_invalid(reporter, small, small, big, invalid[i]); in DEF_TEST()
73 check_invalid(reporter, small, small, invalid[i], big); in DEF_TEST()
74 check_invalid(reporter, small, invalid[i], big, big); in DEF_TEST()
75 check_invalid(reporter, invalid[i], small, big, big); in DEF_TEST()
/external/tensorflow/tensorflow/contrib/distributions/
DBUILD78 size = "small",
97 size = "small",
113 size = "small",
133 size = "small",
146 size = "small",
190 size = "small",
207 size = "small",
256 size = "small",
274 size = "small",
308 size = "small",
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
DBUILD15 size = "small",
34 size = "small",
77 size = "small",
94 size = "small",
111 size = "small",
125 size = "small",
142 size = "small",
167 size = "small",
181 size = "small",
202 size = "small",
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD56 size = "small",
70 size = "small",
84 size = "small",
101 size = "small",
122 size = "small",
134 size = "small",
149 size = "small",
164 size = "small",
247 size = "small",
260 size = "small",
[all …]
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c32 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/tensorflow/tensorflow/python/keras/
DBUILD182 size = "small",
194 size = "small",
206 size = "small",
219 size = "small",
244 size = "small",
256 size = "small",
328 size = "small",
339 size = "small",
350 size = "small",
373 size = "small",
[all …]
/external/tensorflow/tensorflow/python/
DBUILD169 size = "small",
179 size = "small",
189 size = "small",
200 size = "small",
412 size = "small",
878 size = "small",
890 size = "small",
903 size = "small",
920 size = "small",
933 size = "small",
[all …]
/external/tensorflow/tensorflow/core/platform/cloud/
DBUILD236 size = "small",
249 size = "small",
263 size = "small",
275 size = "small",
288 size = "small",
301 size = "small",
313 size = "small",
332 size = "small",
351 size = "small",
364 size = "small",
[all …]

12345678910>>...63