Home
last modified time | relevance | path

Searched refs:doubled (Results 76 – 100 of 4730) sorted by relevance

12345678910>>...190

/dports/www/miniserve/miniserve-0.18.0/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Dgfp_p384.c171 Elem doubled; in elem_mul_by_3() local
172 elem_add(doubled, a, a); in elem_mul_by_3()
173 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dpawns.cpp97 bool backward, passed, doubled; in evaluate() local
126 doubled = ourPawns & (s - Up); in evaluate()
131 if (doubled) in evaluate()
190 score -= Doubled * doubled in evaluate()
/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhprefilter.cpp440 Hash<char>* doubled = new Hash<char>; in prefilter_db() local
441 doubled->New(16381, 0); in prefilter_db()
570 if (!doubled->Contains(db_name)) { in prefilter_db()
571 doubled->Add(db_name); in prefilter_db()
603 if (doubled) in prefilter_db()
604 delete doubled; in prefilter_db()
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/crypto/fipsmodule/ec/
H A Dgfp_p384.c184 Elem doubled; in elem_mul_by_3() local
185 elem_add(doubled, a, a); in elem_mul_by_3()
186 elem_add(r, doubled, a); in elem_mul_by_3()
/dports/textproc/elixir-earmark/earmark-1.2.5/test/functional/render/
H A Dcode_test.exs15 test "literal backticks can be included within doubled backticks" do
20 test "a space after the opening and before the closing doubled backticks are ignored" do
25 test "single backtick with spaces inside doubled backticks" do
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/tests/
H A Dstructs.rs202 let doubled: i64 = host_memory in test() localVariable
208 doubled, in test()
281 let doubled: i64 = host_memory in test() localVariable
287 doubled, in test()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/d2c/
H A DMakefile9 split-doubled-comments := perl $(here)/split-doubled-comments.pl
146 $(split-doubled-comments) $$name.UNSPLIT > $$name.c; \
/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/tests/ops/
H A Dverticescover.test43 #Test 1.4 - case when given graph is a K4, but with doubled arcs (directed)
51 #Test 1.5 - graph from Test 1.1, but with doubled arcs (directed)
59 #Test 1.6 - graph from Test 1.1, but with some doubled arcs (directed)
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/tests/ops/
H A Dverticescover.test43 #Test 1.4 - case when given graph is a K4, but with doubled arcs (directed)
51 #Test 1.5 - graph from Test 1.1, but with doubled arcs (directed)
59 #Test 1.6 - graph from Test 1.1, but with some doubled arcs (directed)
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dbooktabs.sty.ltxml22 # \toprule[thickness] doubled
26 # \bottomrule[thickness] doubled
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dunderscore_collections_test.go52 var doubled = _.map([1, 2, 3], function(num){ return num * 2; });
53 equal(doubled.join(', '), '2, 4, 6', 'doubled numbers');
55 doubled = _.collect([1, 2, 3], function(num){ return num * 2; });
56 equal(doubled.join(', '), '2, 4, 6', 'aliased as "collect"');
61 var doubled = _([1, 2, 3]).map(function(num){ return num * 2; });
62 equal(doubled.join(', '), '2, 4, 6', 'OO-style doubled numbers');
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dpawn.cpp296 bool backward, candidate, doubled, isolated, open, passed; in pawn_comp_info() local
378 doubled = false; in pawn_comp_info()
389 doubled = true; in pawn_comp_info()
468 if (doubled) { in pawn_comp_info()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dpawn.cpp285 bool backward, candidate, doubled, isolated, open, passed; in pawn_comp_info() local
367 doubled = false; in pawn_comp_info()
378 doubled = true; in pawn_comp_info()
457 if (doubled) { in pawn_comp_info()
/dports/audio/py-music21/music21-7.1.0/music21/scale/scala/scl/
H A Dbreetet2.scl2 doubled Breed tetrad
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dmemchr-01.ll22 ; Test a doubled call with no use of %r0 in between. There should be a
39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded

12345678910>>...190