Home
last modified time | relevance | path

Searched refs:BLISS (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/p5-Acme-Comment/Acme-Comment-1.04/t/
H A DBLISS-one_line_1-own_line_0.t6 use Acme::Comment 1.01 type => "BLISS", one_line => 1, own_line => 0;
17 is($one, 1, "BLISS => own_line: 0, one_line: 1: Standard Multiline");
28 is($two, 2, "BLISS => own_line: 0, one_line: 1: Nested Multiline");
40 ok(!$@, "BLISS => own_line: 0, one_line: 1: Broken Syntax Ignored Multiline");
49 is($four, 4, "BLISS => own_line: 0, one_line: 1: Standard Multiline");
59 is($five, 5, "BLISS => own_line: 0, one_line: 1: Nested Multiline");
69 ok(!$@, "BLISS => own_line: 0, one_line: 1: Broken Syntax Ignored Multiline");
79 is($seven, 7, "BLISS => own_line: 0, one_line: 1: Standard Multiline");
95 is($eight, 8, "BLISS => own_line: 0, one_line: 1: Nested Multiline");
106 ok(!$@, "BLISS => own_line: 0, one_line: 1: Broken Syntax Ignored Multiline");
H A DBLISS-one_line_1-own_line_1.t6 use Acme::Comment 1.01 type => "BLISS", one_line => 1, own_line => 1;
16 is($four, 4, "BLISS => own_line: 1, one_line: 1: Standard Multiline");
26 is($five, 5, "BLISS => own_line: 1, one_line: 1: Nested Multiline");
36 ok(!$@, "BLISS => own_line: 1, one_line: 1: Broken Syntax Ignored Multiline");
46 is($seven, 7, "BLISS => own_line: 1, one_line: 1: Standard Multiline");
62 is($eight, 8, "BLISS => own_line: 1, one_line: 1: Nested Multiline");
73 ok(!$@, "BLISS => own_line: 1, one_line: 1: Broken Syntax Ignored Multiline");
H A DBLISS-one_line_0-own_line_0.t6 use Acme::Comment 1.01 type => "BLISS", one_line => 0, own_line => 0;
17 is($one, 1, "BLISS => own_line: 0, one_line: 0: Standard Multiline");
28 is($two, 2, "BLISS => own_line: 0, one_line: 0: Nested Multiline");
40 ok(!$@, "BLISS => own_line: 0, one_line: 0: Broken Syntax Ignored Multiline");
50 is($seven, 7, "BLISS => own_line: 0, one_line: 0: Standard Multiline");
66 is($eight, 8, "BLISS => own_line: 0, one_line: 0: Nested Multiline");
77 ok(!$@, "BLISS => own_line: 0, one_line: 0: Broken Syntax Ignored Multiline");
H A DBLISS-one_line_0-own_line_1.t6 use Acme::Comment 1.01 type => "BLISS", one_line => 0, own_line => 1;
17 is($seven, 7, "BLISS => own_line: 1, one_line: 0: Standard Multiline");
33 is($eight, 8, "BLISS => own_line: 1, one_line: 0: Nested Multiline");
44 ok(!$@, "BLISS => own_line: 1, one_line: 0: Broken Syntax Ignored Multiline");
/dports/math/R-cran-igraph/igraph/man/
H A Dcanonical_permutation.Rd13 \item{sh}{Type of the heuristics to use for the BLISS algorithm. See details
20 for vertex 1, etc. } \item{info}{Some information about the BLISS
37 into canonical form, as defined by the BLISS algorithm. All isomorphic
40 See the paper below for the details about BLISS. This and more information
83 Tommi Junttila for BLISS, Gabor Csardi
H A Dautomorphisms.Rd13 \item{sh}{The splitting heuristics for the BLISS algorithm. Possible values
39 BLISS algorithm. See also the BLISS homepage at
59 Tommi Junttila (\url{http://users.ics.aalto.fi/tjunttil/}) for BLISS
H A Disomorphic.Rd82 Uses the BLISS algorithm by Junttila and Kaski, and it works for
89 \item{sh1}{Character constant, the heuristics to use in the BLISS
92 \item{sh2}{Character constant, the heuristics to use in the BLISS
/dports/math/SCIP/scip-7.0.3/cmake/Modules/
H A DFindBLISS.cmake103 …find_package_handle_standard_args(BLISS DEFAULT_MSG BLISS_INCLUDE_DIR BLISS_INCLUDE_DIRS BLISS_LIB…
105 message(STATUS "Could NOT find BLISS (missing: GMP library)")
109 …find_package_handle_standard_args(BLISS DEFAULT_MSG BLISS_INCLUDE_DIR BLISS_INCLUDE_DIRS BLISS_LIB…
113 …find_package_handle_standard_args(BLISS DEFAULT_MSG BLISS_INCLUDE_DIR BLISS_INCLUDE_DIRS BLISS_LIB…
/dports/devel/loccount/loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352/tests/
H A Dstep.bli1 ! BLISS: SLOC=21 LLOC=0
2 ! From the Wikipedia article on BLISS
/dports/devel/p5-Acme-Comment/Acme-Comment-1.04/
H A DMANIFEST39 t/BLISS-one_line_0-own_line_0.t
40 t/BLISS-one_line_0-own_line_1.t
41 t/BLISS-one_line_1-own_line_0.t
42 t/BLISS-one_line_1-own_line_1.t
H A DMakefile.PL83 for my $type(qw|BETA BLISS JOY VAR'AQ|) { $Conf->{$type} = $Conf->{'PASCAL'} }
/dports/math/R-cran-igraph/igraph/inst/
H A DAUTHORS49 Tommi Junttila BLISS graph isomorphism library
50 Petteri Kaski BLISS graph isomorphism library
/dports/math/py-or-tools/or-tools-9.2/patches/
H A Dscip-7.0.1.patch315 - find_package(BLISS)
326 + message(STATUS "Finding BLISS")
327 + find_package(BLISS)
329 + message(STATUS "Finding BLISS - found")
336 + message(STATUS "Finding BLISS - not found")
/dports/devel/loccount/loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352/
H A Dcheck.good91 tests/step.bli BLISS 21 0
H A DNEWS.adoc58 SLOC support for Rexx, Arc, B, BLISS, and SNOBOL4.
H A Dtraits.json112 {"Name":"BLISS","Ext":[".bli"],"Wcl":"!"}
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dplanner.c36 #define BLISS(flags) (((flags).hash_info) & BLESSING) macro
392 htab_insert(BLISS(*flagsp) ? &ego->htab_blessed : &ego->htab_unblessed, in hinsert()
678 flags_of_solution.hash_info |= BLISS(ego->flags); in mkplan()
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dplanner.c36 #define BLISS(flags) (((flags).hash_info) & BLESSING) macro
392 htab_insert(BLISS(*flagsp) ? &ego->htab_blessed : &ego->htab_unblessed, in hinsert()
678 flags_of_solution.hash_info |= BLISS(ego->flags); in mkplan()
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dplanner.c36 #define BLISS(flags) (((flags).hash_info) & BLESSING) macro
392 htab_insert(BLISS(*flagsp) ? &ego->htab_blessed : &ego->htab_unblessed, in hinsert()
678 flags_of_solution.hash_info |= BLISS(ego->flags); in mkplan()
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dplanner.c36 #define BLISS(flags) (((flags).hash_info) & BLESSING) macro
392 htab_insert(BLISS(*flagsp) ? &ego->htab_blessed : &ego->htab_unblessed, in hinsert()
678 flags_of_solution.hash_info |= BLISS(ego->flags); in mkplan()
/dports/math/SCIP/scip-7.0.3/
H A DINSTALL.md674 -> 'blissinc' is the path to the BLISS directory, e.g., '<BLISS-path>'.
675 -> 'libbliss.*.a' is the path to the BLISS library, e.g., '<BLISS-path>/libbliss.a'
676 -> 'libbliss.*.so' is the path to the BLISS library, e.g., '<BLISS-path>/libbliss.so'
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml53 | BLISS Constructor
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml53 | BLISS Constructor
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml53 | BLISS Constructor
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml53 | BLISS Constructor

123