| /mirbsd/src/gnu/usr.bin/perl/ |
| D | doop.c | 104 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()
|
| D | regcomp.c | 3415 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 …]
|
| D | opcode.pl | 590 complement 1's complement (~) ck_bitop fst1 S
|
| D | toke.c | 9382 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|
|
| D | op.c | 2432 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/ |
| D | unifdef.c | 162 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/ |
| D | cman1 | 314 in 16-bit 2's complement notation. 315 Long integers are 32-bit 2's complement. 483 Because of the 2's complement notation,
|
| D | cman2 | 225 The \*~ operator yields the one's complement of its operand.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | runtime.porting | 104 complement 10 3
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | s390-opc.txt | 91 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/ |
| D | images | 257 >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/ |
| D | rrc2.doc | 33 1. Two's-complement addition of words, denoted by "+". The inverse operation,
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | sv | 131 Use of uninitialized value in 1's complement (~) at - line 4.
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | tr.t | 229 is($a, v301.196.301.301.196.301, 'translit w/complement');
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlunicode.pod | 603 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.
|
| D | perlfaq6.pod | 304 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
|
| D | perluniintro.pod | 476 The bit complement operator C<~> may produce surprising results if
|
| D | perltrap.pod | 98 The match operator is "=~", not "~". ("~" is the one's complement
|
| D | perlop.pod | 209 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/ |
| D | agentexpr.texi | 327 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,
|
| D | stabs.texinfo | 1604 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/ |
| D | aic79xx.reg | 3383 * 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/ |
| D | iq2000.cpu | 482 (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/ |
| D | Build.sh | 2155 /* we require these to have the precisely same size and assume 2s complement */
|
| /mirbsd/src/gnu/usr.bin/perl/jpl/docs/ |
| D | Tutorial.pod | 7 Java and Perl have different strengths and complement each other well.
|