Home
last modified time | relevance | path

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

12

/mirbsd/src/gnu/usr.bin/perl/
Ddoop.c104 const I32 complement = PL_op->op_private & OPpTRANS_COMPLEMENT; in S_do_trans_count() local
125 } else if (complement) in S_do_trans_count()
143 const I32 complement = PL_op->op_private & OPpTRANS_COMPLEMENT; in S_do_trans_complex() local
197 if (complement && !del) in S_do_trans_complex()
212 if (!complement) { in S_do_trans_complex()
256 if (!complement) { in S_do_trans_complex()
Dregcomp.c3415 const I32 complement = *posixcc == '^' ? *posixcc++ : 0; in S_regpposixcc() local
3424 = complement ? ANYOF_NALNUM : ANYOF_ALNUM; in S_regpposixcc()
3437 = complement ? ANYOF_NALPHA : ANYOF_ALPHA; in S_regpposixcc()
3444 = complement ? ANYOF_NPSXSPC : ANYOF_PSXSPC; in S_regpposixcc()
3451 = complement ? ANYOF_NGRAPH : ANYOF_GRAPH; in S_regpposixcc()
3458 = complement ? ANYOF_NASCII : ANYOF_ASCII; in S_regpposixcc()
3465 = complement ? ANYOF_NBLANK : ANYOF_BLANK; in S_regpposixcc()
3472 = complement ? ANYOF_NCNTRL : ANYOF_CNTRL; in S_regpposixcc()
3479 = complement ? ANYOF_NALNUMC : ANYOF_ALNUMC; in S_regpposixcc()
3486 = complement ? ANYOF_NLOWER : ANYOF_LOWER; in S_regpposixcc()
[all …]
Dopcode.pl590 complement 1's complement (~) ck_bitop fst1 S
Dtoke.c9382 I32 complement; local
9401 complement = del = squash = 0;
9405 complement = OPpTRANS_COMPLEMENT;
9420 Newx(tbl, complement&&!del?258:256, short);
9422 o->op_private = del|squash|complement|
Dop.c2432 const I32 complement = o->op_private & OPpTRANS_COMPLEMENT; in Perl_pmtrans() local
2483 if (complement) { in Perl_pmtrans()
2652 if (complement) { in Perl_pmtrans()
/mirbsd/src/usr.bin/unifdef/
Dunifdef.c162 static bool complement; /* -c: do the complement */ variable
246 complement = true; in main()
655 if (keep ^ complement) in flushline()
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman1314 in 16-bit 2's complement notation.
315 Long integers are 32-bit 2's complement.
483 Because of the 2's complement notation,
Dcman2225 The \*~ operator yields the one's complement of its operand.
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Druntime.porting104 complement 10 3
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
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
/mirbsd/src/usr.bin/file/magdir/
Dimages257 >108 string 16 \b, 16-bit, two's complement binary integer
258 >107 string \ 32 \b, 32-bit, two's complement binary integer
/mirbsd/src/lib/libssl/src/crypto/rc2/
Drrc2.doc33 1. Two's-complement addition of words, denoted by "+". The inverse operation,
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dsv131 Use of uninitialized value in 1's complement (~) at - line 4.
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dtr.t229 is($a, v301.196.301.301.196.301, 'translit w/complement');
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlunicode.pod603 should not use C<~> (the bit complement) with characters of both
607 the complement cannot return B<both> the 8-bit (byte-wide) bit
608 complement B<and> the full character-wide bit complement.
Dperlfaq6.pod304 As a regex, that looks like C</[^\W\d_]/>. Its complement,
636 You can also use the complement of \b, \B, to specify that there
Dperluniintro.pod476 The bit complement operator C<~> may produce surprising results if
Dperltrap.pod98 The match operator is "=~", not "~". ("~" is the one's complement
Dperlop.pod209 Unary "~" performs bitwise negation, i.e., 1's complement. For
2234 integral value. However, C<use integer; ~0> is C<-1> on twos-complement
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dagentexpr.texi327 Pop an integer from the stack, and push its bitwise complement.
343 twos-complement value, extend it to full length. This means that all
417 To produce a small negative value, push a small twos-complement value,
Dstabs.texinfo1604 type} is used to mean twos-complement (I strongly suspect that all
1605 machines which use stabs use twos-complement; most machines use
1606 twos-complement these days).
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.reg3383 * 2's complement to bit value conversion. Write the 2's complement value
3723 * Actually the 2's complement of that value to simplify sequencer
3732 * to continue coalescing (2's complement of value).
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Diq2000.cpu482 (dni ado162 "add 16, ones complement" (ALIAS NO-DIS USES-RD USES-RS USES-RT)
491 (dni ado16 "add 16, ones complement" (USES-RD USES-RS USES-RT)
/mirbsd/src/bin/mksh/
DBuild.sh2155 /* we require these to have the precisely same size and assume 2s complement */
/mirbsd/src/gnu/usr.bin/perl/jpl/docs/
DTutorial.pod7 Java and Perl have different strengths and complement each other well.

12