Home
last modified time | relevance | path

Searched refs:seq_type (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dseq.h207 } seq_node, *seq_type; typedef
209 extern seq_type sequence;
261 void noop(seq_type seq);
262 seq_type seq_alloc(void);
263 void seq_at_end(seq_type seq, void (*fn)(seq_type));
266 seq_type seq_copy(seq_type from_seq); /* LISP: (SEQ-COPY SEQ) */
278 void seq_free_chunks(seq_type seq);
279 seq_type seq_init(seq_type seq, int create_chunk);
288 void seq_play(seq_type seq);
290 void seq_reset_meth(seq_type seq);
[all …]
H A Dseq.c108 seq_type seq = (seq_type) args->arg[0]; in clock_tick()
129 seq_type seq = (seq_type) args->arg[0]; in cycle()
156 seq_type seq; in event_create()
203 seq_type seq; in insert_clock()
247 seq_type seq; in insert_ctrlramp()
285 seq_type seq; in insert_def()
313 seq_type seq; in insert_deframp()
381 seq_type seq; in insert_event()
554 seq_type seq = (seq_type) args->arg[0]; in process_event()
702 seq_type seq = (seq_type) args->arg[0]; in ramp_event()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
H A Dvalue_at.hpp83 typedef FUSION_SEQUENCE<int, float> seq_type; in test() typedef
86 boost::is_const<FUSION_VALUE_AT(seq_type, 0)::type>::value)); in test()
90 boost::is_const<FUSION_VALUE_AT(const seq_type, 0)::type>::value)); in test()
93 boost::is_const<FUSION_VALUE_AT(seq_type, 1)::type>::value)); in test()
97 boost::is_const<FUSION_VALUE_AT(const seq_type, 1)::type>::value)); in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
H A Dvalue_at.hpp83 typedef FUSION_SEQUENCE<int, float> seq_type; in test() typedef
86 boost::is_const<FUSION_VALUE_AT(seq_type, 0)::type>::value)); in test()
90 boost::is_const<FUSION_VALUE_AT(const seq_type, 0)::type>::value)); in test()
93 boost::is_const<FUSION_VALUE_AT(seq_type, 1)::type>::value)); in test()
97 boost::is_const<FUSION_VALUE_AT(const seq_type, 1)::type>::value)); in test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Diterator.hpp33 seq_type v(1, 'x', 3.3, s); in test()
34 boost::fusion::result_of::begin<seq_type>::type i(v); in test()
65 seq_type t(1, 'x', 3.3, s); in test()
66 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
108 seq_type t(1, 'x', 3.3, s); in test()
109 boost::fusion::result_of::begin<seq_type>::type i(t); in test()
140 seq_type t(1, 'x', 3.3, "Hello"); in test()
143 boost::fusion::result_of::begin<seq_type>::type in test()
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dz3950.c53 u_int8_t seq_type; in z3950_parse_sequences() local
65 seq_type = payload[0] & 0x1F; in z3950_parse_sequences()
69 if(seq_type > 51 && (seq_type < 100 || seq_type > 105) && in z3950_parse_sequences()
70 (seq_type < 110 || seq_type > 112) && (seq_type < 120 || seq_type > 121) && in z3950_parse_sequences()
71 (seq_type < 201 || seq_type > 221)) in z3950_parse_sequences()
/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/util/
H A Dgff3_file_to_proteins.pl49 my $seq_type = 'prot';
54 'seqType=s' => \$seq_type,
62 unless ($seq_type =~ /^(prot|CDS|cDNA|gene)$/) {
63 die "Error, don't understand sequence type [$seq_type]\n\n$usage";
90 if ($seq_type eq "gene") {
109 if ($seq_type eq "prot") {
112 elsif ($seq_type eq "CDS") {
115 elsif ($seq_type eq "cDNA") {
118 elsif ($seq_type eq "gene" && $counter == 1) {
123 print STDERR "-warning, no $seq_type sequence for $isoform_id\n";
/dports/biology/py-biopython/biopython-1.79/Bio/SearchIO/ExonerateIO/
H A Dexonerate_text.py193 for seq_type in scodon_moves:
209 scodon_moves[seq_type] = scoords
262 def _comp_coords(hsp, seq_type, inter_lens): argument
264 assert seq_type in ("hit", "query")
267 fstart = hsp["%s_start" % seq_type]
295 pair = scodon_moves[seq_type][idx]
403 for seq_type in ("query", "hit"):
412 opp_type = seq_type
436 for seq_type in ("query", "hit"):
438 n_start = "%s_start" % seq_type
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/xge/rtl/verilog/
H A Dfault_sm.v71 reg [1:0] seq_type; register
97 seq_type = `LINK_FAULT_LOCAL;
100 seq_type = `LINK_FAULT_REMOTE;
103 seq_type = `LINK_FAULT_OK;
164 last_seq_type <= seq_type;
219 if (seq_type != last_seq_type) begin
225 link_fault <= seq_type;
260 if (seq_type != last_seq_type) begin
273 last_seq_type <= seq_type;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dseqfnint.c31 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_reset()
43 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_insert_ctrl()
60 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_insert_ramp()
80 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_insert_macctrl()
97 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_insert_note()
115 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_copy()
116 seq_type result; in xlc_seq_copy()
128 seq_type result; in xlc_seq_create()
142 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_next()
155 seq_type arg1 = getseq(xlgaseq()); in xlc_seq_get()
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/SearchIO/_model/
H A Dhsp.py434 assert seq_type in ("hit", "query")
508 def _inter_ranges_get(self, seq_type): argument
510 assert seq_type in ("query", "hit")
544 def _inter_spans_get(self, seq_type): argument
545 assert seq_type in ("query", "hit")
769 for seq_type in ("query", "hit"):
777 if eval(seq_type):
778 setattr(self, seq_type, eval(seq_type))
877 def _set_seq(self, seq, seq_type): argument
886 assert seq_type in ("hit", "query")
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blastdb/
H A Dblastdbcp.cpp60 CSeqDB::ESeqType seq_type) const;
63 CSeqDB::ESeqType seq_type) const;
399 CSeqDB::FindVolumePaths(dbname, seq_type, file_paths); in x_ShouldParseSeqIds()
437 CSeqDB::ESeqType seq_type) const in x_ShouldCopyPIGs()
439 if(CSeqDB::eProtein != seq_type) in x_ShouldCopyPIGs()
468 seq_type, in x_MakeDBwIDList()
474 seq_type in x_MakeDBwIDList()
607 CSeqDB::ESeqType seq_type = CSeqDB::eUnknown; in Run() local
611 x_MakeDBwIDList(args, seq_type, bytes); in Run()
614 x_CopyDB(args, seq_type, bytes); in Run()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastdb/
H A Dblastdbcp.cpp60 CSeqDB::ESeqType seq_type) const;
63 CSeqDB::ESeqType seq_type) const;
399 CSeqDB::FindVolumePaths(dbname, seq_type, file_paths); in x_ShouldParseSeqIds()
437 CSeqDB::ESeqType seq_type) const in x_ShouldCopyPIGs()
439 if(CSeqDB::eProtein != seq_type) in x_ShouldCopyPIGs()
468 seq_type, in x_MakeDBwIDList()
474 seq_type in x_MakeDBwIDList()
607 CSeqDB::ESeqType seq_type = CSeqDB::eUnknown; in Run() local
611 x_MakeDBwIDList(args, seq_type, bytes); in Run()
614 x_CopyDB(args, seq_type, bytes); in Run()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/hgvs/
H A Dna_irep_to_seqfeat.cpp390 CSequenceVariant::TSeqtype seq_type; in x_CreateConversionVarref() local
571 if (seq_type != eVariantSeqType_c && in CreateSeqfeat()
572 seq_type != eVariantSeqType_g && in CreateSeqfeat()
573 seq_type != eVariantSeqType_r && in CreateSeqfeat()
574 seq_type != eVariantSeqType_m && in CreateSeqfeat()
575 seq_type != eVariantSeqType_n) { in CreateSeqfeat()
684 seq_type, in CreateSeqloc()
692 seq_type, in CreateSeqloc()
705 seq_type, in CreateSeqloc()
968 seq_type, in x_ComputeSiteIndex()
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/SearchIO/BlastIO/
H A Dblast_tab.py169 for seq_type in ("query", "hit"):
170 seq = str(getattr(hsp, seq_type).seq)
437 for seq_type in ("query", "hit"):
438 if attr == seq_type + "_start":
440 elif attr == seq_type + "_end":
445 for seq_type in ("hit", "query"):
490 assert seq_type in ("query", "hit")
497 idx = 0 if seq_type == "query" else 1
510 assert seq_type in ("query", "hit")
517 start = parsedict.get("%s_start" % seq_type)
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/readers/hgvs/
H A Dna_irep_to_seqfeat.hpp81 const CSequenceVariant::TSeqtype& seq_type,
88 const CSequenceVariant::TSeqtype& seq_type,
96 const CSequenceVariant::TSeqtype& seq_type,
103 const CSequenceVariant::TSeqtype& seq_type,
110 const CSequenceVariant::TSeqtype& seq_type,
117 const CSequenceVariant::TSeqtype& seq_type,
125 const CSequenceVariant::TSeqtype& seq_type,
133 const CSequenceVariant::TSeqtype& seq_type,
139 const CSequenceVariant::TSeqtype& seq_type,
168 const CSequenceVariant::TSeqtype& seq_type,
/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/seq/pup/
H A Dyaksuri_seq_pup.c17 yaksuri_seqi_type_s *seq_type = (yaksuri_seqi_type_s *) type->backend.seq.priv; in yaksuri_seq_pup_is_supported() local
19 if (seq_type->pack || type->is_contig) in yaksuri_seq_pup_is_supported()
31 yaksuri_seqi_type_s *seq_type = (yaksuri_seqi_type_s *) type->backend.seq.priv; in yaksuri_seq_ipack() local
58 assert(seq_type->pack); in yaksuri_seq_ipack()
59 rc = seq_type->pack(inbuf, outbuf, count, type); in yaksuri_seq_ipack()
73 yaksuri_seqi_type_s *seq_type = (yaksuri_seqi_type_s *) type->backend.seq.priv; in yaksuri_seq_iunpack() local
101 assert(seq_type->unpack); in yaksuri_seq_iunpack()
102 rc = seq_type->unpack(inbuf, outbuf, count, type); in yaksuri_seq_iunpack()

12345678910>>...29