On Friday, November 5, 2004, 8:51:04 AM, Darin wrote:

DC> Also, I don't know for sure whether Scott or Pete  use
DC> unsigned 4-byte ints for the weights.  Scott actually probably
DC> uses  signed ints, so you lose half of the bits...and if the
DC> weight is a 2-byte signed  int then the number of available bits
DC> drops to 15.

Actually, a signed int only loses a single bit, and only if you don't
want to allow the negative numbers --- so in reality all of the bits
in a bitmask type result _should_ be available -- that might be 32 or
16 as you point out. Most likely it's 32 bits since that's the default
these days.

_M



---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to