PDP-1

The PDP-1 had no native floating point hardware.  All numbers were fixed point integers in 18-bit words.  Bit zero (the leftmost bit) is 0 for positive numbers.  Bits 1-17, inclusive, are magnitude bits.  Bit 1 is the most significant.  Negative numbers are one's complement, but -0 is changed to +0 for some operations.