Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/usr.bin/perl/lib/
H A Dlocale.pm63 # given its own number, -1, because in the complement form it also has the
79 my $complement = $arg =~ s/ : ( ! | not_ ) /:/x;
85 if ($complement) {
89 . "if is $complement");
/openbsd-src/gnu/usr.bin/perl/lib/feature/
H A Dunicode_strings.t194 foreach my $complement (0, 1) {
195 my $name = '\\' . (($complement) ? uc($basic_name) : $basic_name);
205 # class, and then complement as needed.
207 $expect_success = ! $expect_success if $complement;
230 $expect_success = ! $expect_success if $complement;
244 foreach my $complement (0, 1) {
245 my $name = '\\' . (($complement) ? 'B' : 'b');
246 my $expect_success = ! $w[$i]; # \b is complement of \w
247 $expect_success = ! $expect_success if $complement;
264 $expect_success = ! $expect_success if $complement;
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dcharset.t179 # The complement of \w is \W; of [:posix:] is [:^posix:]
180 my $complement = $class;
181 if ($complement !~ s/ ( \[: ) /$1^/x) {
182 $complement = uc($class);
207 $neg_reason = "\"$char\" is not a $complement under /$charset_display";
212 $neg_reason = "\"$char\" is non-ASCII, which is a $complement under /$charset_display";
216 $neg_reason = "\"$char\" is not a $complement under /$charset_display";
224 $neg_reason = "\"$char\" is a $complement in the C locale under /$charset_mod";
229 $neg_reason = "\"$char\" is not a $complement in utf8 under /$charset_display";
233 $neg_reason = "\"$char\" is above-ASCII latin1, which is a $complement unde
[all...]
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S113 ; complement exponent = -e -1
114 ; complement sign (side effect)
115 ; complement mantissa (almost 3 bit accurate)
118 ldf -1.0, r1 ; undo complement sign bit
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dlibgcc.S113 ; complement exponent = -e -1
114 ; complement sign (side effect)
115 ; complement mantissa (almost 3 bit accurate)
118 ldf -1.0, r1 ; undo complement sign bit
/openbsd-src/gnu/llvm/lldb/examples/customization/bin-utils/
H A DREADME23 Convert the integer to print its two's complement representation.
25 args[1] (mandatory) is the bit width of the two's complement representation
/openbsd-src/gnu/llvm/clang/utils/
H A Dtoken-delta.py92 complement = sum(sets[:i] + sets[i+1:],[])
93 if self.getTestResult(complement):
94 return self.delta(complement, sets[:i] + sets[i+1:])
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.sym39 # complements could be combined with their non-complement mates. For example,
40 # POSIXU could have the flags field have the bottom bit mean do we complement
42 # extract which to do is a mask for the complement bit, and a right shift for
116 NANYOFM ANYOFM, byte 1 S ; complement of ANYOFM
124 NPOSIXD NPOSIXD, none 0 S ; complement of POSIXD, [[:^class:]]
125 NPOSIXL NPOSIXD, none 0 S ; complement of POSIXL, [[:^class:]]
126 NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
127 NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
H A Ddoop.c147 const bool complement = cBOOL(PL_op->op_private & OPpTRANS_COMPLEMENT); in S_do_trans_count()
154 } else if (complement) in S_do_trans_count()
181 const bool complement = cBOOL(PL_op->op_private & OPpTRANS_COMPLEMENT); in S_do_trans_complex()
272 : (! complement) in S_do_trans_complex()
149 const bool complement = cBOOL(PL_op->op_private & OPpTRANS_COMPLEMENT); S_do_trans_count() local
183 const bool complement = cBOOL(PL_op->op_private & OPpTRANS_COMPLEMENT); S_do_trans_complex() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C127 inline virtual void complement();
170 inline void Int::complement() in complement() function
255 { r.complement(); }
466 inline virtual void complement();
509 inline void Char::complement() in complement() function
594 { r.complement(); }
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc70 // complement integer representation; if integers are represented in a
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes177 complement 1's complement (~) ck_bitop fst1 S
178 ncomplement numeric 1's complement (~) ck_bitop fsT1 S
179 scomplement string 1's complement (~) ck_null fsT1 S
/openbsd-src/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t197 complement ~$x
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DREADME.compat6 complement ABI test suites, not to replace them.
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td52 // sign extended constant interpreted as a two's complement number. The
78 // twos-complement addition (`sub(a,b) == a + ~b + 1', `subb(a,b) ==
129 // determined by the contents of `Rs2' interpreted as a two's complement
/openbsd-src/usr.bin/unifdef/
H A Dunifdef.c163 static bool complement; /* -c: do the complement */ variable
303 complement = true; in main()
702 if (keep ^ complement) { in flushline()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables5353 # defined as the complement of this table. This is a crude, but currently
6211 . "] in complement\n",
7557 # this. By specifying one table as the complement of another, we can avoid
7617 my %complement;
7618 # Points to the complement that this table is expressed in terms of; 0 if
7620 main::set_access('complement', \%complement, 'r');
7677 $complement{$addr} = 0;
7783 # complement's if it has one.
7786 my $complement
[all...]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Ds390-opc.txt91 23 lcdr RR_FF "load complement (long)" g5 esa,zarch
92 33 lcer RR_FF "load complement (short)" g5 esa,zarch
93 13 lcr RR_RR "load complement" g5 esa,zarch
361 b343 lcxbr RRE_FF "load complement extended bfp" g5 esa,zarch
362 b313 lcdbr RRE_FF "load complement long bfp" g5 esa,zarch
363 b303 lcebr RRE_FF "load complement short bfp" g5 esa,zarch
454 b903 lcgr RRE_RR "load complement 64" z900 zarch
455 b913 lcgfr RRE_RR "load complement 64<32" z900 zarch
638 b363 lcxr RRE_FF "load complement extended hfp" g5 esa,zarch
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-opc.txt91 23 lcdr RR_FF "load complement (long)" g5 esa,zarch
92 33 lcer RR_FF "load complement (short)" g5 esa,zarch
93 13 lcr RR_RR "load complement" g5 esa,zarch
361 b343 lcxbr RRE_FF "load complement extended bfp" g5 esa,zarch
362 b313 lcdbr RRE_FF "load complement long bfp" g5 esa,zarch
363 b303 lcebr RRE_FF "load complement short bfp" g5 esa,zarch
454 b903 lcgr RRE_RR "load complement 64" z900 zarch
455 b913 lcgfr RRE_RR "load complement 64<32" z900 zarch
638 b363 lcxr RRE_FF "load complement extended hfp" g5 esa,zarch
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt21 I don't think that it is required to use two's complement. In any
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt21 I don't think that it is required to use two's complement. In any
/openbsd-src/share/snmp/
H A DSNMPv2-SMI.txt150 -- 32-bits for a two's complement representation
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dpredicates.md71 ;; Return true if OP is a constant whose 1's complement can be loaded by the
467 ;; Return true if OP is an operator which can bitwise complement its
/openbsd-src/etc/rpki/
H A Dlacnic.constraints753 # LACNIC supports only IPv4 transfers: allow the complement of what is denied
/openbsd-src/gnu/llvm/libcxx/include/
H A Dbarrier172 2. An optimized implementation that exploits 2's complement arithmetic

12345678