minix/lib/libc/gdtoa/test/pftestx.out
Lionel Sambuc f14fb60209 Libraries updates and cleanup
* Updating common/lib
 * Updating lib/csu
 * Updating lib/libc
 * Updating libexec/ld.elf_so
 * Corrected test on __minix in featuretest to actually follow the
   meaning of the comment.
 * Cleaned up _REENTRANT-related defintions.
 * Disabled -D_REENTRANT for libfetch
 * Removing some unneeded __NBSD_LIBC defines and tests

Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
2013-01-14 11:36:26 +01:00

16 lines
788 B
Plaintext

d.x = 1.23 = #3ff3ae14 7ae147ae; %.8a ==> 0x1.3ae147aep+0
d.x = 1.23 = #3ff3ae14 7ae147ae; %.7a ==> 0x1.3ae147bp+0
d.x = 1.23 = #3ff3ae14 7ae147ae; %.2a ==> 0x1.3bp+0
x.x = 1.23 = #3fff 9d70 a3d7 a3d 70a4; %.La ==> 0xap-3
x.x = 1.23 = #3fff 9d70 a3d7 a3d 70a4; %.20La ==> 0x9.d70a3d70a3d70a4p-3
x.x = 3e+27 = #405a 9b18 ab5d f718 b6c; %La ==> 0x9.b18ab5df7180b6cp+88
x.x = 1.7e+27 = #4059 afc6 a015 291b 4024; %La ==> 0xa.fc6a015291b4024p+87
d.x = 1.5 = #3ff80000 0; %a ==> 0x1.8p+0
d.x = 2.5 = #40040000 0; %a ==> 0x1.4p+1
d.x = 4.5 = #40120000 0; %a ==> 0x1.2p+2
d.x = 8.5 = #40210000 0; %a ==> 0x1.1p+3
x.x = 1.5 = #3fff c000 0 0 0; %La ==> 0xcp-3
x.x = 2.5 = #4000 a000 0 0 0; %La ==> 0xap-2
x.x = 4.5 = #4001 9000 0 0 0; %La ==> 0x9p-1
x.x = 8.5 = #4002 8800 0 0 0; %La ==> 0x8.8p+0