Home
last modified time | relevance | path

Searched refs:Repeat (Results 1 – 25 of 232) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleE5500.td74 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26
80 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16
85 [11], // Latency = 7, Repeat rate = 1
89 [11, 2, 2], // Latency = 7, Repeat rate = 7
94 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4
100 [8, 2, 2], // Latency = 4, Repeat rate = 1
106 [8, 2, 2], // Latency = 4, Repeat rate = 1
112 [8, 2, 2], // Latency = 4 or 5, Repeat = 2
122 [6, 2, 2], // Latency = 2, Repeat rate = 2
127 [5, 2, 2], // Latency = 1, Repeat rate = 1
[all …]
DPPCScheduleE500.td65 [17, 1, 1], // Latency=4..35, Repeat= 4..35
70 [7, 1, 1], // Latency = 4, Repeat rate = 1
75 [7, 1, 1], // Latency = 4, Repeat rate = 1
80 [7, 1, 1], // Latency = 4, Repeat rate = 1
95 [5, 1], // Latency = 2, Repeat rate = 2
116 [6, 1], // Latency = 3, Repeat rate = 1
182 [6, 1, 1], // Latency = 3, Repeat rate = 3
197 [5, 1], // Latency = 2, Repeat rate = 4
215 [7, 1], // Latency = 4, Repeat rate = 4
219 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
DPPCScheduleE500mc.td70 [17, 1, 1], // Latency=4..35, Repeat= 4..35
83 [7, 1, 1], // Latency = 4, Repeat rate = 1
88 [7, 1, 1], // Latency = 4, Repeat rate = 1
93 [7, 1, 1], // Latency = 4, Repeat rate = 1
108 [5, 1], // Latency = 2, Repeat rate = 2
129 [6, 1], // Latency = 3, Repeat rate = 1
226 [6, 1, 1], // Latency = 3, Repeat rate = 3
241 [5, 1], // Latency = 2, Repeat rate = 4
259 [7, 1], // Latency = 4, Repeat rate = 4
263 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_420pack.txt750 Repeat the above test with vec2(0).length() replaced by ivec2(0).length().
752 Repeat the above test with vec2(0).length() replaced by uvec2(0).length().
754 Repeat the above test with vec2(0).length() replaced by bvec2(0).length().
756 Repeat the above test with vec2(0).length() replaced by dvec2(0).length().
769 Repeat the above test with vec3(0).length() replaced by ivec3(0).length().
771 Repeat the above test with vec3(0).length() replaced by uvec3(0).length().
773 Repeat the above test with vec3(0).length() replaced by bvec3(0).length().
775 Repeat the above test with vec3(0).length() replaced by dvec3(0).length().
788 Repeat the above test with vec4(0).length() replaced by ivec4(0).length().
790 Repeat the above test with vec4(0).length() replaced by uvec4(0).length().
[all …]
/third_party/openGLES/extensions/ARB/
DARB_shading_language_420pack.txt760 Repeat the above test with vec2(0).length() replaced by ivec2(0).length().
762 Repeat the above test with vec2(0).length() replaced by uvec2(0).length().
764 Repeat the above test with vec2(0).length() replaced by bvec2(0).length().
766 Repeat the above test with vec2(0).length() replaced by dvec2(0).length().
779 Repeat the above test with vec3(0).length() replaced by ivec3(0).length().
781 Repeat the above test with vec3(0).length() replaced by uvec3(0).length().
783 Repeat the above test with vec3(0).length() replaced by bvec3(0).length().
785 Repeat the above test with vec3(0).length() replaced by dvec3(0).length().
798 Repeat the above test with vec4(0).length() replaced by ivec4(0).length().
800 Repeat the above test with vec4(0).length() replaced by uvec4(0).length().
[all …]
/third_party/boost/libs/beast/test/bench/parser/
Dbench_parser.cpp284 static std::size_t constexpr Repeat = 500; in testSpeed() local
296 ((Repeat * size_ + 512) / 1024) << "KB in " << in testSpeed()
297 (Repeat * (creq_.size() + cres_.size())) << " messages"; in testSpeed()
303 testParser2<request_parser<dynamic_body>>(Repeat, creq_); in testSpeed()
304 testParser2<response_parser<dynamic_body>>(Repeat, cres_); in testSpeed()
313 Repeat, creq_); in testSpeed()
316 Repeat, cres_); in testSpeed()
324 Repeat, creq_); in testSpeed()
327 Repeat, cres_); in testSpeed()
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpattern.js12 this._tileX = CanvasKit.TileMode.Repeat;
21 this._tileY = CanvasKit.TileMode.Repeat;
24 this._tileX = CanvasKit.TileMode.Repeat;
25 this._tileY = CanvasKit.TileMode.Repeat;
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpattern.js12 this._tileX = CanvasKit.TileMode.Repeat;
21 this._tileY = CanvasKit.TileMode.Repeat;
24 this._tileX = CanvasKit.TileMode.Repeat;
25 this._tileY = CanvasKit.TileMode.Repeat;
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_cache_test.cc93 ds = ds->Repeat(repeat_num); in TEST_F()
136 ds = ds->Repeat(repeat_num); in TEST_F()
177 ds = ds->Repeat(repeat_num); in TEST_F()
219 ds = ds->Repeat(repeat_num); in TEST_F()
260 ds = ds->Repeat(repeat_num); in TEST_F()
301 ds = ds->Repeat(repeat_num); in TEST_F()
342 ds = ds->Repeat(repeat_num); in TEST_F()
384 ds = ds->Repeat(repeat_num); in TEST_F()
428 ds = ds->Repeat(repeat_num); in TEST_F()
509 ds = ds->Repeat(repeat_num); in TEST_F()
[all …]
Dalbum_op_test.cc72 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F()
98 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F()
125 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F()
154 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F()
Dmnist_op_test.cc46 std::shared_ptr<RepeatOp> Repeat(int repeat_cnt);
61 ds = ds->Repeat(2); in TEST_F()
94 ds = ds->Repeat(2); in TEST_F()
Dc_api_vision_affine_test.cc38 ds = ds->Repeat(repeat_num); in TEST_F()
81 ds = ds->Repeat(repeat_num); in TEST_F()
Dc_api_dataset_randomdata_test.cc42 ds = ds->Repeat(4); in TEST_F()
86 ds1 = ds1->Repeat(repeat_num); in TEST_F()
89 ds2 = ds2->Repeat(repeat_num); in TEST_F()
156 ds = ds->Repeat(2); in TEST_F()
196 ds = ds->Repeat(2); in TEST_F()
278 ds = ds->Repeat(2); in TEST_F()
360 ds = ds->Repeat(2); in TEST_F()
Dc_api_epoch_ctrl_test.cc134 ds = ds->Repeat(num_repeats); in TEST_F()
182 ds = ds->Repeat(num_repeats[0]); in TEST_F()
183 ds = ds->Repeat(num_repeats[1]); in TEST_F()
Dbatch_op_test.cc87 auto op2 = Repeat(2); in TEST_F()
137 auto op2 = Repeat(2); in TEST_F()
195 auto op3 = Repeat(2); in TEST_F()
248 auto op3 = Repeat(2); in TEST_F()
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
Dmain.go284 fmt.Printf(strings.Repeat(" ", filenameColumnWidth))
293 fmt.Printf(strings.Repeat("━", filenameColumnWidth))
296 fmt.Printf(strings.Repeat("━", formatWidth(format)))
381 col.Printf(strings.Repeat(" ", filenameColumnWidth))
637 tab := strings.Repeat(" ", n)
649 return s + strings.Repeat(" ", padding)
660 return strings.Repeat(" ", padding/2) + s + strings.Repeat(" ", (padding+1)/2)
671 return strings.Repeat(" ", padding) + s
/third_party/boost/boost/hana/
Drepeat.hpp44 using Repeat = BOOST_HANA_DISPATCH_IF(repeat_impl<I>, in operator ()() typedef
53 return Repeat::apply(n, static_cast<F&&>(f)); in operator ()()
/third_party/boost/libs/hana/include/boost/hana/
Drepeat.hpp44 using Repeat = BOOST_HANA_DISPATCH_IF(repeat_impl<I>, in operator ()() typedef
53 return Repeat::apply(n, static_cast<F&&>(f)); in operator ()()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go258 content := bytes.Repeat([]byte("hello world!"), 10000)
284 content := bytes.Repeat([]byte("hello world!"), 10000)
302 content := bytes.Repeat([]byte("hello world!"), 100)
321 content := bytes.Repeat([]byte("hello world!"), 100)
340 input := bytes.Repeat(test.data, test.repeats)
/third_party/python/Tools/peg_generator/scripts/
Dgrammar_grapher.py40 Repeat,
77 elif isinstance(item, Repeat):
/third_party/boost/libs/spirit/doc/advanced/
Dcustomization_points.qbk191 …stomize_push_back_container__] [Qi: __qi_list__, __qi_kleene__, __qi_plus__, [qi_repeat Repeat].]]
192 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
193 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
194 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
195 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
196 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
197 …[Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
198 …stomize_clear_value__] [Qi: __qi_list__, __qi_kleene__, __qi_plus__, [qi_repeat Repeat].]]
896 __qi_list__, and [qi_repeat Repeat]) two attribute customization points have to be
906 (__qi_kleene__, __qi_plus__, __qi_list__, and [qi_repeat Repeat]) to determine the
[all …]
/third_party/boost/libs/algorithm/string/example/
Drle_example.cpp197 value_type Repeat=*(++It); in operator ()() local
199 for( value_type Index=0; Index<Repeat; Index++ ) r.push_back( Value ); in operator ()()
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.compiler.txt76 - 4. Repeat without step 1
79 - Repeat the above steps several times and compute average
84 - Repeat the above steps several times and compute average
/third_party/node/deps/npm/node_modules/node-gyp/
DmacOS_Catalina.md51 11. Repeat step 7 above. Is the path different this time? Repeat the _acid test_.
63 9. Repeat step 5 above. Is the path different this time? Repeat the _acid test_.
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py367 class Repeat: class
385 class Repeat0(Repeat):
401 class Repeat1(Repeat):
417 class Gather(Repeat):
479 Item = Union[Plain, Opt, Repeat, Forced, Lookahead, Rhs, Cut]

12345678910