Home
last modified time | relevance | path

Searched refs:seen_undef (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/p5-List-MoreUtils/List-MoreUtils-0.430/lib/List/MoreUtils/
H A DPP.pm552 my $seen_undef;
560 my $seen_undef;
569 my $seen_undef;
570 return grep { 1 < (defined $_ ? $seen{$k = $_} : $seen_undef) }
578 my $seen_undef;
581 wantarray or return (scalar keys %h) + ($seen_undef ? 1 : 0);
583 return (%h, $seen_undef ? (\$k => $seen_undef) : ());
590 my $seen_undef;
594 my $n = defined $l ? $seen{$l} : $seen_undef;
604 my ($max, $k, $seen_undef) = (1);
[all …]
/dports/lang/p5-List-MoreUtils-XS/List-MoreUtils-XS-0.430/t/xs/
H A Dfrequency.t87 my $seen_undef;
88 …ref $f[-2] and ref $f[-2] eq "SCALAR" and not defined ${$f[-2]} and (undef, $seen_undef) = splice …
91 is($seen_undef, 2, "two undef's are supported correctly by frequency");
/dports/lang/p5-List-MoreUtils-XS/List-MoreUtils-XS-0.430/t/inline/
H A Dfrequency.pm80 my $seen_undef;
81 …ref $f[-2] and ref $f[-2] eq "SCALAR" and not defined ${$f[-2]} and (undef, $seen_undef) = splice …
84 is($seen_undef, 2, "two undef's are supported correctly by frequency");
/dports/lang/p5-List-MoreUtils/List-MoreUtils-0.430/t/xs/
H A Dfrequency.t89 my $seen_undef;
90 …ref $f[-2] and ref $f[-2] eq "SCALAR" and not defined ${$f[-2]} and (undef, $seen_undef) = splice …
93 is($seen_undef, 2, "two undef's are supported correctly by frequency");
/dports/lang/p5-List-MoreUtils/List-MoreUtils-0.430/t/inline/
H A Dfrequency.pm80 my $seen_undef;
81 …ref $f[-2] and ref $f[-2] eq "SCALAR" and not defined ${$f[-2]} and (undef, $seen_undef) = splice …
84 is($seen_undef, 2, "two undef's are supported correctly by frequency");
/dports/lang/p5-List-MoreUtils/List-MoreUtils-0.430/t/pureperl/
H A Dfrequency.t89 my $seen_undef;
90 …ref $f[-2] and ref $f[-2] eq "SCALAR" and not defined ${$f[-2]} and (undef, $seen_undef) = splice …
93 is($seen_undef, 2, "two undef's are supported correctly by frequency");
/dports/devel/p5-List-SomeUtils/List-SomeUtils-0.58/lib/List/SomeUtils/
H A DPP.pm361 my $seen_undef;
362 grep { defined $_ ? not $seen{ $k = $_ }++ : not $seen_undef++ } @_;
368 my $seen_undef;
369 grep { 1 == ( defined $_ ? $seen{ $k = $_ } : $seen_undef ) }
370 grep { defined $_ ? not $seen{ $k = $_ }++ : not $seen_undef++ } @_;
/dports/lang/p5-List-MoreUtils-XS/List-MoreUtils-XS-0.430/
H A DXS.xs500 if(UNLIKELY(max < seen_undef)) max = seen_undef; \
1968 IV count = 0, seen_undef = 0; in uniq() local
2011 else if(0 == seen_undef++) in uniq()
2066 else if(1 == seen_undef) in singleton()
2102 else if(1 < seen_undef) in duplicates()
2121 else if(1 < seen_undef) { in duplicates()
2135 IV count = 0, seen_undef = 0; in frequency() local
2145 if(seen_undef) in frequency()
2173 if(seen_undef) in frequency()
2231 if(seen_undef) in occurrences()
[all …]
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/
H A DUtils.pm371 my( %seen, $seen_undef, $numeric_preserving_copy );
375 : $seen_undef++
/dports/devel/p5-List-SomeUtils-XS/List-SomeUtils-XS-0.58/
H A DXS.xs1310 IV count = 0, seen_undef = 0; in uniq() local
1327 else if (0 == seen_undef++) { in uniq()
1347 else if (0 == seen_undef++) { in uniq()
1361 IV cnt = 0, count = 0, seen_undef = 0; in singleton() local
1385 else if (0 == seen_undef++) { in singleton()
1404 else if (1 == seen_undef) { in singleton()
1425 else if (1 == seen_undef) { in singleton()
/dports/devel/p5-autobox-Core/autobox-Core-1.33/lib/autobox/
H A DCore.pm1709 my $seen_undef;
1710 …my @res = CORE::grep { CORE::defined $_ ? not $seen{ $k = $_ }++ : CORE::not $seen_undef++ } @$arr;
/dports/devel/p5-MouseX-NativeTraits/MouseX-NativeTraits-1.09/lib/MouseX/NativeTraits/MethodProvider/
H A DArrayRef.pm295 my $seen_undef;
299 : ++$seen_undef
/dports/cad/yosys/yosys-yosys-0.12/libs/minisat/
H A DSolver.cc396 enum { seen_undef = 0, seen_source = 1, seen_removable = 2, seen_failed = 3 }; in litRedundant() enumerator
397 assert(seen[var(p)] == seen_undef || seen[var(p)] == seen_source); in litRedundant()
417 if (seen[var(stack[i].l)] == seen_undef){ in litRedundant()
432 if (seen[var(p)] == seen_undef){ in litRedundant()
/dports/math/minisat/minisat-2.2.1/minisat/core/
H A DSolver.cc390 enum { seen_undef = 0, seen_source = 1, seen_removable = 2, seen_failed = 3 }; in litRedundant() enumerator
391 assert(seen[var(p)] == seen_undef || seen[var(p)] == seen_source); in litRedundant()
411 if (seen[var(stack[i].l)] == seen_undef){ in litRedundant()
426 if (seen[var(p)] == seen_undef){ in litRedundant()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/minisat/minisat/core/
H A DSolver.cc390 enum { seen_undef = 0, seen_source = 1, seen_removable = 2, seen_failed = 3 }; in litRedundant() enumerator
391 assert(seen[var(p)] == seen_undef || seen[var(p)] == seen_source); in litRedundant()
411 if (seen[var(stack[i].l)] == seen_undef){ in litRedundant()
426 if (seen[var(p)] == seen_undef){ in litRedundant()
/dports/math/vampire/vampire-4.5.1/Minisat/core/
H A DSolver.cc395 enum { seen_undef = 0, seen_source = 1, seen_removable = 2, seen_failed = 3 }; in litRedundant() enumerator
396 assert(seen[var(p)] == seen_undef || seen[var(p)] == seen_source); in litRedundant()
416 if (seen[var(stack[i].l)] == seen_undef){ in litRedundant()
431 if (seen[var(p)] == seen_undef){ in litRedundant()
/dports/lang/perl5.30/perl-5.30.3/cpan/Scalar-List-Utils/
H A DListUtil.xs1206 int seen_undef = 0; in uniq() local
1220 if(seen_undef) in uniq()
1223 seen_undef++; in uniq()
/dports/lang/perl5.34/perl-5.34.0/cpan/Scalar-List-Utils/
H A DListUtil.xs1324 int seen_undef = 0; in uniq() local
1347 if(seen_undef) in uniq()
1350 seen_undef++; in uniq()
/dports/lang/perl5.32/perl-5.32.1/cpan/Scalar-List-Utils/
H A DListUtil.xs1324 int seen_undef = 0; in uniq() local
1347 if(seen_undef) in uniq()
1350 seen_undef++; in uniq()
/dports/lang/p5-Scalar-List-Utils/Scalar-List-Utils-1.60/
H A DListUtil.xs1334 int seen_undef = 0; in uniq() local
1357 if(seen_undef) in uniq()
1360 seen_undef++; in uniq()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Scalar-List-Utils/
H A DListUtil.xs1329 int seen_undef = 0; in uniq() local
1352 if(seen_undef) in uniq()
1355 seen_undef++; in uniq()
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/
H A DXMLTV.pm855 my (%seen_lang, $seen_undef);
862 next if $seen_undef++;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-sccvn.c3915 tree result, sameval = VN_TOP, seen_undef = NULL_TREE; in visit_phi() local
3941 seen_undef = def; in visit_phi()
3955 result = seen_undef ? seen_undef : sameval; in visit_phi()
3959 result = seen_undef ? seen_undef : sameval; in visit_phi()
3968 && (! seen_undef || is_gimple_min_invariant (sameval))) in visit_phi()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-sccvn.c3914 tree result, sameval = VN_TOP, seen_undef = NULL_TREE; in visit_phi() local
3940 seen_undef = def; in visit_phi()
3954 result = seen_undef ? seen_undef : sameval; in visit_phi()
3958 result = seen_undef ? seen_undef : sameval; in visit_phi()
3967 && (! seen_undef || is_gimple_min_invariant (sameval))) in visit_phi()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-sccvn.c3914 tree result, sameval = VN_TOP, seen_undef = NULL_TREE; in visit_phi() local
3940 seen_undef = def; in visit_phi()
3954 result = seen_undef ? seen_undef : sameval; in visit_phi()
3958 result = seen_undef ? seen_undef : sameval; in visit_phi()
3967 && (! seen_undef || is_gimple_min_invariant (sameval))) in visit_phi()

12