Thread: Voter fraud...?
View Single Post
Old 11-13-2020, 04:57 PM   #11 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,654
Thanks: 7,765
Thanked 8,575 Times in 7,061 Posts
That's deeper than I'd gone. ...so I looked into it.
Quote:
Integer is a 16-bit fixed point number.The bits number 0 to 14
represent integer value and the bit number 15 is sign, negative value
in the case of 1 in 15th bit.The value range is from 32767 to -32768.

despite a int value , a DINT value has a identifier(e.g L#11), it is a 32-bit
fixed- point number.The value range is from +2147483647 to -2147483648.

Real numbers are 32-bit variable (e.g. positive side from 1.175494*10-38 to3.402823*1038 ).
The length of a Real number is as same as a DINT number, But bit pattern
of a real number is totally different from a DINT. In a real number bits 0 to 22 are considered
as mantissa and bits 23 to 30 are considered as exponent. The last bit is the sign.
Integers have no value in a system with a capacity of more than 32,767 votes. DINT and Real are both 32-bit.

I'd read Eric S. Raymond and Richard Stallman back in the day, so my criticism would center on the proprietary code. (reportedly, some company in Spain just had their servers confiscated by the U.S. Army (SCYTL?)) Nothing to do with birds, though. Move along.

The goal should be a Free and Open Source therefore auditable process.

__________________
.
.
Without freedom of speech we wouldn't know who all the idiots are. -- anonymous poster

____________________
.
.
"We're deeply sorry." -- Pfizer
  Reply With Quote