<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tips and tricks for bitwise arithmetic</title>
	<atom:link href="http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nerkn</title>
		<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-18496</link>
		<dc:creator>nerkn</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-18496</guid>
		<description>I think using bitwise operation confusing and should be avoided  if you and your colleagues don&#039;t have an assembler base!</description>
		<content:encoded><![CDATA[<p>I think using bitwise operation confusing and should be avoided  if you and your colleagues don&#8217;t have an assembler base!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-17476</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-17476</guid>
		<description>Good article.  It&#039;s nice to someone moving beyond the simple storing and retrieving bits using masks.</description>
		<content:encoded><![CDATA[<p>Good article.  It&#8217;s nice to someone moving beyond the simple storing and retrieving bits using masks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 450AHX</title>
		<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-16522</link>
		<dc:creator>450AHX</dc:creator>
		<pubDate>Fri, 05 Jun 2009 21:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-16522</guid>
		<description>(number &amp; mask == mask) != ((number &amp; mask) == mask)
(number &amp; mask == mask) == (number &amp; (mask == mask)) == 1</description>
		<content:encoded><![CDATA[<p>(number &amp; mask == mask) != ((number &amp; mask) == mask)<br />
(number &amp; mask == mask) == (number &amp; (mask == mask)) == 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMAC FTW (part 1) &#171; some flot, some jet</title>
		<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-16291</link>
		<dc:creator>RMAC FTW (part 1) &#171; some flot, some jet</dc:creator>
		<pubDate>Mon, 20 Apr 2009 03:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-16291</guid>
		<description>[...] the permissions increase in powers of 2.Â  i&#8217;ll not go into why this works, since it&#8217;s covered elsewhere, but sufficed to say that bitwise, each number is distinct and non-inclusive of the other [...]</description>
		<content:encoded><![CDATA[<p>[...] the permissions increase in powers of 2.Â  i&#8217;ll not go into why this works, since it&#8217;s covered elsewhere, but sufficed to say that bitwise, each number is distinct and non-inclusive of the other [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salman</title>
		<link>http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-14220</link>
		<dc:creator>salman</dc:creator>
		<pubDate>Fri, 15 Feb 2008 22:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2005/09/28/bitwise-arithmetic/#comment-14220</guid>
		<description>by the way nice article.</description>
		<content:encoded><![CDATA[<p>by the way nice article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

