Home
last modified time | relevance | path

Searched refs:repeat_ (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dchord-tremolo-engraver.cc55 Stream_event *repeat_; member in Chord_tremolo_engraver
73 repeat_ = 0; in Chord_tremolo_engraver()
83 ASSIGN_EVENT_ONCE (repeat_, ev); in listen_tremolo_span()
87 if (!repeat_) in listen_tremolo_span()
89 repeat_ = 0; in listen_tremolo_span()
98 if (repeat_ && !beam_) in process_music()
100 beam_ = make_spanner ("Beam", repeat_->self_scm ()); in process_music()
109 repeat_->warning (_ ("unterminated chord tremolo")); in finalize()
120 int tremolo_type = from_scm (get_property (repeat_, "tremolo-type"), 1); in acknowledge_stem()
122 int repeat_count = from_scm (get_property (repeat_, "repeat-count"), 1); in acknowledge_stem()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dchord-tremolo-engraver.cc56 Stream_event *repeat_; member in Chord_tremolo_engraver
74 repeat_ = 0; in Chord_tremolo_engraver()
84 ASSIGN_EVENT_ONCE (repeat_, ev); in listen_tremolo_span()
88 if (!repeat_) in listen_tremolo_span()
90 repeat_ = 0; in listen_tremolo_span()
99 if (repeat_ && !beam_) in process_music()
101 beam_ = make_spanner ("Beam", repeat_->self_scm ()); in process_music()
110 repeat_->warning (_ ("unterminated chord tremolo")); in finalize()
121 int tremolo_type = from_scm (get_property (repeat_, "tremolo-type"), 1); in acknowledge_stem()
123 int repeat_count = from_scm (get_property (repeat_, "repeat-count"), 1); in acknowledge_stem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_syntax_component.h43 : type_(type), string_(string), repeat_(repeat) {} in CSSSyntaxComponent()
46 return type_ == a.type_ && string_ == a.string_ && repeat_ == a.repeat_;
51 CSSSyntaxRepeat GetRepeat() const { return repeat_; } in GetRepeat()
52 bool IsRepeatable() const { return repeat_ != CSSSyntaxRepeat::kNone; } in IsRepeatable()
56 return repeat_ == CSSSyntaxRepeat::kSpaceSeparated ? ' ' : ','; in Separator()
62 CSSSyntaxRepeat repeat_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_syntax_component.h43 : type_(type), string_(string), repeat_(repeat) {} in CSSSyntaxComponent()
46 return type_ == a.type_ && string_ == a.string_ && repeat_ == a.repeat_;
51 CSSSyntaxRepeat GetRepeat() const { return repeat_; } in GetRepeat()
52 bool IsRepeatable() const { return repeat_ != CSSSyntaxRepeat::kNone; } in IsRepeatable()
56 return repeat_ == CSSSyntaxRepeat::kSpaceSeparated ? ' ' : ','; in Separator()
62 CSSSyntaxRepeat repeat_; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Drange.h47 const int repeat_; member
50 : start_(start), stop_(stop), step_(step), repeat_(repeat) {} in RangeExp()
69 repeat_(e.repeat_) {
72 return start_ + static_cast<DType>((static_cast<int>(x) / repeat_)) * step_;
79 const int repeat_;
116 CHECK(t.repeat_ > 0)
117 << "RangeExp only supports repeat > 0, received " << t.repeat_;
125 return Shape1(RangeOutSize<DType>(t.start_, t.stop_, t.step_, t.repeat_));
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Drange.h47 const int repeat_; member
50 : start_(start), stop_(stop), step_(step), repeat_(repeat) {} in RangeExp()
69 repeat_(e.repeat_) {
72 return start_ + static_cast<DType>((static_cast<int>(x) / repeat_)) * step_;
79 const int repeat_;
116 CHECK(t.repeat_ > 0)
117 << "RangeExp only supports repeat > 0, received " << t.repeat_;
125 return Shape1(RangeOutSize<DType>(t.start_, t.stop_, t.step_, t.repeat_));
/dports/math/cppad/CppAD-20210000.8/speed/example/
H A Dtime_test.cpp46 size_t repeat_; variable
52 repeat_ = repeat; in test()
90 ok &= repeat_ == repeat_first; in time_test()
100 ok &= repeat_ == repeat_second; in time_test()
/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DCommandLineArguments.cpp33 …alse), reversing_(false), shuffling_(false), shufflingPreSeeded_(false), repeat_(1), shuffleSeed_(… in CommandLineArguments()
183 return repeat_; in getRepeatCount()
213 repeat_ = 0; in setRepeatCount()
216 if (repeatParameter.size() > 2) repeat_ = (size_t) (SimpleString::AtoI(av[i] + 2)); in setRepeatCount()
218 repeat_ = (size_t) (SimpleString::AtoI(av[i + 1])); in setRepeatCount()
219 if (repeat_ != 0) i++; in setRepeatCount()
222 if (0 == repeat_) repeat_ = 2; in setRepeatCount()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/stereo/src/
H A Dstereo_grabber.cpp60 bool repeat_; member
80 , repeat_(repeat) in StereoGrabberImpl()
98 , repeat_(repeat) in StereoGrabberImpl()
117 if (++pair_iterator_ == pair_files_.end() && repeat_) in readAhead()
224 return (impl_->repeat_); in isRepeatOn()
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A Dsg_file.cxx48 SGFile::SGFile(const SGPath &file, int repeat_, int extraoflags_ ) in SGFile() argument
49 : file_name(file), fp(-1), eof_flag(true), repeat(repeat_), iteration(0), in SGFile()
230 SGBinaryFile::SGBinaryFile( const SGPath& file, int repeat_ ) : in SGBinaryFile() argument
232 SGFile(file,repeat_, _O_BINARY) in SGBinaryFile()
234 SGFile(file,repeat_, 0) in SGBinaryFile()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cpp/examples/
H A Drule.cc29 case Rule::RepeatType: return rule->repeat_ .~Repeat(); in destroy_value()
63 new (&repeat_) Repeat(other.repeat_); in operator =()
101 new (&repeat_) Repeat(move(other.repeat_)); in operator =()
126 case Rule::RepeatType: return repeat_ == other.repeat_; in operator ==()
281 case Rule::RepeatType: return result ^ hash<Repeat>()(rule.repeat_); in operator ()()
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Ddynamic.hpp96 this->repeat_(spec, seq, quant_type<Matcher>(), is_same<Matcher, mark_begin_matcher>()); in repeat()
112 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_none>, mpl::false_) … in repeat_() function
122 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
126 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::f… in repeat_() function
134 this->repeat_(spec, seq, mpl::int_<quant_variable_width>(), mpl::false_()); in repeat_()
138 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_variable_width>, mpl… in repeat_() function
150 …void repeat_(quant_spec const &spec, sequence<BidiIter> &seq, mpl::int_<quant_fixed_width>, mpl::t… in repeat_() function

12345678910>>...15