Home
last modified time | relevance | path

Searched refs:hseq (Results 1 – 25 of 87) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/op/
H A Dalign_uv.py287 hseq = loop_seqs[hidx]
394 uvs = [hseq[0][0][uv_layer].uv.copy() for hseq in loop_seqs]
556 hseq[vidx][0], hseq[vidx][1],
557 hseq[vidx + 1][0], hseq[vidx + 1][1]
572 pair = hseq[0]
683 pair = hseq[0]
709 pair = hseq[0]
864 hseq[vidx][0], hseq[vidx][1],
865 hseq[vidx + 1][0], hseq[vidx + 1][1]
953 hseq[vidx][0], hseq[vidx][1],
[all …]
H A Dsmooth_uv.py133 for hseq in loop_seqs:
134 loops.extend([hseq[0][0], hseq[0][1]])
149 for hidx, hseq in enumerate(loop_seqs):
150 pair = hseq[0]
189 for hseq in loop_seqs:
190 ls.extend(hseq[vidx])
218 for hidx, hseq in enumerate(loop_seqs):
220 in enumerate(zip(hseq, orig_uvs, accm_vlens, full_vlens,
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/data-hash-0.2.0.1/src/Data/Hash/
H A DRolling.hs48 ,hseq :: S.Seq Hash function
60 ,hseq = S.singleton initial_hash
67 , hseq = (S.drop 1 $ hseq rh) S.|> hv function
70 c1 = asWord64 $ S.index (hseq rh) 0
71 k = S.length $ hseq rh
83 hseq = (hseq rh) S.|> h, function
90 lastHashes = toList . hseq
/dports/japanese/w3m/w3m-2b59b9e/
H A Danchor.c178 if (a->hseq < 0) in searchAnchor()
236 a->hseq = seqmap[a->hseq]; in reseq_anchor0()
320 a->hseq = hseq; in reAnchorPos()
323 hseq = a->hseq; in reAnchorPos()
555 a->hseq >= 0 && hl->marks[a->hseq].line == line) in shiftAnchorPosition()
613 a->hseq = -a_img.hseq; in addMultirowsImg()
623 a->hseq = a_href.hseq; in addMultirowsImg()
633 a->hseq = a_form.hseq; in addMultirowsImg()
686 a->hseq = a_form.hseq; in addMultirowsForm()
709 hseq = a->hseq; in getAnchorText()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Danchor.c178 if (a->hseq < 0) in searchAnchor()
236 a->hseq = seqmap[a->hseq]; in reseq_anchor0()
320 a->hseq = hseq; in reAnchorPos()
323 hseq = a->hseq; in reAnchorPos()
555 a->hseq >= 0 && hl->marks[a->hseq].line == line) in shiftAnchorPosition()
613 a->hseq = -a_img.hseq; in addMultirowsImg()
623 a->hseq = a_href.hseq; in addMultirowsImg()
633 a->hseq = a_form.hseq; in addMultirowsImg()
686 a->hseq = a_form.hseq; in addMultirowsForm()
709 hseq = a->hseq; in getAnchorText()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Danchor.c178 if (a->hseq < 0) in searchAnchor()
236 a->hseq = seqmap[a->hseq]; in reseq_anchor0()
320 a->hseq = hseq; in reAnchorPos()
323 hseq = a->hseq; in reAnchorPos()
555 a->hseq >= 0 && hl->marks[a->hseq].line == line) in shiftAnchorPosition()
613 a->hseq = -a_img.hseq; in addMultirowsImg()
623 a->hseq = a_href.hseq; in addMultirowsImg()
633 a->hseq = a_form.hseq; in addMultirowsImg()
686 a->hseq = a_form.hseq; in addMultirowsForm()
709 hseq = a->hseq; in getAnchorText()
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Danchor.c178 if (a->hseq < 0) in searchAnchor()
236 a->hseq = seqmap[a->hseq]; in reseq_anchor0()
320 a->hseq = hseq; in reAnchorPos()
323 hseq = a->hseq; in reAnchorPos()
555 a->hseq >= 0 && hl->marks[a->hseq].line == line) in shiftAnchorPosition()
613 a->hseq = -a_img.hseq; in addMultirowsImg()
623 a->hseq = a_href.hseq; in addMultirowsImg()
633 a->hseq = a_form.hseq; in addMultirowsImg()
686 a->hseq = a_form.hseq; in addMultirowsForm()
709 hseq = a->hseq; in getAnchorText()
[all …]
/dports/math/eigen3/eigen-3.3.9/test/
H A Dhouseholder.cpp87 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
88 hseq.setLength(hc.size()).setShift(shift); in householder()
89 VERIFY(hseq.length() == hc.size()); in householder()
90 VERIFY(hseq.shift() == shift); in householder()
94 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
95 m3 = hseq; in householder()
98 SquareMatrixType hseq_mat = hseq; in householder()
99 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
100 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
101 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dhouseholder.cpp87 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
88 hseq.setLength(hc.size()).setShift(shift); in householder()
89 VERIFY(hseq.length() == hc.size()); in householder()
90 VERIFY(hseq.shift() == shift); in householder()
94 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
95 m3 = hseq; in householder()
98 SquareMatrixType hseq_mat = hseq; in householder()
99 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
100 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
101 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Dhouseholder.cpp88 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
89 hseq.setLength(hc.size()).setShift(shift); in householder()
90 VERIFY(hseq.length() == hc.size()); in householder()
91 VERIFY(hseq.shift() == shift); in householder()
95 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
96 m3 = hseq; in householder()
99 SquareMatrixType hseq_mat = hseq; in householder()
100 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
101 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
102 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dhouseholder.cpp87 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
88 hseq.setLength(hc.size()).setShift(shift); in householder()
89 VERIFY(hseq.length() == hc.size()); in householder()
90 VERIFY(hseq.shift() == shift); in householder()
94 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
95 m3 = hseq; in householder()
98 SquareMatrixType hseq_mat = hseq; in householder()
99 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
100 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
101 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dhouseholder.cpp87 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
88 hseq.setLength(hc.size()).setShift(shift); in householder()
89 VERIFY(hseq.length() == hc.size()); in householder()
90 VERIFY(hseq.shift() == shift); in householder()
94 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
95 m3 = hseq; in householder()
98 SquareMatrixType hseq_mat = hseq; in householder()
99 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
100 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
101 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dhouseholder.cpp87 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
88 hseq.setLength(hc.size()).setShift(shift); in householder()
89 VERIFY(hseq.length() == hc.size()); in householder()
90 VERIFY(hseq.shift() == shift); in householder()
94 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
95 m3 = hseq; in householder()
98 SquareMatrixType hseq_mat = hseq; in householder()
99 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
100 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
101 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()
/dports/math/R-cran-sm/sm/inst/scripts/
H A Dstananim.q8 hseq <- seq(5, 10, by = 1) globalVar
10 model <- sm.survival(x, y, status, h = hseq[1])
12 for (i in (2:length(hseq))) {
13 model <- sm.survival(x, y, status, h = hseq[i],
/dports/biology/abyss/abyss-2.3.1/vendor/nthash/
H A Dsttest.cpp32 for(string seq, hseq; good;) { in main() local
33 good = static_cast<bool>(getline(in, hseq)); in main()
35 good = static_cast<bool>(getline(in, hseq)); in main()
36 good = static_cast<bool>(getline(in, hseq)); in main()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Search/Tiling/
H A DMapTiling.pm355 $hstart ||= $hseq->start;
372 $hseq = $aln->get_seq_by_pos(2);
374 $hinc = $hseq->length - $hseq->num_gaps($Bio::LocatableSeq::GAP_SYMBOLS);
392 -strand => $hseq->strand,
396 -tag => { subject_id => $hseq->id,
397 subject_desc => $hseq->desc,
398 subject_start => $hstart + (($hseq->strand && $hseq->strand < 0) ? -1 : 1)*$hlen,
399 subject_end => $hstart + (($hseq->strand && $hseq->strand < 0) ? -1 : 1)*($hlen+$hinc-1)
403 $hit_string .= $hseq->seq;
416 $hseq->add_SeqFeature(@hfeats);
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_tsfb.c542 jas_seq_t *hseq; in jpc_tsfbnode_getequivfilters() local
551 hseq = 0; in jpc_tsfbnode_getequivfilters()
554 if (!(hseq = jas_seq_create(0, 1))) { in jpc_tsfbnode_getequivfilters()
557 jas_seq_set(hseq, 0, jpc_inttofix(1)); in jpc_tsfbnode_getequivfilters()
573 jas_seq_destroy(hseq); in jpc_tsfbnode_getequivfilters()
574 hseq = tmpseq; in jpc_tsfbnode_getequivfilters()
580 jas_seq_destroy(hseq); in jpc_tsfbnode_getequivfilters()
581 hseq = tmpseq; in jpc_tsfbnode_getequivfilters()
607 *hfilter = hseq; in jpc_tsfbnode_getequivfilters()
613 if (hseq) { in jpc_tsfbnode_getequivfilters()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tests/Material/
H A DBarlatSecondDerivativeTest.cxx85 const auto hseq = computeBarlatStress(s,l,l,2,seps);
86 if(std::abs(seq-hseq)>seps){
87 std::cout << seq << " " << hseq << " " << seps << std::endl;
89 TFEL_TESTS_ASSERT(std::abs(seq-hseq)<seps);
109 double hseq;
112 std::tie(hseq,hn) = computeBarlatStressNormal(s,l,l,2,seps);
113 if(std::abs(seq-hseq)>seps){
114 std::cout << seq << " " << hseq << " " << seps << std::endl;
116 TFEL_TESTS_ASSERT(std::abs(seq-hseq)<seps);
/dports/science/tfel/tfel-3.4.0/tests/Material/
H A DBarlatSecondDerivativeTest.cxx85 const auto hseq = computeBarlatStress(s,l,l,2,seps); in test1a() local
86 if(std::abs(seq-hseq)>seps){ in test1a()
87 std::cout << seq << " " << hseq << " " << seps << std::endl; in test1a()
89 TFEL_TESTS_ASSERT(std::abs(seq-hseq)<seps); in test1a()
109 double hseq; in test1b() local
112 std::tie(hseq,hn) = computeBarlatStressNormal(s,l,l,2,seps); in test1b()
113 if(std::abs(seq-hseq)>seps){ in test1b()
114 std::cout << seq << " " << hseq << " " << seps << std::endl; in test1b()
116 TFEL_TESTS_ASSERT(std::abs(seq-hseq)<seps); in test1b()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c53 u16 hseq) in wil_release_reorder_frames() argument
63 while (seq_less(r->head_seq_num, hseq) && r->stored_mpdu_num) { in wil_release_reorder_frames()
67 r->head_seq_num = hseq; in wil_release_reorder_frames()
91 u16 hseq; in wil_rx_reorder() local
131 hseq = r->head_seq_num; in wil_rx_reorder()
175 hseq = seq_inc(seq_sub(seq, r->buf_size)); in wil_rx_reorder()
177 wil_release_reorder_frames(ndev, r, hseq); in wil_rx_reorder()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c53 u16 hseq) in wil_release_reorder_frames() argument
63 while (seq_less(r->head_seq_num, hseq) && r->stored_mpdu_num) { in wil_release_reorder_frames()
67 r->head_seq_num = hseq; in wil_release_reorder_frames()
91 u16 hseq; in wil_rx_reorder() local
131 hseq = r->head_seq_num; in wil_rx_reorder()
175 hseq = seq_inc(seq_sub(seq, r->buf_size)); in wil_rx_reorder()
177 wil_release_reorder_frames(ndev, r, hseq); in wil_rx_reorder()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c53 u16 hseq) in wil_release_reorder_frames() argument
63 while (seq_less(r->head_seq_num, hseq) && r->stored_mpdu_num) { in wil_release_reorder_frames()
67 r->head_seq_num = hseq; in wil_release_reorder_frames()
91 u16 hseq; in wil_rx_reorder() local
131 hseq = r->head_seq_num; in wil_rx_reorder()
175 hseq = seq_inc(seq_sub(seq, r->buf_size)); in wil_rx_reorder()
177 wil_release_reorder_frames(ndev, r, hseq); in wil_rx_reorder()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/issue662/
H A Dtb_psl_stable.vhdl24 procedure hseq (s : string; signal clk : std_logic; signal o : out std_logic_vector(3 downto 0)) procedure
50 end hseq;
66 SEQ_D : hseq ("011006660000000", clk, d);
/dports/biology/py-biopython/biopython-1.79/Bio/SearchIO/BlastIO/
H A Dblast_text.py99 hseq = ""
107 hseq += hchar
109 frag.query, frag.hit = qseq, hseq
/dports/biology/readseq/rez/
H A Drseq.notes381 %hseq = (); %count = ();
404 %hseq=(); # keep only last iteration
441 if (!$hseq{$name}) {
446 if ($npad>0) { $hseq{$name} = $pad }
450 if ($m==4) { $hseq{$name} .= $line[2] }
451 if ($m==6) { $hseq{$name} .= $line[1] }
470 $hlen = length($hseq{$name});
474 if ($npad>0) { $hseq{$name} .= $pad }
476 $hitlen = length($hseq{$name});
480 if ($format eq "fasta") { $hseq{$name} =~ s/\-/X/g }
[all …]

1234