Home
last modified time | relevance | path

Searched refs:complement (Results 1 – 25 of 5015) sorted by relevance

12345678910>>...201

/dports/biology/py-biopython/biopython-1.79/Tests/EMBL/
H A DHuman_contigs.embl137 CO complement(AL355075.6:1..204005),complement(AL163195.5:1..114969),
147 CO complement(AL136295.3:1..176705),complement(AL096870.5:1..179920),
172 CO complement(AL121808.4:1..99259),complement(AL136418.4:1..191213),
175 CO complement(AL161665.5:1..161106),complement(AL136298.5:1..178278),
248 CO complement(AL356020.3:1..150470),complement(AL390799.4:1..152375),
312 CO complement(AC004816.1:1..165628),complement(AC004818.1:1..21425),
316 CO complement(AC005994.2:1..90770),complement(AC004968.1:1..108622),
320 CO complement(AC005857.1:2..100459),complement(AC005226.1:1..68766),
321 CO complement(AC005157.1:1..164075),complement(AC005533.2:1..82147),
325 CO complement(AC004846.2:583..154416),complement(AL391733.3:1..667),
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dbug2982.embl137 CO complement(AL355075.6:1..204005),complement(AL163195.5:1..114969),
147 CO complement(AL136295.3:1..176705),complement(AL096870.5:1..179920),
172 CO complement(AL121808.4:1..99259),complement(AL136418.4:1..191213),
175 CO complement(AL161665.5:1..161106),complement(AL136298.5:1..178278),
248 CO complement(AL356020.3:1..150470),complement(AL390799.4:1..152375),
312 CO complement(AC004816.1:1..165628),complement(AC004818.1:1..21425),
316 CO complement(AC005994.2:1..90770),complement(AC004968.1:1..108622),
320 CO complement(AC005857.1:2..100459),complement(AC005226.1:1..68766),
321 CO complement(AC005157.1:1..164075),complement(AC005533.2:1..82147),
325 CO complement(AC004846.2:583..154416),complement(AL391733.3:1..667),
[all …]
/dports/textproc/py-petl/petl-1.7.4/petl/transform/
H A Dselects.py92 self.complement = complement
105 self.complement = complement
154 complement=complement)
240 complement=complement)
250 complement=complement)
290 complement=complement)
303 complement=complement)
316 complement=complement)
329 complement=complement)
349 complement=complement)
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/
H A Dcomplement.hrx2 a {b: complement(red)}
17 a {b: complement(turquoise)}
27 a {b: complement(gray)}
37 a {b: complement(white)}
47 a {b: complement(black)}
82 a {b: complement()}
87 1 | a {b: complement()}
99 >> a {b: complement()}
130 a {b: complement(1)}
135 1 | a {b: complement(1)}
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/test/embl/
H A Deem_hum1.ref1209 FT complement(8782. .8905),complement(7116. .7196),
1210 FT complement(6903. .6965),complement(6048. .6169),
1211 FT complement(5774. .5883),complement(5492. .5527),
1212 FT complement(4757. .4839),complement(<2638. .2683))
1217 FT complement(7116. .7196),complement(6903. .6965),
1218 FT complement(6048. .6169),complement(5774. .5883),
1219 FT complement(5492. .5527),complement(4757. .4839),
1333 FT complement(25840. .25930),complement(25445. .25485),
1337 FT complement(25840. .25930),complement(25445. .25485),
1338 FT complement(25228. .25307),complement(24998. .25102))
[all …]
/dports/math/clingo/clingo-5.5.1/examples/reify/gac/examples/conformant/
H A Dbase.lp6 complement(F,F,neg(F)) :- fluent(F).
7 complement(F,neg(F)) :- fluent(F).
8 complement(neg(F),F) :- fluent(F).
10 contradict(F) :- complement(F,L,M), effect(A,L,N1), effect(A,M,N2),
22 holds(F,0) :- initially(L), complement(F,L,M).
26 not holds(F,0) : initially_oneof(N,M,B), complement(F,L,M);
27 holds(F,0) : initially_oneof(N,L,B), complement(F,L,M).
44 not holds(F',T-1) : condition(A,M',N), complement(F',L',M');
46 holds(F,T) :- caused(L,T), complement(F,L,M).
52 fail :- goal(L), not holds(F,horizon), complement(F,L,M).
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_fisher_f.cpp71 cdf(complement(dist, cs)), Q, tol); in test_spot()
75 quantile(complement(dist, Q)), cs, tol); in test_spot()
245 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
253 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
261 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
465 cdf(complement( in test_spots()
470 cdf(complement( in test_spots()
490 quantile(complement( in test_spots()
495 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
455 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
500 chf(tri01, x), -log(cdf(complement(tri01, x))), tolerance); in test_spots()
564 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
565 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
567 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
671 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
675 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
680 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_fisher_f.cpp71 cdf(complement(dist, cs)), Q, tol); in test_spot()
75 quantile(complement(dist, Q)), cs, tol); in test_spot()
245 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
253 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
261 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
465 cdf(complement( in test_spots()
470 cdf(complement( in test_spots()
490 quantile(complement( in test_spots()
495 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
455 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
500 chf(tri01, x), -log(cdf(complement(tri01, x))), tolerance); in test_spots()
564 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
565 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
567 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
671 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
675 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
680 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/
H A Dtest_fisher_f.cpp70 cdf(complement(dist, cs)), Q, tol); in test_spot()
74 quantile(complement(dist, Q)), cs, tol); in test_spot()
244 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
252 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
260 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
464 cdf(complement( in test_spots()
469 cdf(complement( in test_spots()
489 quantile(complement( in test_spots()
494 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
454 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
514 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
515 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
517 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
621 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
625 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
630 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
632 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_fisher_f.cpp70 cdf(complement(dist, cs)), Q, tol); in test_spot()
74 quantile(complement(dist, Q)), cs, tol); in test_spot()
244 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
252 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
260 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
464 cdf(complement( in test_spots()
469 cdf(complement( in test_spots()
489 quantile(complement( in test_spots()
494 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
454 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
514 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
515 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
517 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
621 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
625 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
630 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
632 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/
H A Dtest_fisher_f.cpp70 cdf(complement(dist, cs)), Q, tol); in test_spot()
74 quantile(complement(dist, Q)), cs, tol); in test_spot()
244 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
252 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
260 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
464 cdf(complement( in test_spots()
469 cdf(complement( in test_spots()
489 quantile(complement( in test_spots()
494 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
454 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
514 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
515 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
517 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
621 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
625 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
630 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
632 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/
H A Dtest_fisher_f.cpp70 cdf(complement(dist, cs)), Q, tol); in test_spot()
74 quantile(complement(dist, Q)), cs, tol); in test_spot()
244 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
252 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
260 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
464 cdf(complement( in test_spots()
469 cdf(complement( in test_spots()
489 quantile(complement( in test_spots()
494 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
454 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
514 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
515 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
517 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
621 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
625 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
630 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
632 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/
H A Dtest_fisher_f.cpp70 cdf(complement(dist, cs)), Q, tol); in test_spot()
74 quantile(complement(dist, Q)), cs, tol); in test_spot()
244 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
252 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
260 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
388 , -log(cdf(complement(dist, x))), tol2); in test_spots()
464 cdf(complement( in test_spots()
469 cdf(complement( in test_spots()
489 quantile(complement( in test_spots()
494 quantile(complement( in test_spots()
[all …]
H A Dtest_triangular.cpp54 complement( in check_triangular()
67 complement( in check_triangular()
454 chf(tridef, x), -log(cdf(complement(tridef, x))), tolerance); in test_spots()
514 BOOST_CHECK(cdf(complement(tridef, -1)) == 1); in test_spots()
515 BOOST_CHECK(cdf(complement(tridef, 1)) == 0); in test_spots()
517 BOOST_CHECK(quantile(complement(tridef, 1)) == -1); in test_spots()
621 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
625 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(tri0h1, 0)), 1., tol5eps); in BOOST_AUTO_TEST_CASE()
630 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(distr, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
632 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_fisher_f.cpp71 cdf(complement(dist, cs)), Q, tol); in test_spot()
75 quantile(complement(dist, Q)), cs, tol); in test_spot()
245 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
253 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
261 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
465 cdf(complement( in test_spots()
470 cdf(complement( in test_spots()
490 quantile(complement( in test_spots()
495 quantile(complement( in test_spots()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_fisher_f.cpp71 cdf(complement(dist, cs)), Q, tol); in test_spot()
75 quantile(complement(dist, Q)), cs, tol); in test_spot()
245 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
253 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
261 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
465 cdf(complement( in test_spots()
470 cdf(complement( in test_spots()
490 quantile(complement( in test_spots()
495 quantile(complement( in test_spots()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/SeqFeature/
H A DLocationFactory.t69 "complement(join(2691..4571,4918..5163))"
74 "complement(join(94468..94578,94578..>94889))"
78 "complement(34..(122.126))"
184 my $string1 = 'complement(join(2691..4571,4918..5163))';
185 my $string2 = 'join(complement(4918..5163),complement(2691..4571))';
195 $string1 = 'complement(join(TEST0001.1:2691..4571,4918..5163))';
196 $string2 = 'join(complement(4918..5163),complement(TEST0001.1:2691..4571))';
207 $string2 = 'join(complement(TEST0008.1:4918..5163),complement(TEST0001.1:2691..4571))';
218 …# join(20464..20694,21548..22763,join(complement(314652..314672),complement(232596..232990),comple…
240 …'join(11025..11049,join(complement(239890..240081),complement(241499..241580),complement(251354..2…
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/uk/ac/sanger/artemis/sequence/
H A DBasesTest.java540 char[] complement = Bases.complement ("gaggcggggaaagcactgcgcgctgacggt".toCharArray()); in testStaticCharArrComplement() local
549 assertEquals('@', bases.complement('%')); in testComplement()
551 assertEquals('t', bases.complement('a')); in testComplement()
552 assertEquals('t', bases.complement('A')); in testComplement()
554 assertEquals('a', bases.complement('t')); in testComplement()
555 assertEquals('a', bases.complement('T')); in testComplement()
556 assertEquals('a', bases.complement('U')); in testComplement()
558 assertEquals('c', bases.complement('g')); in testComplement()
559 assertEquals('c', bases.complement('G')); in testComplement()
561 assertEquals('g', bases.complement('c')); in testComplement()
[all …]
/dports/math/clingo/clingo-5.5.1/examples/clingo/planning/
H A Dencoding.lp10 complement(F,lit(F,1),lit(F,-1)) :- fluent(F).
11 complement(L,M;M,L) :- complement(F,L,M).
13 fluent((L;M),F) :- complement(F,L,M).
27 holds(L,t) :- holds(L,t-1), complement(L,M), not holds(M,t).
28 :- contradict(F), complement(F,L,M), holds((L;M),t).
33 holds(F,t) :- caused(L,t), complement(F,L,M).
35 :- caused((L;M),t), contradict(F), complement(F,L,M).
41 not holds(F,t) : goal_or(N,L), complement(F,L,M);
42 holds(F,t) : goal_or(N,M), complement(F,L,M);
44 :- goal(L), not holds(F,t), complement(F,L,M), vol(t).
[all …]

12345678910>>...201