Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)

Page title matches

  • ...dividual bits of a number. Computers store everything in binary, therefore bitwise operations can be used on all types of data, whether the source code displa Bitwise <code>AND</code>, often abbreviated to <code>&</code>, compares each indivi ...
    6 KB (919 words) - 16:08, 17 September 2021
  • [[Category:Bitwise operations]] <syntaxhighlight lang="bbcbasic"> file$ = @tmp$ + "bitwise.tmp" ...
    137 KB (16,930 words) - 07:19, 12 April 2024
  • Write a routine to perform a bitwise AND, OR, and XOR on two integers, a bitwise NOT on the first integer, a left shift, right shift, right arithmetic shift <syntaxhighlight lang="360asm">* Bitwise operations 15/02/2017 ...
    229 KB (31,379 words) - 08:06, 22 April 2024
  • 9 KB (1,056 words) - 16:02, 1 September 2022

Page text matches

  • #REDIRECT [[Bitwise operations]] ...
    32 bytes (3 words) - 23:20, 19 May 2008
  • #REDIRECT [[Bitwise IO]] ...
    24 bytes (3 words) - 12:35, 6 February 2010
  • ...dividual bits of a number. Computers store everything in binary, therefore bitwise operations can be used on all types of data, whether the source code displa Bitwise <code>AND</code>, often abbreviated to <code>&</code>, compares each indivi ...
    6 KB (919 words) - 16:08, 17 September 2021
  • (bitwise-ior known merge))) ;; (cand !bitwise-impl pattern) = !(pattern | !cand) = (!pattern & cand) ...
    14 KB (1,348 words) - 18:30, 30 August 2022
  • ...e#ALGOL 68|Averages/Simple moving average]], [[Bitwise operations#ALGOL 68|Bitwise operations]][[Array Initialization#ALGOL 68|Array Initialization]], [[Combi ...
    6 KB (780 words) - 02:17, 11 June 2010
  • (bitwise-and n #xFFFFFFFF)) (values (+ (arithmetic-shift (bitwise-and num-2 mask) (- right)) ...
    61 KB (6,263 words) - 09:08, 7 April 2024
  • ...o's complement of an integer 'n' can also be calculated by adding 1 to its bitwise complement '~n'. ...o's complement of an integer 'n' can also be calculated by adding 1 to its bitwise complement '~n'. ...
    19 KB (2,438 words) - 16:03, 14 February 2024
  • :*"Arithmetic/Bitwise operations" ...o note tasks that are interdependent or that have largely parallel goals. "Bitwise operators" demonstrates AND, OR, etc., not addition etc., so it doesn't bel ...
    13 KB (2,133 words) - 22:45, 8 December 2010
  • * [[Bitwise operations]] use the binary digits (bits) of integers. ...
    5 KB (813 words) - 05:01, 28 June 2022
  • :Bitwise Logical shift operators (c-inspired)<br> :'''^''' Bitwise exclusive-or operator ...
    50 KB (5,607 words) - 01:45, 29 May 2024
  • | ALIGN=CENTER| 9 || - ~ ||Unary Minus and Bitwise Negation (NOT) | ALIGN=CENTER| 5 || & <nowiki>|</nowiki> ||Bitwise And and Bitwise Or ...
    121 KB (13,357 words) - 15:00, 5 July 2023
  • :Bitwise Logical shift operators (c-inspired)<br> :'''^''' Bitwise exclusive-or operator ...
    84 KB (10,145 words) - 15:34, 30 May 2024
  • ...64 bit integers directly you may need to apply appropriate bitmasks during bitwise operations. <syntaxhighlight lang="factor">USING: io kernel math math.bitwise math.functions ...
    50 KB (5,853 words) - 19:05, 24 May 2024
  • |Bitwise IO |[[Bitwise operations]] ...
    17 KB (2,295 words) - 20:17, 4 February 2010
  • def bitwise: | ([ $r | bitwise ] | reverse) as $digits ...
    24 KB (3,125 words) - 09:12, 12 May 2024
  • (define has-left-wall? (lambda (x) (bitwise-bit-set? x 0))) (define has-right-wall? (lambda (x) (bitwise-bit-set? x 1))) ...
    93 KB (10,850 words) - 11:23, 18 May 2024
  • ...s fast as possible in your language, for instance with an extensive use of bitwise logic. (bitwise-ior (arithmetic-shift acc 1) (bitwise-and (next-word) 1))))) ...
    36 KB (4,501 words) - 09:10, 17 March 2024
  • Bitwise operations ...
    7 KB (870 words) - 12:54, 16 November 2009
  • ...he least significant digit. With binary integers, ''i [[bitwise operations|bitwise-and]] 1'' equals 0 [[wikt:iff|iff]] ''i'' is even, or equals 1 iff ''i'' is ...instruction that's doing all the work here is <code>rar</code>, which is a bitwise right rotate ...
    125 KB (16,694 words) - 08:13, 31 May 2024
  • (when (!zero? (bitwise-and i n)) (set! r (E-add r p))) def bitwise: ...
    86 KB (12,276 words) - 16:44, 28 November 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)