Mail Archives: djgpp/1993/04/06/21:25:29
OK, here's a bunch of other results
(all compiled with -O):
SVR3.2 native compiler on a 486 system:
MAXDOUBLE = 1.79769313486231570000e+308
ALMOSTMAX = 1.79769313486231470000e+308
dd = 1.79769313486231570000e+308 = 0xffffffff 0x7fefffff
ddd = 1.79769313486231470000e+308 = 0xfffffffa 0x7fefffff
SVR4 native compiler on a 486 system:
MAXDOUBLE = 1.79769313486231570000e+308
ALMOSTMAX = 1.79769313486231470000e+308
dd = 1.79769313486231570000e+308 = 0xffffffff 0x7fefffff
ddd = 1.79769313486231470000e+308 = 0xfffffffa 0x7fefffff
gcc 1.37.1 on a SVR3.2 486 system:
MAXDOUBLE = 1.79769313486231570000e+308
ALMOSTMAX = 1.79769313486231470000e+308
dd = 1.79769313486231570000e+308 = 0xffffffff 0x7fefffff
ddd = 1.79769313486231450000e+308 = 0xfffffff9 0x7fefffff
on a sun ipx with the native compiler (SunOS Release 4.1.2):
MAXDOUBLE = 1.79769313486231570815e+308
ALMOSTMAX = 1.79769313486231471023e+308
dd = 1.79769313486231570815e+308 = 0x7fefffff 0xffffffff
ddd = 1.79769313486231471023e+308 = 0x7fefffff 0xfffffffa
on a sun ipx with gcc 2.3.3 (SunOS Release 4.1.2):
MAXDOUBLE = 1.79769313486231570815e+308
ALMOSTMAX = 1.79769313486231471023e+308
dd = 1.79769313486231570815e+308 = 0x7fefffff 0xffffffff
ddd = 1.79769313486231471023e+308 = 0x7fefffff 0xfffffffa
Graeme Gill
- Raw text -