Home
last modified time | relevance | path

Searched refs:ab1 (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/dports/biology/ugene/ugene-40.1/data/samples/ACE/
H A DBL060C3.ace43 AF BL060c3-LR5.g.ab1 C -14
44 AF BL060c3-LR0R.b.ab1 U 1
45 BS 1 10 BL060c3-LR0R.b.ab1
46 BS 11 49 BL060c3-LR5.g.ab1
47 BS 50 361 BL060c3-LR0R.b.ab1
48 BS 362 362 BL060c3-LR5.g.ab1
50 BS 364 365 BL060c3-LR5.g.ab1
52 BS 372 375 BL060c3-LR5.g.ab1
54 BS 386 386 BL060c3-LR5.g.ab1
56 BS 398 398 BL060c3-LR5.g.ab1
[all …]
/dports/biology/py-biopython/biopython-1.79/Tests/Ace/
H A Dcontig1.ace43 AF BL060c3-LR5.g.ab1 C -14
44 AF BL060c3-LR0R.b.ab1 U 1
45 BS 1 10 BL060c3-LR0R.b.ab1
46 BS 11 49 BL060c3-LR5.g.ab1
47 BS 50 361 BL060c3-LR0R.b.ab1
48 BS 362 362 BL060c3-LR5.g.ab1
50 BS 364 365 BL060c3-LR5.g.ab1
52 BS 372 375 BL060c3-LR5.g.ab1
54 BS 386 386 BL060c3-LR5.g.ab1
56 BS 398 398 BL060c3-LR5.g.ab1
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2wedge_relations.cc25 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeContains() argument
30 return (s2pred::OrderedCCW(a2, b2, b0, ab1) && in WedgeContains()
31 s2pred::OrderedCCW(b0, a0, a2, ab1)); in WedgeContains()
35 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeIntersects() argument
42 return !(s2pred::OrderedCCW(a0, b2, b0, ab1) && in WedgeIntersects()
43 s2pred::OrderedCCW(b0, a2, a0, ab1)); in WedgeIntersects()
47 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in GetWedgeRelation() argument
65 if (s2pred::OrderedCCW(a0, a2, b2, ab1)) { in GetWedgeRelation()
68 if (s2pred::OrderedCCW(b2, b0, a0, ab1)) return WEDGE_PROPERLY_CONTAINS; in GetWedgeRelation()
75 if (s2pred::OrderedCCW(a0, b0, b2, ab1)) return WEDGE_IS_PROPERLY_CONTAINED; in GetWedgeRelation()
[all …]
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2wedge_relations.cc25 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeContains() argument
30 return (s2pred::OrderedCCW(a2, b2, b0, ab1) && in WedgeContains()
31 s2pred::OrderedCCW(b0, a0, a2, ab1)); in WedgeContains()
35 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeIntersects() argument
42 return !(s2pred::OrderedCCW(a0, b2, b0, ab1) && in WedgeIntersects()
43 s2pred::OrderedCCW(b0, a2, a0, ab1)); in WedgeIntersects()
47 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in GetWedgeRelation() argument
65 if (s2pred::OrderedCCW(a0, a2, b2, ab1)) { in GetWedgeRelation()
68 if (s2pred::OrderedCCW(b2, b0, a0, ab1)) return WEDGE_PROPERLY_CONTAINS; in GetWedgeRelation()
75 if (s2pred::OrderedCCW(a0, b0, b2, ab1)) return WEDGE_IS_PROPERLY_CONTAINED; in GetWedgeRelation()
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2wedge_relations.cc25 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeContains() argument
30 return (s2pred::OrderedCCW(a2, b2, b0, ab1) && in WedgeContains()
31 s2pred::OrderedCCW(b0, a0, a2, ab1)); in WedgeContains()
35 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in WedgeIntersects() argument
42 return !(s2pred::OrderedCCW(a0, b2, b0, ab1) && in WedgeIntersects()
43 s2pred::OrderedCCW(b0, a2, a0, ab1)); in WedgeIntersects()
47 const S2Point& a0, const S2Point& ab1, const S2Point& a2, in GetWedgeRelation() argument
65 if (s2pred::OrderedCCW(a0, a2, b2, ab1)) { in GetWedgeRelation()
68 if (s2pred::OrderedCCW(b2, b0, a0, ab1)) return WEDGE_PROPERLY_CONTAINS; in GetWedgeRelation()
75 if (s2pred::OrderedCCW(a0, b0, b2, ab1)) return WEDGE_IS_PROPERLY_CONTAINED; in GetWedgeRelation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc51 AudioBuffer ab1(32000, 2, 32000, 2, 32000, 2); in TEST() local
54 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
55 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
56 ab1.channels()[ch][i] = i + ch; in TEST()
60 ab1.CopyTo(&ab2); in TEST()
70 AudioBuffer ab1(32000, 2, 32000, 2, 48000, 2); in TEST() local
76 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
77 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
78 ab1.channels()[ch][i] = std::sin(2 * pi * 100.f / 32000.f * i); in TEST()
79 energy_ab1 += ab1.channels()[ch][i] * ab1.channels()[ch][i]; in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Daudio_buffer_unittest.cc51 AudioBuffer ab1(32000, 2, 32000, 2, 32000, 2); in TEST() local
54 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
55 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
56 ab1.channels()[ch][i] = i + ch; in TEST()
60 ab1.CopyTo(&ab2); in TEST()
70 AudioBuffer ab1(32000, 2, 32000, 2, 48000, 2); in TEST() local
76 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
77 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
78 ab1.channels()[ch][i] = std::sin(2 * pi * 100.f / 32000.f * i); in TEST()
79 energy_ab1 += ab1.channels()[ch][i] * ab1.channels()[ch][i]; in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc51 AudioBuffer ab1(32000, 2, 32000, 2, 32000, 2); in TEST() local
54 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
55 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
56 ab1.channels()[ch][i] = i + ch; in TEST()
60 ab1.CopyTo(&ab2); in TEST()
70 AudioBuffer ab1(32000, 2, 32000, 2, 48000, 2); in TEST() local
76 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
77 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
78 ab1.channels()[ch][i] = std::sin(2 * pi * 100.f / 32000.f * i); in TEST()
79 energy_ab1 += ab1.channels()[ch][i] * ab1.channels()[ch][i]; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer_unittest.cc51 AudioBuffer ab1(32000, 2, 32000, 2, 32000, 2); in TEST() local
54 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
55 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
56 ab1.channels()[ch][i] = i + ch; in TEST()
60 ab1.CopyTo(&ab2); in TEST()
70 AudioBuffer ab1(32000, 2, 32000, 2, 48000, 2); in TEST() local
76 for (size_t ch = 0; ch < ab1.num_channels(); ++ch) { in TEST()
77 for (size_t i = 0; i < ab1.num_frames(); ++i) { in TEST()
78 ab1.channels()[ch][i] = std::sin(2 * pi * 100.f / 32000.f * i); in TEST()
79 energy_ab1 += ab1.channels()[ch][i] * ab1.channels()[ch][i]; in TEST()
[all …]
/dports/irc/ngircd/ngircd-26.1/contrib/Debian/
H A Dchangelog1 ngircd (26.1-0ab1) unstable; urgency=medium
7 ngircd (26-0ab1) unstable; urgency=medium
13 ngircd (26~rc2-0ab1) unstable; urgency=low
19 ngircd (26~rc1-0ab1) unstable; urgency=low
25 ngircd (25-0ab1) unstable; urgency=low
31 ngircd (25~rc1-0ab1) unstable; urgency=low
37 ngircd (24-0ab1) unstable; urgency=low
55 ngircd (23-0ab1) unstable; urgency=low
73 ngircd (22-0ab1) unstable; urgency=low
99 ngircd (21-0ab1) unstable; urgency=low
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Dstats_ext.sql50 ALTER TABLE ab1 DROP COLUMN a;
51 \d ab1
54 DROP TABLE ab1;
62 ANALYZE ab1;
65 ANALYZE ab1 (a);
66 ANALYZE ab1;
67 DROP TABLE ab1;
71 CREATE TABLE ab1c () INHERITS (ab1);
72 INSERT INTO ab1 VALUES (1,1);
74 ANALYZE ab1;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/asm/
H A Dparisc-mont.pl254 addl $hi0,$ab1,$ab1
258 extrd,u $ab1,63,32,$ab1
285 addl $hi0,$ab1,$ab1
289 extrd,u $ab1,63,32,$ab1
320 addl $hi0,$ab1,$ab1
376 addl $ti1,$ab1,$ab1
411 addl $ti1,$ab1,$ab1
451 addl $hi0,$ab1,$ab1
454 addl $ti1,$ab1,$ab1
486 addl $hi0,$ab1,$ab1
[all …]

12345678910>>...45