Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: help porting a line of bitwise C code to perl

by dsheroh (Monsignor)
on Mar 07, 2008 at 05:03 UTC ( [id://672677]=note: print w/replies, xml ) Need Help??


in reply to help porting a line of bitwise C code to perl

func(token5) is not returning 32. (32 & 32) is non-zero (32, to be exact) and a bitwise-or between a non-zero integer and any other integer can never be zero, regardless of the language you're using.

Either that, or C is processing the bitwise operators in a different order than you think it is, resulting in your parentheses being misplaced, although I can't readily think of any order in which (func(token5) & 32 | func(token5) & 128) could be handled that would produce zero when func(token5) returns 32.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://672677]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found